@rushmuzik I don’t know yet… I posted a potential fix for you to try, based on the error shown
Read the statement by Michael Teeuw here.
Posts
-
RE: Default Calendar stuck on loading
-
RE: Default Calendar stuck on loading
@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
-
RE: Default Calendar stuck on loading
@rushmuzik pi zero. ok… let me set that up
-
RE: MMM-WeatherOrNot - Noob needs help
@Assassins as @KristjanESPERANTO documented, the module does NOT use the darksky api… so the info I worked from was incorrect
-
RE: MMM-MovieListings
@DarkV all modules update the same way
cd to the module folder
cd ~/MagicMirror/modules/{modulename} git pull #if that fails, fix before continuing #if that succeeds, then IF there is a package.json file do npm install (or npm run update if the module documents it this way)
restart MagicMirror
you can disable the updatenotifcations module to avoid having this display
you can also configure it to exclude some modules and also autoupdate some modules -
RE: Default Calendar stuck on loading
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
-
RE: Default Calendar stuck on loading
@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