Homepage not respecting label, latitude, longitude, or units in openmeteo weather widget #3118
DescriptionI believe this is a bug in using/passing the options for the widget. When I first load Homepage, it shows the 'click to allow' prompt for getting the current location, even though I've set a latitude and longitude in my widgets.yaml. If I allow it to get my location, the api call in the network tab in my browser shows the following (replaced latitude and longitude retrieved for privacy). Note the
I believe this is also related to #675 homepage versionv0.8.9 (c89c488, Mar 10, 2024) Installation methodDocker Configurationwidgets.yaml
- openmeteo:
label: Home
latitude: 50.449684
longitude: 30.525026
timezone: America/New_York
units: imperial
cache: 5 # Time in minutes to cache API responses, to stay within limits
format:
maximumFractionDigits: 1 |
Replies: 4 comments 7 replies
|
Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ Based on the information provided, it seems like there might be an issue with how the To resolve this issue, please ensure that the Since you are using Docker for installation, you can also check the Docker container logs for any error messages that might give more insight into the problem. Use the following command to view the logs: docker logs <container_name>Replace If you continue to experience issues, consider reaching out for support using the 'Ask AI' button on the documentation pages, opening a GitHub discussion, or checking the Additionally, you can check for any updates or known issues on the Homepage GitHub repository that might be related to this problem. This comment was generated by Glime. |
|
This would imply the widget essentially does not work, which I do not think is the case. Sometimes formatting gets lost in copy and paste, but for example the formatting of the config above is not correct, I’d start there. |
|
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
This would imply the widget essentially does not work, which I do not think is the case. Sometimes formatting gets lost in copy and paste, but for example the formatting of the config above is not correct, I’d start there.