Read the statement by Michael Teeuw here.
Default Calendar stuck on loading
-
@sdetweil Definitely appears to be some errors in the console. Its CTRL + SHIFT + I to access it in Firefox
-
@rushmuzik thanks will review
-
@rushmuzik OK i tested on my desktop ubuntu, and on pi4 with latest PI os (bookworm) 64bit.
I do not see that
what machine are you on? can u show the startup info section
this output comes after Launching application
[2024-12-19 08:19:24.759] [INFO] System information: ### SYSTEM: manufacturer: ; model: ; virtual: false ### OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.6.51+rpt-rpi-v8 ### VERSIONS: electron: 31.7.3; used node: 20.18.0; installed node: 20.9.0; npm: 10.1.0; pm2: 5.4.2 ### OTHER: timeZone: America/Chicago; ELECTRON_ENABLE_GPU: undefined
-
given the error you showed, can you try list change
edit MagicMirror/js/server.js
and down at the bottomthis.close = function () { return new Promise((resolve) => { for (const socket of serverSockets.values()) { socket.close(); //<--- add this line socket.destroy(); }
save and restart MagicMirror
-
@sdetweil This is what I’m using. with Firefox ESR as the browser because Chromium and regular firefox are no longer supported on a Pi zero. Also, I’m using an API to connect to my Tempest weather station and that works fine. In addition all the other default modules work as they should except for calendar.
-
@rushmuzik pi zero. ok… let me set that up
-
@sdetweil These are the steps I followed to set it up
-
@rushmuzik ok, but because you said yes on step 2 to pm2
you don’t need step 8 as it causes a duplicate app definition, which will cause TWO to startpm2 status
will show you the apps defined
-
@sdetweil How do I fix that? Is there a way to undo? This is what I see in pm2 status
-