A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Problem with currentweather module
-
Hi.
My config.js stops after running the currentweather module and does not display the rest of the modules. If i erase it everything shows up so I figured that something must be wrong with the code but I cannot find it… Anyone else that can see the misstake or knows whats wrong? The appid is working because it works in the weatherforecast module.
{ module: "currentweather", position: "lower_right", config: { location: "Stockholm,Sweden", locationID: "", //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city appid: "*********************" } },
Does anyone know the problem?
Thanks!
-
@chris-uvm said in Problem with currentweather module:
Does anyone know the problem?
This will work:
position: "bottom_right",
There is no position “lower_right”
-
Thank you, weird thing cuz it’s been working for about a year but it works now, Thank you!