Read the statement by Michael Teeuw here.
Weather module works for current, shows 'loading' for forecast
- 
@CliffordW that’s because custom.css isn’t there by default.
 - 
@sdetweil Still not working.Any suggestions how I might troubleshoot this?
I found this in the log:
Failed to load resource: the server responded with a status of 401 (Unauthorized)
A very long url to openweather is included.
I tried using the ‘current’ apikey for forecast, the error disappeared, but still no display.
 - 
I have the exact same problem.
@CliffordW Did you find a solution to solve the problem? - 
@matpi did u get new apikeys from openweather?
 - 
@sdetweil no I use this key for some time know 2-3 years at least. But the key works when it is placed in the current weather module. So I do not think the key is the issue.
 - 
found the problem :). id did not set:
weatherEndpoint: ‘/forecast’,
now it works.
thanks
 - 
@matpi awesome. can u mark this resolved? 3dots to the right, click the menu
 
