Help please

I am making an led strip that will change according to class period in my school. I am using a ds1307 rtc to set the time and i am using a neopixel strip. I also have an LCD that displays the current day.
When I run the example code the strip runs fine, when I run mine (attached) I get no errors but the lights do not turn on.

sketch_nov08a.ino (4.01 KB)

Put some Serial.print's in the code to see if the various sections are being exercised.
Like, print out the time the RTC is returning, see if that's returning the 8 & 9 etc that you are looking for.