@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.
@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.
@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
@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 🙂
@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.
@mmmallday Nice! Don’t forget to add it to the module list 😀
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!
@ChrisLeduex said in Has anyone been able to get MMM-PetFinder to work?:
Do you recommend updating npm?
Since I prefer to have a somewhat up-to-date system, I make npm updates when I notice them. So far I haven’t had any problems with it.
I just registered and got an API key. I entered it and the module works :-) I didn’t used the secret key.
I use the mentioned fork and installed request manually.
Do you use the fork fromPhantomOffKanagawa?
The module needs request. Did you installed it via npm install request?
@mart11 This should be fixed since we released version 3.0.0 😀 Please update and check.