A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
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 minute
The 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",