Read the statement by Michael Teeuw here.
Cant run the app
-
@goncalovsc Is this after having run the auto install script or manually installing? Did you run
npm install
in the~/MagicMirror
folder? Have you tried runningnpm start
in the same directory?@cruunnerr What are the permissions of your run-start.sh? It doesn’t make sense to me that mine is
rw-r—r—
but works fine. I would expect it needsx
permissions. -
@ninjabreadman I’ve done all that, and the error persists
-
Try to rebuild electron or reinstall with last update. npm install -g electron or npm rebuild in magic Mirror directory
-
@saljoke I’ll try later at night, when I’ve done that I’ll give you an update. Thanks
-
Did you run the install directly from the command line (without the start of the graphical user interface)?
You should run the setup within the GUI!
-
@cpramhofer i installed by the commands, I followed a video
-
@saljoke i tryed, and exatly the same error
-
i am wondering why u use MM 2.2.1. The actual release is 2.2.2 i think.
Anyhow…Try starting in development mode and take a look at errors:
npm start dev
or via ssh:
DISPLAY=:0 npm start dev