Read the statement by Michael Teeuw here.
MagicMirror Goes blackscreen overnight
- 
@demetry07 said in MagicMirror Goes blackscreen overnight:
MMM-GoogleMapsTraffic.js:77 Unc
that module has a bug, get the fix from my repo . .
do
cd ~/MagicMirror/modules mv MMM-GoogleMapsTraffic MMM-GoogleMapsTraffic.old git clone https://github.com/sdetweil/MMM-GoogleMapsTrafficrestart your mirror
I don’t know why the others, unless it is because of this one…
 - 
Ok updated and restarted. Will update in the morning or if it fails before then.
Thank you very much @sdetwil
 - 
@demetry07 any update?
 - 
@sdetweil Yes no black screen this morning that fixed it!
 - 
@demetry07 woohoo!!.. thanks for the update!
 - 
@sdetweil I am glad you told me about the CTRL + Shift + I. I was able to use that to fix some of the other Modules I was using.
 - 
@demetry07 awesome!!..
 - 
I am having what appears to be the same issue: “screen going black after X hours and the cursor in the top left of the screen”
How do I preform this with no keyboard/mouse attached?
 - 
@Raksasas you can start in dev mode w
npm start devFrom the MagicMirror folder.
But you need a mouse I think to select the tab.
If you have
address: "0.0.0.0", IpWhiteList: [],In config.js, then you could use chrome on your PC to connect to the mirror and open the dev window there
 
