@SubLim3 in what way has Watchdog stabilised the mirror with a pi?
Read the statement by Michael Teeuw here.
Posts
-
RE: My Custom Smart Mirror.
-
RE: mmm-nest-status unresponsive after 12hours
@sdetweil no yours works well the original doesn’t
-
RE: mmm-nest-status unresponsive after 12hours
@sdetweil its working a treat mate thanks
-
RE: mmm-nest-status unresponsive after 12hours
@sdetweil seems to be working fine mate cheers 👍🏾
-
RE: Raspberry Pi Memory Loss
@evroom changed it thanks I’ll continue the test much appreciated
-
RE: Raspberry Pi Memory Loss
@evroom I’m using mmm-SystemStats to view it on the magic mirror, unless this is monitoring the memory wrong?
-
Raspberry Pi Memory Loss
Hi not sure if anyone else with a pi has noticed but the longer the Magic Mirror runs the more ram it uses for exactly the same thing it started up with, ie start up MagicMirror and I have 80% memory free four hours later and it’s 78% still not bad but a day later then it’s 58% memory free. This is on a Pi 4 with 4Gb of ram so I’m not sure how all the other Pi’s and other mirrors are doing but it seems to tear up a lot of memory. Anyone able to offer any help in this area?
-
RE: Hello everyone
@sdetweil think it best that OP go to mirror builds https://forum.magicmirror.builders/category/12/show-your-mirror and then come back with questions
-
RE: mmm-nest-status unresponsive after 12hours
@sdetweil said in mmm-nest-status unresponsive after 12hours:
Yeah when I changed it to every 10seconds it showed the limit exceeded will try again in 10min so I think it does recover. But it’s never showed this when I put it to every 1min as per nest api. I’ll have a go with yours thanks very much mate.👍🏾
-
RE: mmm-nest-status unresponsive after 12hours
@sdetweil cheers mate I’ll wait till your all good
-
RE: mmm-nest-status unresponsive after 12hours
@sdetweil can you offer any help on how to track down the problem with this be unresponsive after awhile
-
RE: what Os are u using to mm
@berne buster lite with desktop 32Gb SD card and it has 25Gb of space left. Look at the .pm2 logs
-
RE: overheating Pi /freezing up and not responding
Think you’ll find your shooting through the memory on the pi the only one that I’ve managed to have running for two days is the pi 4 with 4Gb of memory that seem to be ok on memory, but needs a big heatsink and an active fan, temps on min have been 61c but that’s not with the fan active my fan only activates when the tv is on then again the nest has recorded temps of 38/39c in the house so it’s not doing bad, the Pi4 is the hottest of the bunch.
You say it’s not running it the screen off or the pi just running raspbian normally pm2 is running all the time so regardless of it being on a different screen or the screen turned off MagicMirror is running, you would have to pm2 stop MagicMirror in terminal but 47c looks like normal temps -
RE: mmm-nest-status unresponsive after 12hours
@sdetweil yeah it still freezes after a while, when the magic mirror is restarted or reloaded it works, so I’ve setup a cron job every 12hours to reload MagicMirror
-
RE: Pi 4 storage used up in weeks?
@cowboysdude hi the key was still active it had 135days to go, I never even clocked that it had an expiration date. Don’t know why they just can’t give a permanent key I don’t want to be changing it every year 😢 got enough tech to keep on top off lol
-
RE: config.js help
-
RE: My First Mirror
Final build I’ve settled on and all skimmed and painted now


-
RE: config.js help
@DaVinki change position to bottom_left And see if that works
-
RE: config.js help
Try removing that space where i have put a big space here and is no other modules are below this remove { get rid of me See if that helps
}, A BIG SPACE HERE { module: 'MMM-MyDutchWeather', position: 'top_left', header: 'My Dutch Weather', config: { latitude: 52.057499, // Latitude of your city longitude: 4.49306, // Longitude of your city apiKey: 9041487188, // API Key - Get for free at http://weerlive.nl/api/toegang/index.php showIcons: true, // Display Icons or Text showExtra: true, // Display additional weather information maxWidth: "500px" // Max width wrapper } }, {Get Rid of Me