We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have compiled the software and it works so far, but I don't know what location the weather is for nor how I can change it. Help is appreciated!
Regards Merlin
The text was updated successfully, but these errors were encountered:
@MerlinElMago Sorry, I missed this issue somehow.
Location is auto-detected by IP Address of machine using https://api.ipify.org. You may check what location is being detected from log messages.
IP Address
tail -100 /var/log/syslog | grep Location.
tail -100 /var/log/syslog | grep Location
Sorry, something went wrong.
In my case it fails to detect the location, the output of tail -100 /var/log/syslog | grep Location is :
Nov 3 13:25:49 munchkin io.elementary.cerbere.desktop[1308]: Location : lat : 0, lon : 0 Nov 3 13:25:49 munchkin io.elementary.cerbere.desktop[1308]: Location : City: (null) Nov 3 13:25:52 munchkin io.elementary.cerbere.desktop[1308]: Location : lat : 0, lon : 0 Nov 3 13:25:52 munchkin io.elementary.cerbere.desktop[1308]: Location : City: (null)
No branches or pull requests
I have compiled the software and it works so far, but I don't know what location the weather is for nor how I can change it. Help is appreciated!
Regards
Merlin
The text was updated successfully, but these errors were encountered: