A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
[MMM-Remote-Control] Cannot GET /remote.html
-
@mvrlogins do
npm install
Instead of
npm ci
Will ONLY do exactly watch matches package-lock.json which is rarely correct
-
-
Below from the pm2 log
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. 0|MagicMir | Instead change the require of index.js in /home/pi/MagicMirror/modules/MMM-Remote-Control/API/api.js to a dynamic import() which is available in all CommonJS modules.
-
@mvrlogins yes, someone will have to update the module or downgrade the dependency in package.json
-
@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).