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