Read the statement by Michael Teeuw here.
Blank Black screen after the last - 2.11 - update
-
@sdetweil I have raspberry pi3 b+. I reinstalled npm for all modules that have json file but i am still getting the same problem!
-
@kondef r u using pm2 to start?
If so do
pm2 logs
ctrl-c to exitThen npm start
Also may need to open developers window, ctrl-shift-i on the keyboard, select the console tab and scroll up to see any errors…
-
@sdetweil No i start manually npm start
-
@kondef so, you should open the dev window
-
@sdetweil You mean npm run start dev ? I am sorry i told you i am not expert. By pressing Control - Shift - i the only thing happens is a small window opens.
-
@kondef should be the right side of screen
npm start dev can do the same on startup
-
I am getting “DevTools was disconnected from the page. Once page is reloaded, DevTools will automatically reconnect” and the page now is white blank and thre is nothing on the dev console.
But i managed to take a photo while magic mirror was loading and i got the following: "MODULE NOT FOUND. Require Stack /home/pi/MagicMirror/modules/MMM-Hotword/snowboy/lib/node/index.js
/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js
/home/pi/MagicMirror/js/app.js
/home/pi/MagicMirror/js/electron.js
/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app. -
@kondef images don’t post…
-
@sdetweil
I am getting “DevTools was disconnected from the page. Once page is reloaded, DevTools will automatically reconnect” and the page now is white blank and thre is nothing on the dev console.
But i managed to take a photo while magic mirror was loading and i got the following: "MODULE NOT FOUND. Require Stack /home/pi/MagicMirror/modules/MMM-Hotword/snowboy/lib/node/index.js
/home/pi/MagicMirror/modules/MMM-Hotword/node_helper.js
/home/pi/MagicMirror/js/app.js
/home/pi/MagicMirror/js/electron.js
/home/pi/MagicMirror/node_modules/electron/dist/resources/default_app.Please note that i already did npm install on Hotword module
-
@kondef yeh, hotword needs an electron-rebuild I think