-
Notifications
You must be signed in to change notification settings - Fork 36
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
Change Time? #105
Comments
Hi @deanfourie1 .. You can have a free one following this ; Creating an Open Weather account
Creating an API key
Copy this key and paste it into the jump configuration (OWMAPAPIKEY env var) The time should now be set (remove all presiously cookies from your browser..). |
Thanks for this. This is stupid. Why not just use the system locale. In my case, I host a lot of my services hosted on a VLAN without internet connection. What is the need to query an external API for time? I understand to pull weather but I don't even use that feature. Surely there's a way to pull the time from the system? |
It should use the client local timezone if you do not use an OWMAPIKEY... https://github.com/daledavies/jump/blob/main/jumpapp/assets/js/src/classes/Clock.js#L74 |
Thanks, I just checked this and my date and time was wrong, however, After changing to the correct time zone, Tue Apr 16 21:54:55 NZST 2024 It is still showing the wrong time after a full host reboot. Thanks, appreciate the help! |
Where does jump get its time from?
Its 12 hours our for me, PM when its AM here. Any way to change, sorry im sure its a easy one.
Have tried setting long/lat
The text was updated successfully, but these errors were encountered: