Wirelessly posted (Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_1 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8G4 Safari/6533.18.5)
Look for this and make sure // in in front of currentHours (just like mine) IF currentHours script not included just add it like below. Save and Respring!
*// Pad the minutes and seconds with leading zeros, if required
**//currentHours = ( currentHours < 10 ? "0" : "" ) + currentHours;
**currentMinutes = ( currentMinutes < 10 ? "0" : "" ) + currentMinutes;
**currentSeconds = ( currentSeconds < 10 ? "0" : "" ) + currentSeconds;
@SCHNEDI
Awesome work my friend!
I meant the weather location. but thanks for the tip!