@khrusher use my upgrade script, you need nodejs upgraded too
Read the statement by Michael Teeuw here.
Posts
-
RE: Open Weather not displaying
-
RE: Update breaks MM
@ReD1470 this version, like last needs node version 22, you have version 20.
if you had used the upgrade script, it would have updated that too.
but once you do it manually and get to the current state, my script will abort
reun the upgrade script with force as the parm instead of apply
-
RE: Update breaks MM
@ReD1470 dont use force unless i tell you.
it skips some checks that are useful.
its not documented intentionally.
-
RE: Different order in center after Upgrade to 2.32
@falter I dont know yet. Haven’t had a chance to debug
-
RE: Different order in center after Upgrade to 2.32
@falter I can’t help more, can’t use module here, no cameras.
-
RE: Nudging a Module to different location?
@Durahl you could increase its top margin or border
Use the developers window elements tab to locate and test css to discover what should go in custom.css
See the second link in my signature below
-
RE: MagicMirror install on LXC Container as a server will not do
@kusselin I am on my desktop… not on a container
-
RE: Nodejs version/update issue
@lightsaberluke yes, system is tricky sometimes
if you had used the install or upgrade script it would have handled this problem for you
see https://github.com/sdetweil/MagicMirrorbut you can use one of the selective node tools
i recommend n
do this
sudo npm install n -g sudo n 22.14 hash -r node -vyou should now have node 22.14 or 22.15
now
cd ~/MagicMirror npm run install-mm -
RE: Installer scripts on Raspberry Pi Zero 2 W
@kribbitykrab Zero 2w is armv7, Zero w is armv6
the required nodejs is not available for armv6
send me the ~/install.log
filesame userid at gmail
i believe you have the pi Zero w. not 2w
MagicMirror manual install requires node 22.14 or higher
you have node 20 -
RE: Installer scripts on Raspberry Pi Zero 2 W
@kribbitykrab you can get an earlier release thru git by using the version tag
do
cd ~/MagicMirror git fetch --tags git checkout v2.30.0 npm run install-mmyou cannot upgrade from there