@sdetweil Yeah, warnings come from 11.16.0+
Read the statement by Michael Teeuw here.
Posts
-
RE: Upgrade
@sdetweil I see some major changes coming down the line for npm v12.
https://github.blog/changelog/2026-07-08-npm-install-time-security-and-gat-bypass2fa-deprecation/
-
RE: Upgrade
@sdetweil Just ran it quickly and it seems like it installed 22.22.2
mumble@pi:~ $ sudo n copying : node/22.21.1 installed : v22.21.1 (with npm 10.9.4) mumble@pi:~ $ node -v v22.21.1 mumble@pi:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/upgrade-script.sh)" force update log will be in /home/mumble/MagicMirror/installers/upgrade.log doing test run = false Node currently installed. Checking version number. Minimum Node version: v22.22.2 Installed Node version: v22.21.1 installing correct version of node and npm, please wait Check current Node installation ... Node currently installed. Checking version number. Minimum Node version: v22.21.1 Installed Node version: v22.22.2 No Node.js upgrade necessary. Check current NPM installation ... NPM currently installed. Checking version number. Minimum npm version: V10.9.7 Installed npm version: V10.9.7 No npm upgrade necessary. upgrading from version 2.37.0 to 2.37.0 force: line 762: pm2: command not found some node app still running, please shutdown those apps, maybe MagicMirror, and restart here is a list of those processes -
RE: Upgrade
@sdetweil No worries. I will check tomorrow after work and downgrade node and install again. Will advise
-
RE: Upgrade
@sdetweil Yeah, I saw that so not sure where that 22.22.2 came from but it was there as can bee seen in the previous post. I had to install 22.22.2 and then only would MM install. Was weird.
As for the SD card failure, I don’t know why this is but when I upgraded in April the card failed. When I upgraded now the first time the card failed so I had to setup a new one again.
-
RE: Upgrade
@sdetweil Hi Sam. Apologies for the late reply. See below.
mble@pi:~ $ bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)" $$\ $$\ $$\ $$\ $$\ $$\ $$$$$$\ $$$\ $$$ | \__| $$$\ $$$ |\__| $$ __$$\ $$$$\ $$$$ | $$$$$$\ $$$$$$\ $$\ $$$$$$$\ $$$$\ $$$$ |$$\ $$$$$$\ $$$$$$\ $$$$$$\ $$$$$$\ \__/ $$ | $$\$$\$$ $$ | \____$$\ $$ __$$\ $$ |$$ _____|$$\$$\$$ $$ |$$ |$$ __$$\ $$ __$$\ $$ __$$\ $$ __$$\ $$$$$$ | $$ \$$$ $$ | $$$$$$$ |$$ / $$ |$$ |$$ / $$ \$$$ $$ |$$ |$$ | \__|$$ | \__|$$ / $$ |$$ | \__|$$ ____/ $$ |\$ /$$ |$$ __$$ |$$ | $$ |$$ |$$ | $$ |\$ /$$ |$$ |$$ | $$ | $$ | $$ |$$ | $$ | $$ | \_/ $$ |\$$$$$$$ |\$$$$$$$ |$$ |\$$$$$$$\ $$ | \_/ $$ |$$ |$$ | $$ | \$$$$$$ |$$ | $$$$$$$$\ \__| \__| \_______| \____$$ |\__| \_______|\__| \__|\__|\__| \__| \______/ \__| \________| $$\ $$ | \$$$$$$ | \______/ install log being saved to /home/mumble/install.log Updating packages ... Installing helper tools ... nvm_command is sudo n v22.21.1 installing correct version of node and npm, please wait Check current Node installation ... Node currently installed. Checking version number. Minimum Node version: v22.21.1 Installed Node version: v22.21.1 No Node.js upgrade necessary. Check current NPM installation ... NPM currently installed. Checking version number. Minimum npm version: V10.9.4 Installed npm version: V10.9.4 No npm upgrade necessary. Cloning MagicMirror ... Cloning into 'MagicMirror'... remote: Enumerating objects: 509, done. remote: Counting objects: 100% (509/509), done. remote: Compressing objects: 100% (406/406), done. remote: Total 509 (delta 118), reused 319 (delta 93), pack-reused 0 (from 0) Receiving objects: 100% (509/509), 572.14 KiB | 9.54 MiB/s, done. Resolving deltas: 100% (118/118), done. Cloning MagicMirror Done! Installing dependencies ... npm error code EBADENGINE npm error engine Unsupported engine npm error engine Not compatible with your version of node/npm: eslint-plugin-package-json@1.5.0 npm error notsup Not compatible with your version of node/npm: eslint-plugin-package-json@1.5.0 npm error notsup Required: {"node":"^22.22.2 || >=24.15.0"} npm error notsup Actual: {"npm":"10.9.4","node":"v22.21.1"} npm notice npm notice New major version of npm available! 10.9.4 -> 11.18.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.18.0 npm notice To update run: npm install -g npm@11.18.0 npm notice npm error A complete log of this run can be found in: /home/mumble/.npm/_logs/2026-07-04T07_32_18_929Z-debug-0.log Unable to install dependencies!I had to manually install v22.22.2 before I could install MM.
-
Upgrade
Hi @sdetweil Howzit Sam? I upgraded using the upgrade script this weekend on my Mirror. However, I ran into an issue. The script installed Node 22.21.1 but MM requires 22.22.2. Not sure if this is just an oversight? I also noticed that it installed an earlier version of npm that is also not supported.
I checked the install log and there is not much going on in there.
I had to manually install node 22.22.2 and npm v11 before it worked.
Just thought I would give you the heads-up.
Besides the issue with the install, the upgrade is the second one that crashed my MicroSD. The one in April and now this one as well. I suspect something might be doing this. My SD card could not have gone within 4 month. But hey, i might be wrong.
-
RE: MMM-Reddit 403 error
@kasperb So, verdict is as follows:
Reddit no longer allows anonymous JSON fetches. This is now officially dead.
I can maybe make it work for users who have OAuth creds, but I would need to know if it would be worth the while me making those changes, i.e. are there current users of the module who have OAuth creds or not? If not then this module is unfortunately “as good as dead”.
They, Reddit, have moved onto Devvit which is hosted inside Reddit’s platform and handles authentication for apps built on the platform. Not used for external apps.
If there are any users who have OAuth creds, let me know and I will update the module, else I will have to shelve this one.
-
RE: MMM-Reddit 403 error
@kasperb Reddit has started to explicitly block unknown browser/user activity. I am busy researching what has changed and how to get this working. Thought supplying an explicit userAgent would resolve the issue with that is not working.
-
RE: MM clock reverted to UTC
@smegbadger Not sure if this would work for you but you can set this in you docker-compose.yml under volumes:
- /etc/timezone:/etc/timezone:rothis should take the timezone from the host. -
RE: Google fit or any health module
@miriamburrell If those can be linked to Strava then MMM-Strava can be used. I still use MMM-Strava and it still works fine but I am using Suunto watch connected to Strava and I can then display that via the MMM-Strava module.
-
RE: Is There a Goodreads Module for Magic Mirror?
@Thring I belive that there is NO API for this anymore, not since 2020 I think.
-
RE: MMM-Growatt module (API login and view)
@nowayto I have made changes to the module to accommodate the API key, however, when I tested it, it did not work for me.
The Growatt NPM module states the following:
You can get the key by having an email sent to you on the Grwatt website for a third party to display the data. The key is the combination of numbers and letters in the link. It has 96 characters.The API key I am seeing is much shorter than the 96 character key mentioned above and as a result I was getting a 500 error when I was testing it.
This is obviously the wrong key.

