The default value is 10 minutes, so it should never go above the free limit.
Read the statement by Michael Teeuw here.
Best posts made by wyovino
-
RE: Weather Module showing wrong current temperature
-
RE: MMM-SimpleBGSlideshow (yet another background slideshow module)
I’m running this on a Pi Zero 2W. At first it kept freezing because some of my images were way too big. After I resized all of my images to 800 x 600 it’s going great.
-
RE: Weather Module showing wrong current temperature
@wyovino The current temperature displaying is now correct. I’m guessing this was an issue at the source.
Latest posts made by wyovino
-
RE: Weather Module showing wrong current temperature
@wyovino The current temperature displaying is now correct. I’m guessing this was an issue at the source.
-
RE: Weather Module showing wrong current temperature
The default value is 10 minutes, so it should never go above the free limit.
-
RE: Weather Module showing wrong current temperature
@sdetweil Do you know how frequently MM reaches out to pull down the weather data? I’d rather not exceed the daily free limit.
-
RE: Weather Module showing wrong current temperature
@sdetweil
I appreciate your efforts. The reason I’m using a Zero2W is that my mirror is in a tiny bathroom and when I used a Pi4 I could hear the hum of the fan. The Zero2W worked well except for the stock ticker which became very jerky. For the weather module, maybe I need a new API key. I’ll give that a try. -
RE: Weather Module showing wrong current temperature
The MMM-Jast module doesn’t work properly on a Zero2W with more recent versions which is why I did a fallback to this version. Is this related to the Weather API change I saw in the pinned post? Here’s my config. The “current” doesn’t work properly but the “forecast” does.
{
module: “weather”,
position: “top_right”,
config: {
weatherProvider: “openweathermap”,
type: “current”,
location: “Rockville Centre”,
locationID: “5134203”,
apiKey: “{myAPIKey}”
}
},
{
module: “weather”,
position: “top_right”,
header: “Weather Forecast”,
config: {
weatherProvider: “openweathermap”,
type: “forecast”,
location: “Rockville Centre”,
locationID: “5134203”,
apiKey: “{apikey}”,
fade: false
}
}, -
Weather Module showing wrong current temperature
MM V2.24.0, Pi Zero2W, Raspbian 10 (Buster)
I haven’t made any changes to my magic mirror since the beginning of February. I’m using the default Weather module and haven’t changed any related settings for that in over a year. The location is showing the correct city. The forecast for the next few days seems correct. The current temperature and today’s high and low are incorrect by about 20F degrees. I’ve tried rebooting and complete shutdown/unplug. Any suggestions?
-
RE: MM stopped working with Electron Error
@sdetweil Good idea but I don’t think it’s the case with this. I monitor the temps of all of my Raspberry Pis. Anyway, I re-imaged the usb drive from a backup and it appears to be working. If I set it up to reboot automatically nightly, should I have it stop MM first or is that unnecessary?
-
RE: MM stopped working with Electron Error
@sdetweil I’m in the process of re-imaging the USB drive from a backup. Hopefully that works. I don’t understand why it would work from a cold start but not a restart or reboot, but we’ll see what happens. It’s very consistent.
-
RE: MM stopped working with Electron Error
Update: Restarting MM and rebooting had no affect. A shutdown and power disconnect fixed the issue, at least for now.
-
MM stopped working with Electron Error
MM V2.24.0, Pi Zero2W, Raspbian 10 (Buster)
MM stopped working yesterday. The PM2 log is showing this error:
/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGSEGV
If I reinstall Electron, do I need a specific version? If so, how can I tell which version I currently have, and how would I do it?