A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Few modules stuck in loading
-
Hi,
I have 2 modules (MMM-NetworkConnection and MMM-Jeedom) suck in “loading”.
As I have 2 of them, I think the problem is not the modules but sonething with my Magic Mirror.
I’m running a RPI4 with latest bulleye, latest MM all modules are up-to-date.First lines of my config.js
var config = { port: 8080, address: "0.0.0.0", ipWhitelist: [], // Set [] to allow all IP addresses. language: "fr", timeFormat: 24, units: "metric",code_text
Is there anything I can check to debug this? a debug mode generating logs?
Thanks in advance for help.
Patrice
-
@sceletus you can check the messages where u start MagicMirror…
either by
npm start
or
pm2if pm2, then the command
pm2 logs --lines=50
will display the captured output
AND
in the developers window, ctrl-shift-i, and select the console tab and scroll up to see any error messages, usually red text