-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not a issue per say #255
Comments
Looking to add the date also |
file PyQtPiClock.py line 527 (three-hour weather forecast. First, second and third line in a column) day.setText("{0:%A %I:%M%p}".format(datetime.datetime.fromtimestamp( day.setText("{%m %d %Y 0:%A}".format(datetime.datetime.fromtimestamp( file PyQtPiClock.py line 590 (daily weather forecast. Fourth - ninth line of the whole column) day.setText("{0:%A}".format(dt)) more about the time format |
Upgraded to the latest version of PiClock. Is there a way to get the month and date to be to the left of the day?
![piclock](https://user-images.githubusercontent.com/25713782/230899588-9694039a-8316-4395-b0b6-33b29053fe48.PNG)
Thanks
Mike
The text was updated successfully, but these errors were encountered: