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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login