A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Weather not Loading
-
Hi,
I upgraded to 2.19, and saw that the weather forecast and current weather both depreciated. I read the migration and made the changes, and now both get stuck at loading.
Everything else updated fine, and both modules were working before the change. I tried to specify which provider to use instead of the default. i removed the location id and tried to just use location and vice versa. Neither worked.
Here’s my code, I removed the api key and location data, but it was all fine before the change.
{ module: "weather", position: "top_right", config: { type: "current", location: "XXXXXXX", locationID: "XXXXXXX", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "XXXXXXX" } }, { module: "weather", position: "top_right", header: "Weather Forecast", config: { type: "forecast", location: "XXXXXX, locationID: "XXXXXXX", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city appid: "XXXXXXX" }
Thanks!
-
@Cyric The new module uses apiKey rather than appid in the config. Try changing that in each entry.
-
-
@Cyric - You’re welcome.
I did the same update myself this morning, so know what needed to be changed…
Don’t forget to mark the issue as solved.