Read the statement by Michael Teeuw here.
MagicMirror won't start with newest build
-
After update, did you run Npm install in the magicmirror folder?
-
@broberg I did, but I still get the same error. I’ve also tried doing multiple fresh installs including using the updated installer script (https://forum.magicmirror.builders/topic/10171/anyone-want-to-try-updated-installer), but always end up with that same error
-
@parthp90 looks like u don’t have some graphics libraries. So, search Google on the two libs. And install them.
What os are your running?
And in graphics mode? Right? -
I am having the same error, any guidance would be greatly appreciated ( : Thanks!
-
@roooooony
can you dols /usr/lib/arm-linux-gnueabihf/libnss3.so -laF and ls /lib/arm-linux-gnueabihf/libdbus-1.so.3 -laF
mine are dated aug 22 and Jun 9 (libdbus-1.so.3.19.11) respectively
and a thing to test out
rename the ~/MagicMirror/node_modules/electron folder to some other name
then docd ~/MagicMirror npm install electron@6.0.12
then try to start MagicMirror
-
@sdetweil This worked! Thank you for the quick reply!
-
@roooooony thanks… I have opened issue 1800 to document this problem