@mykle1 Only thing I can think is my PiHole is catching something and blocking it. I’ll disable and give it a try. Thanks for checking!
Read the statement by Michael Teeuw here.
Posts
-
RE: "Not that WWI!" - Trouble with Weather WIthout Icons module
-
RE: "Not that WWI!" - Trouble with Weather WIthout Icons module
L/L, close to my location: 44.531712,-109.0158592
I’ve had the DarkSky account for years now, and no errors are seen (though I’ll check again)
-
RE: "Not that WWI!" - Trouble with Weather WIthout Icons module
@sdetweil Yeah, the key works. I also use MMM-DarkSkyRadar and have no issues with it.
-
"Not that WWI!" - Trouble with Weather WIthout Icons module
Hello,
Running in to an issue with the MMM-WWI module, and I’m not sure where the issue lies. I git cloned the module, copied the config.js sample below, direct from the github page, and verified my DarkSky API was correct, as were my latitude and longitude. But no matter what I do, I just end up with text saying “Not that WWI!”. I have no other modules in that space. I commented out the currentweather module that was there, no luck. I removed the module entirely from the config.js file, no luck.
{ disabled: false, module: "MMM-WWI", position: "top_left", config: { apiKey: "my_darksky_api", // Free API key @ https://darksky.net lat: "my_latitude", // Your latitude goes here lng: "my_longitude", // Your longitude goes here tempUnits: "F", // C or F pix: "4", // 1-13 Comment out display: none in css file useHeader: true, // true if you want a header header: "my_unique_header", maxWidth: "300px", } },Any ideas on what I may be missing?
-
Can someone help me understand "updateInterval"? DarkSky is charging me a lot of money.
I must have done something really wrong because I’m paying a good bit of coin to DarkSky for API calls. This is for the MMM-NOAA3 module.
updateInterval: 15 * 60 * 1000, //every 15 minutes or whatever you choosethat’s the original ^ and I updated the 15 to 60.
I guess I don’t understand what each number represents. Milliseconds, Seconds, Minutes?
I don’t know how, but I had 25k API calls to DarkSky yesterday. Trying to cut this number down. I’d just like to have it update twice hourly if at all possible (it’s current temps / extended weather forecast).
-
RE: Refresh modules / MagicMirror without running pm2 restart?
Well, temporary workaround for anyone having a similar issue…
Installed xdotool and created a shell script to “press” ctrl+r every hour. Now it’ll just refresh itself at the top of the hour.
-
RE: Refresh modules / MagicMirror without running pm2 restart?
@sdetweil Good to know, thank you. I’ll start looking in to my FW logs and see if something stands out. I really appreciate you taking the time to do this.
-
RE: Refresh modules / MagicMirror without running pm2 restart?
@sdetweil if you’ve just loaded it, watch out for “updateOnWarning:” in the config.js - If you don’t set it to ‘0’, the entire module disappears if there are no active warnings in your area. I learned that one the hard way. :)
Thanks for the assistance!
-
RE: Refresh modules / MagicMirror without running pm2 restart?
@sdetweil If you haven’t had this issue before, that pretty much rules out the module itself, I’d guess. I do have a FW at my egress, with some DNS block lists. It doesn’t seem logical that it would load initially, but fail an hour or two later, but I’ve seen weirder.
(Unless, of course, you’ve just loaded it. In that case, ignore my last statement).
-
RE: Refresh modules / MagicMirror without running pm2 restart?
Is there something specific I should be looking for here? It just locked up and this is all I see.
-
RE: Refresh modules / MagicMirror without running pm2 restart?
I will grab that next time it locks up. Thanks!
-
Refresh modules / MagicMirror without running pm2 restart?
Good Day,
I’m using MMM-RAIN-RADAR on my MM, and it’s great. Family loves it, and even though support for it has been suspended, we’ll continue to use it. One of the issues I notice with it, though, is that the module stops updating after a couple of hours. The module is still there, but the radar content disappears. I’ve setup a cron to run “pm2 restart mm.sh” every four hours, but that seems to be a bit overkill, and I’ve recently discovered the 4 hours interval isn’t even enough. We still find it stops updating radar content.
Which brings me to my question. I’ve read there is no way to “reload” individual modules, but is there anything faster / more efficient to update / reload MM without restarting the whole service? Something I could potentially cron to run every hour or so?
Thank you!
-
RE: Stuck on creating a new fetcher
@sdetweil No luck on this side. I may just do a reinstall at this point. Not sure what’s causing the hangup
-
RE: Stuck on creating a new fetcher
@ultimatum22 I’m not sure what you mean. Doesn’t 'DISPLAY=:0" mean the attached display? I’ve got the Pi hooked up to a 24" TV display.
-
Stuck on creating a new fetcher
Hello,
I recently installed MM on a Pi 3, and for some reason I can’t make it past this point. I tried removing the NYT module and it got stuck on the holidays iCal. Do I need to adjust the interval to force it sooner? I wouldn’t think so, but I’m not sure. Any suggestions would be greatly appreciated.
Edit: I should add, this is with default config.js file (after renaming from config.js.sample)
Edit 2: ran the check_config.js and it says my configuration file doesn’t contain syntax errors.

