Wire.h + Another Int Variables

Hi, I was playing with the RTC timer, the code was working great, then I wanted to add a temperature sensor, a code that by itself it works. Bu then when I merged the two codes, its giving a error:

 In function 'void loop()':
error: expected primary-expression before '=' token

on line 127 from pastebin

does any one knows how to fix this? thanks :slight_smile:

i think its a bug/problem with the array i was using, made a different way and it worked :stuck_out_tongue: