Read the statement by Michael Teeuw here.
Default weather module stuck loading after latest MM update
-
@sdetweil Thank you a lot.
I was able to fix the header problem but not the time problem. I looked to a lot of /js files looking for the TimeZone Parameter but I didnt get it.

Also is really weird the 18:48… the different minutes tells that maybe isn’t a timezone problem.
-
@pritikin71 weather with openweather 3 uses lat/lon for location
and time is local system time . make sure you have timezone set correctlycorrected below… sunrise/sunset time is shown (whichever is next)
not current wall clock time -
@pritikin71 said in Default weather module stuck loading after latest MM update:
Also is really weird the 18:48
this is not an actual time, but sunrise or sunset (depending on what comes next)
-
@karsten13 dang I get that wrong EVERY time!
-
@sdetweil said in Default weather module stuck loading after latest MM update:
@karsten13 dang I get that wrong EVERY time!
one of the reasons I wrote my own njk …

-
@karsten13 Wow… you kill me… what a Shame jaja Sorry for the misunderstood and great idea your config/
@sdetweil thanks too
-
@pritikin71 said in [Default weather module stuck loading after latest MM
{ module: "weather", CalendarClasses: "current", position: "top_right", header: "Weather Forecast", disabled: false, config: { weatherProvider: "openweathermap", weatherEndpoint: "/onecall", //updateInterval: "20", type: "current", tempUnits: "imperial", degreeLabel: "false", location: "XxXxX", locationID: "XXxXXX", //ID from http://bulk.openweathermap.org/sample/city.list.json.gz; unzip the gz file and find your city apiKey: "XxXXXXxxXXXXxXXxXXxX", showFeelsLike: "false", lat: "2XXXX350", lon: "-8X.3XXxX915" }My code looks exactly like this i even generated a new api key paid setup payment and i am still only getting loading on my npm start i have Zero Errors im so confused
-
@Sampleswow weather is done all in browser, so you have to open the browser developers window condole tab to see any errors
ctrl-shift-i
-
@sdetweil
Thanks for your reply i have found the error it is,
Failed to load resource: the api.openweathermap
server responded with a
status of 401 (unauthorized)how do i adjust this?
-
@Sampleswow said in Default weather module stuck loading after latest MM update:
status of 401 (unauthorized)
your api key is incorrect
the 3.0 apikey requires a credit card, right?
see this too
https://github.com/MagicMirrorOrg/MagicMirror/issues/3574#issuecomment-2423544713
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