Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast - loading issue
- 
 Side note: If you are having problems with MMM-OpenWeatherForecast, make sure you are using Tom Hirschberger’s active fork. You can check this by running git remote -vin the module’s directory.
- 
 @KristjanESPERANTO @Como 
 rather than spend any time on thisrename your existing module out of the way and install 
 https://github.com/Tom-Hirschberger/MMM-OpenWeatherForecastno config changes I don’t think… (maybe lat/lon for location/locationID) 
 Tom is very active in supporting his work…
- 
 @Como did you get this resolved? 
- 
 @sdetweil life has been busy. Hopefully I can do it this weekend. I’ll report afterward. 
- 
 I had to change the node_helper.js to call the right api moet in node_helper.js (3.0 instead of 2.5) 
 sudo nano node_helper.js//make request to OpenWeather One Call API// var url = “https://api.openweathermap.org/data/2.5/onecall?” + 
 var url = “https://api.openweathermap.org/data/3.0/onecall?” +This solution works for me 
- 
 @jms3700 never use sudo for MagicMirror things 
- 
 
- 
S sdetweil has marked this topic as solved on
- 
 Hi all 
 maybe I’ve missed something, but did someone find the solution? If so, can describe setp-by-step how to do it?thanks 
- 
 
- 
 @sdetweil I tried that and the module just keep loading…I even tried the default weather and other modules and same, keeps loading. I was using it for years and no issue. Perhaps something with the API? 
 
 
 

