Read the statement by Michael Teeuw here.
ENOMEM errors coming from UpdateNotification and MMM-PIR-Sensor modules
-
@malicious_banjo said in ENOMEM errors coming from UpdateNotification and MMM-PIR-Sensor modules:
ENOMEM errors
What modules are you running? It’s an out of memory error…
-
@cowboysdude Oh, my bad. Those two are both the modules that failed both times, assumed they were the root cause.
Modules:- UpdateNotification
- default Clock
- default Calendar
- default Compliments
- default CurrentWeather
- default Weatherforecast
- default NewsFeed
- MMM-Scrobbler
- MMM-My-Commute
- MMM-pihole-stats
- phone notifications
-
Comment out all of these:
MMM-Scrobbler
MMM-My-Commute
MMM-pihole-stats
phone notificationslike this:
{ disabled: true, module: 'MMM-NPMWeather', position: 'bottom_bar', config: { location: "76123", read: "F", maxWidth: "50%" } },
just add
disabled: true
, to the top of each one like the example then try rerunning the mirror…
If it runs okay then one at a time change the true to false… and rerun…That’s troubleshooting to see if any of the modules are causing this issue.
-
@cowboysdude I’m expecting the error to come from the pihole module, it didn’t start happening until I added that yesterday.
If/when I diagnose that it’s the source, how would you recommend I fix it? -
@malicious_banjo said in ENOMEM errors coming from UpdateNotification and MMM-PIR-Sensor modules:
pihole module
I would suggest uninstalling the pihole module… pihole uninstall [I believe I read somewhere]