@lucallmon said in NFL games not showing up?:
MMM-MyScoreboard
Do you use the fork from @dathbe?
Run git remote -v
in the module’s directory to find out.
@lucallmon said in NFL games not showing up?:
MMM-MyScoreboard
Do you use the fork from @dathbe?
Run git remote -v
in the module’s directory to find out.
@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).
FYI: I’ve created a fork, refactored it and optimized the README. It should be easier to install :-)
@Exndfan Nice. Don’t forget to add it to the modules list :-)
@goldyfruit Very cool! 🚀Don’t forget to add MMM-ShareToMirror to the module list 🙂
If --run
is 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=wayland
On X11:
DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js
This 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).
@Lmagenis I can’t find MMM-TitanSchoolMenu on the module list.
@PierreGode The wiki page is empty :-(
Nice :-) Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules