A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast - loading issue
-
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
-
-
-
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?
-
@el_georgie did you get a new api key?? 3.0 requires a credit card, only 3.0 available now