A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Outdated?
-
I’m trying to set up a second mirror for my parents but I am unable to install mm.
After cloning the repository, I keep getting the “EBADENGINE” error when trying to install it.
node is on v23.5.0
and
npm is on v11.0.0 -
@magicmonkey yes, we dont support node 23 yet. coming jan 1
or use the develop branchgit clone magicmirror url --- you already did this git checkout develop npm run install-mm
we support 20.9.0 or above, not any 21, but any 22
so you could do this to get 22
sudo npm install n -g sudo n 22
node -v
should be 22
then
npm run install-mm