As such, I am reluctant to push changes I am unable to test successfully.
-
RE: Having trouble with screen on and off? Here are some tips that could help
For users who are having issues with monitor on and monitor off and looking for a cron job to start their
waylandsetup. See my original post with updates. -
RE: MMM-Growatt module (API login and view)
-
RE: Reverting to previous MM Release
@sdetweil For sure. I am suspecting the card may have been flaking. Now to fix my Docker image. 😮💨
-
RE: Reverting to previous MM Release
@sdetweil Flashed the new card and installed trixie, Did a clean install. Ran your restore script and everything is running just fine.
-
RE: Reverting to previous MM Release
@sdetweil Yes sir. Just got in now. Will work on the new SD card now and advise in a bit.
-
RE: Reverting to previous MM Release
@sdetweil Hi Sam. I upgraded using your upgrade script. Then I saw the following error,
/home/pi/MagicMirror/node_modules/electron/dist/electron exited with signal SIGTRAP. MM shows that it has started but browser does not launch, Electron failing. Tried a bunch of things but nothing seems to help. Switched back to X11 and still getting the dreaded error.I have downgraded to 2.34.0 and still same issue now.


I am flashing a new SD card now and will try a fresh install and see how that goes
-
RE: Reverting to previous MM Release
I have just reverted to the old version as well. Too many issues with electron. Breaking issues for me as well. And I am running Pi5 Trixie. Something about Pi5 Trixie and Electron 41 not playing well together. v2.34.0 ran just fine on Trixie and using Wayland. Now it is breaking.