16 x 2 display Help

lcd.setCursor(0, 1);

sets the cursor to the second line. Lines are numbered from 0.
you will need to setCursor(0,0) for the first line and setCursor(0,1) to display temperature.