A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Real Time Clock add on
- 
Would a Real Time Clock add on for the Raspberry pi 4 fix the time stopping for a couple minutes and then catching up??? It acts to me like it looses the time notification from the network. I do not know what else to call it…
 - 
@plainbroke some modules can consume enough cycles to prevent the node thread switch
never seen on a pi4
 - 
@sdetweil
You have to remember I run 40 modules using your pages module.
So maybe I am running more than the pi4 8gb ram wants to handle??? - 
look at
free -mi dont think you are using all the memory
its cpu cycles, the mode engine is single threaded, with all kinds of ‘hacks’ to make it more like multi-threaded. but a cou bound task can still block others
 
