@Volkae I can’t get an rtsp stream work with MMM-SmartWebDisplay neither with MM 2.30.0 nor with 2.31.0. With MMM-MPlayer it works, but that module doesn’t have the same features as MMM-SmartWebDisplay.
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SmartWebDisplay is not running under 2.31.0
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@p1lspeda How did you perform the MagicMirror update? Please show us the output of
git branch
when you are in the MagicMirror root directory. -
RE: MMM-SmartWebDisplay is not running under 2.31.0
With a
https
address the module works on my system with MM v2.30.0 and v2.31.0. Does it work if you use ahttps
address instead artsp
one?Like this:
url: ["https://www.openstreetmap.org/export/embed.html?bbox=-151.34765625000003%2C-39.77476948529546%2C142.20703125000003%2C75.00494000767517&layer=mapnik"],
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@p1lspeda said in MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs:
### VERSIONS: electron: 32.2.7; used node: 22.14.0; installed node: 22.14.0; npm: 10.9.2; pm2: 5.4.3
You still need to upgrade MagicMirror. I recommend the official upgrade process.
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@Volkae said in MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs:
“version”: “2.30.0”,
You need to update MagicMirror. The module doesn’t work anymore with MagicMirror version 2.30.0.
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@sdetweil said in MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs:
@Volkae @p1lspeda @KristjanESPERANTO will have to advise next steps
I need the system information part from the logs. Like this:
[2025-01-14 20:05:03.529] [INFO] System information: ### SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 4 Model B Rev 1.5; virtual: false ### OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.1.21-v8+ ### VERSIONS: electron: 31.2.1; used node: 20.15.0; installed node: 22.4.1; npm: 10.8.1; pm2: ### OTHER: timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@Volkae said in MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs:
MM is 2.30.0
Okay, I can see this when I downgrade to 2.30.0. With 2.31.0 the issue doesn’t appear. That was not the plan, but I’ll adjust
requiresVersion
accordingly.Please update MM and check whether this solves the issue for you 🙂
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@Vulan12354 I think it is probably because of the node version. Which version are you using? Run
node -v
to find out. And it would also be interesting to know which MagicMirror version you are using. -
RE: [New Module] MMM-Accuweather-Headline 📰 — AccuWeather Forecast Headlines + Emojis!
@mmmallday Nice! Don’t forget to add it to the module list 😀
-
MMM-page-indicator now easier to style
MMM-page-indicator has been updated. The main change is that there are new classes that make it easier to customize the styling of the indicators and a new styling section in the README that describes some styling examples. Like this:
or this:
So if you use MMM-page-indicator, check it out 😀
The styling was also possible before, but was a little more complicated and the examples certainly help to develop your own cool styles.
Thanks to @mumblebaj for getting this rolling!