Read the statement by Michael Teeuw here.
MagicMirror is Failing to start at all
-
Because you did this manually the script will abort if the same version is already
I provide another option, instead of apply use
force
At the end of the commandI don’t document this because I dont want everyone using force and getting into more trouble.
-
@sdetweil
So i used the force protocol and it took some time and did some things. after it was done i attempted to start the MM using both the old way and they way the release notes said and i still get this,pi@raspberrypi:~ $ cd MagicMirror
pi@raspberrypi:~/MagicMirror $ npm startmagicmirror@2.32.0 start
node --run start:x11node: bad option: --run
pi@raspberrypi:~/MagicMirror $ node --run
node: --run requires an argument
pi@raspberrypi:~/MagicMirror $ -
@Sampleswow can you show the output of
node -v
-
@sdetweil
pi@raspberrypi:~ $ node -v
v24.4.1
pi@raspberrypi:~ $ cd MagicMirror
pi@raspberrypi:~/MagicMirror $ node -v
v24.4.1 -
@Sampleswow thanks
Try this
sudo n 22.14 hash -r node -v
You should get 22.14 or 22.15
Then try npm start in the MagicMirror folder
-
@sdetweil
pi@raspberrypi:~ $ sudo n 22.14
copying : node/22.14.0
installed : v22.14.0 (with npm 10.9.2)
pi@raspberrypi:~ $ hash -r
pi@raspberrypi:~ $ node -v
v22.14.0
pi@raspberrypi:~ $ cd MagicMirror
pi@raspberrypi:~/MagicMirror $ npm startmagicmirror@2.32.0 start
node --run start:x11node: bad option: --run
pi@raspberrypi:~/MagicMirror $ -
@karsten13 have any debug advice here?
-
can you see what I’m doing right now ;)
I used my containers a few minutes ago to see if I can reproduce but I can’t. So no idea.
-
@Sampleswow ok, it makes no sense
I would suggest starting over
Reflash the SD card
Use the script to Install -
@sdetweil
is that the only way? I have a lot of setup, I would hate to lose by starting over.also again What script i have no idea what your referring to, or how to use it. I am a basic user of Magic Mirror