You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for your project.
I have just started on the Pi moving from arduino.
I have this error upon running and my LCD stops at hat point with a background and unfilled clockface.
I wonder if newer libraries have caused this or is it a silly newbie user error?
this is the error copied from ssh terminal.
Traceback (most recent call last):
File "PyQtPiClock.py", line 1375, in qtstart
sunset = sun.sunset(dt)
File "PyQtPiClock.py", line 54, in sunset
return suntimes.__timefromdecimalday(self.sunset_t)
File "PyQtPiClock.py", line 64, in __timefromdecimalday
return datetime.time(hour=h, minute=m, second=s)
ValueError: hour must be in 0..23
^Z
[1]+ Stopped sh startup.sh -n -s
Thanks.. I hope you can advise
Kind Regards
Dave B
PS I have treble checked my files as per instructions and tried a google etc before posting Its probably me...
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for your project.
I have just started on the Pi moving from arduino.
I have this error upon running and my LCD stops at hat point with a background and unfilled clockface.
I wonder if newer libraries have caused this or is it a silly newbie user error?
this is the error copied from ssh terminal.
Traceback (most recent call last):
File "PyQtPiClock.py", line 1375, in qtstart
sunset = sun.sunset(dt)
File "PyQtPiClock.py", line 54, in sunset
return suntimes.__timefromdecimalday(self.sunset_t)
File "PyQtPiClock.py", line 64, in __timefromdecimalday
return datetime.time(hour=h, minute=m, second=s)
ValueError: hour must be in 0..23
^Z
[1]+ Stopped sh startup.sh -n -s
Thanks.. I hope you can advise
Kind Regards
Dave B
PS I have treble checked my files as per instructions and tried a google etc before posting Its probably me...
The text was updated successfully, but these errors were encountered: