Read the statement by Michael Teeuw here.
MagicMirror fails to start
-
@droidus what display are u using on the pi?
must have something, running in graphics mode, not text mode.
do u see the temples when u boot the pi?
do
echo $DISPLAY DISPLAY=
then
npm start
-
I am using the default one that comes with raspbian os.
:0.0
I get this error message: no such file or directory, open ‘/home//package.json’. -
@droidus have to be IN the MagicMirror folder for npm start
-
@sdetweil said in MagicMirror fails to start:
@droidus have to be IN the MagicMirror folder for npm start
I get the same error as before about a magic-cookie.
-
@droidus no idea, did u install as pi and now running as another user?
did u install as root (using sudo), now running as pi?
if you used my script (just copy/paste the one line from my github page) , logged on as pi, it should have done everything for you
what I do
use the OS imager tool, install the latest OS image (full desktop, code name buster) on the sd card
boot the sd card,
turn on ssh
reboot the sd cardlogon via ssh from windows (or linux) machine
copy/paste my install script line into the ssh terminal window
wait…