Replies: 4 comments 2 replies
-
Update: openweathermap is now working, apparently you have to wait a bit for the API keys to activate. OpenMeteo is still failing. |
Beta Was this translation helpful? Give feedback.
-
I dont think they're broken as they are used by a huge percentage of homepage users and there have been no reports of this (nor can I reproduce). Just to check, try re-creating your container. Otherwise you can easily see what data is being returned by looking at the call like |
Beta Was this translation helpful? Give feedback.
-
Okay, progress - Openmeteo is throwing an HTTP 500 error. I've tried several browsers, my mobile phone, on my home network and off (at work) plus my cellular provider. All throw a 500 error. Eh, a 500 error is server-side, so I'm not going to bother tracking it any further since openweather is working fine. Thanks for the help and the AWESOME software. This is one of my favorite tools. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Description
I upgraded from v6 to v7 and now my openmeteo weather widget reports API error. Upon page load or refresh, it will have on "Updating" and eventually go to API Error. The only thing I see in 'docker logs' is tons of errors like this:
[2023-10-03T10:30:20.746Z] error: undefined [2023-10-03T10:30:40.808Z] error: undefined [2023-10-03T10:31:20.865Z] error: undefined [2023-10-03T10:31:33.765Z] error: undefined [2023-10-03T10:32:16.313Z] error: undefined [2023-10-03T10:33:30.974Z] error: undefined [2023-10-03T10:34:44.299Z] error: undefined [2023-10-03T10:35:32.875Z] error: undefined [2023-10-03T10:35:36.339Z] error: undefined
Screenshot of behavior:
config in widget.yaml:
label: Home
latitude: 35.22658
longitude: -80.85283
timezone: America/New_York # optional
units: imperial
cache: 5
I tried to switch to openweathermap (with a register API key) and it fails as well. The container is able to contact external sites, which is verified by opening a /bin/sh shell to the container and performing a wget to https://www.google.com and to the oneweb API ('https://api.openweathermap.org/data/3.0/onecall?lat=33.44&lon=-94.04&exclude=hourly,daily&appid=MyApiKey'), all of which are successful.
Steps to reproduce
homepage version
v0.7.0 (c18caf9, Sep 29, 2023)
Installation method
Docker
Configuration
Container Logs
maybe these?
[2023-10-03T10:30:20.746Z] error: undefined
[2023-10-03T10:30:40.808Z] error: undefined
[2023-10-03T10:31:20.865Z] error: undefined
[2023-10-03T10:31:33.765Z] error: undefined
[2023-10-03T10:32:16.313Z] error: undefined
[2023-10-03T10:33:30.974Z] error: undefined
[2023-10-03T10:34:44.299Z] error: undefined
[2023-10-03T10:35:32.875Z] error: undefined
[2023-10-03T10:35:36.339Z] error: undefined
Browser Logs
No response
Troubleshooting
I have other widgets in this file working fine, it's only the openmeteo and openweathermap widgets that do not work.
Other
No response
Before submitting, I have made sure to
Beta Was this translation helpful? Give feedback.
All reactions