A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Black screen
-
Config check shows no errors
and unfortunately does the other thing not work
Any other debug possibility?
thanks -
@Vauxdvihl try keyboard on mirror, ctrl-shift-i to open dev window
-
@Vauxdvihl or, from your laptop or pc, you can ssh into the mirror, got to the MagicMirror directory and execute the following for dev mode:
pm2 stop all npm start dev
See if there are errors coming up in the console.
Is there still no troubleshooting guide around to reference to?
-
npm start dev
results in
pi@PiMirrorNeu:~ $ npm start dev npm ERR! code ENOENT npm ERR! syscall open npm ERR! path /home/pi/package.json npm ERR! errno -2 npm ERR! enoent ENOENT: no such file or directory, open '/home/pi/package.json' npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent npm ERR! A complete log of this run can be found in: npm ERR! /home/pi/.npm/_logs/2020-01-06T19_11_05_569Z-debug.log
-
@Vauxdvihl from the magicmirror folder
all commands suggested are always from the magic mirror folder
-
Ah ok
SorryDevTools was disconnected from the page. Once the page is reloaded, DevTools will automatically reconnect.
-
@Vauxdvihl this is still MagicMirror version 2.9?
a guess
do
cd ~/MagicMirror git checkout modules/node_modules/node_helper/index.js
-
@sdetweil
Where do i see it?Nothing happen:
pi@PiMirrorNeu:~/MagicMirror $ git checkout modules/node_modules/node_helper/index.js pi@PiMirrorNeu:~/MagicMirror $
-
@Vauxdvihl
and then restart mirror -
@sdetweil
Mirror stays black :-(