@CuddlyCow That sounds frustrating. Hang in there! 🙂
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-HoymilesPVMonitor
-
RE: MMM-HoymilesPVMonitor
@CuddlyCow The URL still doesn’t work 😕 I have removed it from the module list. Please add it back once the issue has been resolved.
Even your GitHub user profile is not accessible, which is really strange 🤔
-
RE: NFL games not showing up?
@lucallmon said in NFL games not showing up?:
MMM-MyScoreboard
Do you use the fork from @dathbe?
Run
git remote -vin the module’s directory to find out. -
RE: [MMM-Remote-Control] Cannot GET /remote.html
@mvrlogins said in [MMM-Remote-Control] Cannot GET /remote.html:
0|MagicMir | [2025-09-21 16:44:59.284] [ERROR] Error when loading MMM-Remote-Control: require() of ES Module /home/pi/MagicMirror/modules/MMM-Remote-Control/node_modules/uuid/dist-node/index.js from /home/pi/MagicMirror/modules/MMM-Remote-Control/API/api.js not supported.To make it clear here as well: “
require() of ES Module ... not supported” shows that you are using a very old (unsupported) Node version. Like I said in the GitHub issue, you have to update Node.I recommend using NVM to update Node (like recommended on the Node website).
-
RE: Help with mmm-systemtemperature error messages
FYI: I’ve created a fork, refactored it and optimized the README. It should be easier to install :-)
-
RE: *Newly created module - MMM-Planefinder*
@Exndfan Nice. Don’t forget to add it to the modules list :-)
-
RE: Mirror, Mirror… Who’s My Persona Today? 🤖✨ (Open Voice OS + MagicMirror²)
@goldyfruit Very cool! 🚀Don’t forget to add MMM-ShareToMirror to the module list 🙂
-
RE: MagicMirror is Failing to start at all
If
--runis a bad option let’s try run the long command directly and see what happens.So instead of
npm run, try this:On Wayland:
WAYLAND_DISPLAY="${WAYLAND_DISPLAY:=wayland-1}" ./node_modules/.bin/electron js/electron.js --enable-features=UseOzonePlatform --ozone-platform=waylandOn X11:
DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.jsThis may show us the real core of the problem, or it works and starts MM properly and we could make it a little more comfortable (even if it is a bit hacky).
-
RE: MMM-TitanSchoolMenu
@Lmagenis I can’t find MMM-TitanSchoolMenu on the module list.