-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Labels
Description
Platform: Raspberry Pi 4.
Node Version: 22.
MagicMirror² Version: latest
Description: Weather forecast (pirate weather) doesn't update without relaunching or reloading the page. Today, Tomorrow and the next day are all wrong after one day (today is yesterday, tomorrow is today). I don't think the values are updating either. Believe the current weather / temperature is wrong after it ages as well as it didn't update for a day.
Steps to Reproduce: Use Pirate Weather with this config:
{
module: "weather",
position: "top_right",
config: {
weatherProvider: "pirateweather",
type: "current",
lat: 39,
lon: -84,
apiKey: "---",
}
},
{
module: "weather",
position: "top_left",
header: "Weather Forecast",
config: {
weatherProvider: "pirateweather",
type: "forecast",
lat: 39,
lon: -84,
apiKey: "---",
}
}
Expected Results: Live data.
Actual Results: Stale data
Configuration: See above
Additional Notes: Recently switched to Pirate Weather. Don't see any errors in the console.