Read the statement by Michael Teeuw here.
MagicMirror Doesn't Start
-
I am receiving this error:
pi@raspberrypi:~/MagicMirror_scripts $ ./run-start.sh grep: config/config.js: No such file or directory internal/modules/cjs/loader.js:892 throw err; ^ Error: Cannot find module '/home/pi/MagicMirror_scripts/serveronly' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:889:15) at Function.Module._load (internal/modules/cjs/loader.js:745:27) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12) at internal/main/run_main_module.js:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] } Starting chromium browser now, have patience, it takes a minuteThe browser shows a “This site can’t be reached” page.
-
@droidus said in MagicMirror Doesn't Start:
~/MagicMirror_scripts $ ./run-start.sh
why are u trying to run it?
its suppoosed to be started by package.json
“start”:
whan its a pi0 or electron is not installed…
IF you use my script to install MM…
u don’t download my stuff, just copy/paste the one line for each function
-
install
to execute the install script, cut/paste this line into the terminal window on your device (I can't say PI, cause it works in a lot of other places too)upgrade
this works on Mac as well, cut/paste this line into the terminal window on your device -
@droidus IF it was needed, the install script would have changed
package.json
"start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",to
"start": "./run-start.sh $1",
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login