Read the statement by Michael Teeuw here.
MM2 screen goes black after a couple of hours.
-
@reilley can u tell me what other modules you use?
easy list from the commandline
grep module: ~/MagicMirror/config/config.js | uniq | sort -h
-
@reilley
I See this happen also on my mirror from time to time.
I have not verified it, but to me it seems a memory issue.
I faced it often when loading many background pictures in short intervals. I changed my interval to a longer period and also resized some images.
That helped a lot. -
@sdetweil said in MM2 screen goes black after a couple of hours.:
@reilley can u tell me what other modules you use?
easy list from the commandline
grep module: ~/MagicMirror/config/config.js | uniq | sort -h
Hi Sam! Sorry for the delay but I don’t get alerts from this board for some reason.
To answer your question, I use these modules:
Alert
Calendar
Clock
MMM-CalendarExt3
MMM-GoogleCalendar
MMM-Rain-Map (currently commented out)
MMM-SmartWebDisplay
MMM-Wallpaper
Newsfeed
Update notification
Weather -
@Eli said in MM2 screen goes black after a couple of hours.:
@reilley
I See this happen also on my mirror from time to time.
I have not verified it, but to me it seems a memory issue.
I faced it often when loading many background pictures in short intervals. I changed my interval to a longer period and also resized some images.
That helped a lot.Hi Eli! I increased the time from every minute to every two minutes to see how that works out. I haven’t tried resizing the files but that sounds like a great idea.
Thanks!
Terry -
@reilley I had a bug in one of MY modules that allocated space for an image, but didn’t release it, and eventually the browser died. black screen
took me a year to find it as it appeared random…
random was how many images it actually displayed, depending on how many times it was active… (when the mirror went to sleep it stopped processing and resumed on wakeup… so every time I went down the hall it would wake up again… )but I haven’t seen that problem with any of the modules you listed