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
-
@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
-
-