Read the statement by Michael Teeuw here.
Raspberry Freezes
-
Hey together
I use ab Raspberry 3B as a base for Magic Mirror.
Since the last Update I made to the CalenderExt2 the whole Pi freezes completely, and is unreachable any more at random times a day. The Magic Mirror ist still on Screen, but you see at the clock at which time the machine freezed.
Is there any solution, because I can’t make out when and because of what this freeze occurs.
Thank you.
-
@thebassfly just to make sure its the calenderext2 I would start by disabling the module by adding the below code under module config. Or another module is conflicting so add this to each module one by one to see if that freeze resolves.
disabled: true,
-
@swvalenti said in Raspberry Freezes:
disabled: true,
Thank you for your tip.
So this will need a few days for me to see.But at the end, my biggest worry is, what to do when CalendarExt2 ist the problem? This Module ist the Main reason I use Magic Mirror.
-
So for now, with a disabled modules, the System seems to work.
There is also an issue at the GitHub page of this module about a possible memory leak.
Maybe this is the issue.
-
I think I am having a similar issue. The entire mirror refresh rate gets slower and slower the longr the mirror has been on
Any solution found?
-
@Nneuland magicmirror is just an application.
other things might be consuming CPU too.ssh in and run the top command.
it will bring up a green of running processes sorted u CPU usage, high to lowand it refreshes every few seconds.
particularly when the system appears slowed down