this can be caused by a specific module so you can try disabling one by one …
administrators
Posts
-
RE: MM Freezes with Raspberry Pi 3 But Not Raspberry Pi 4
-
RE: Electron quit periodically
I deleted your config posted above because you published all your secrets in it …
-
RE: MMM-Flights
@stashu said in MMM-Flights:
if there is a way I can hide the horizontal line which is under the ‘Flights’ label.
I updated the module, if you now set
title
andlogoTitle
to empty strings no header and no line is diplayed anymore. -
RE: Default weather module stuck loading after latest MM update
@sdetweil said in Default weather module stuck loading after latest MM update:
@karsten13 dang I get that wrong EVERY time!
one of the reasons I wrote my own njk …
-
RE: Default weather module stuck loading after latest MM update
@pritikin71 said in Default weather module stuck loading after latest MM update:
Also is really weird the 18:48
this is not an actual time, but sunrise or sunset (depending on what comes next)
-
RE: Default weather module stuck loading after latest MM update
npm ERR! notsup Required: {“node”:“>=20.9.0 <21 || 22”} npm ERR! notsup Actual: {“npm”:“10.1.0”,“node”:“v20.8.0”}
mm needs a node version
v20
orv22
and minimum version isv20.9.0
, you are runningv20.8.0
-
RE: Calendar Module Error with Many Google Calendars
yes, thanks.
We had similar errors with older electron versions running with node v18, but you are using the newest mm release.
-
RE: Calendar Module Error with Many Google Calendars
please provide information about your mm-version and node/electron versions.
You find them in the logs, example:
[2024-10-03 23:10:32.636] [LOG] Starting MagicMirror: v2.30.0-develop ... [2024-10-03 23:10:33.352] [INFO] System information: ### SYSTEM: manufacturer: Microsoft; model: Docker Container; virtual: true ### OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: x64; kernel: 5.15.153.1-microsoft-standard-WSL2 ### VERSIONS: electron: undefined; used node: 22.9.0; installed node: 22.9.0; npm: 10.8.3; pm2: ### OTHER: timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined
-
RE: Forum Bug..
this is a “feature” of nodebb since release v3.9.1, nothing we can do.