Read the statement by Michael Teeuw here.
Default Weather Module Time Incorrect
-
I have the default module up and running, but the time appears to be off. For example, my local time currently is 1500 and the Current Weather shows the moon and the sunrise/sunset display is showing the next sunrise time. The header also says ETC/GMT (which I do not have set in my config.js).
// Current Weather Module { disabled: false, module: "weather", position: "top_right", header: "Current Weather", config: { weatherProvider: "openweathermap", type: "current", location: "Norwich", locationID: "4839843", apiKey: "XXXX" } }, // 5-Day Weather Forecast Module { disabled: false, module: "weather", position: "top_right", header: "5-Day Weather Forecast", config: { weatherProvider: "openweathermap", type: "forecast", // Use "forecast" for the 5-day forecast location: "Norwich", locationID: "4839843", apiKey: "XXXXX", colored: true } },My clock module is set to correct time, and my pi is also set correctly.
Any where else I should check? Thanks.
-
@MikeTheYeti the settings for open weather use the lat/lon
Properties now, w endpoint /onecall as the default
-
I should add that on openweathermap.org for that location, it shows Sunny.
-
@MikeTheYeti the settings for open weather use the lat/lon
Properties now, w endpoint /onecall as the default
-
-
Thanks! It works!
-
S sdetweil has marked this topic as solved on
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