@Volkae Odd… What is the output if you run git tag in the directory ~/MagicMirror/modules/MMM-PublicTransportHafas? Did you run git checkout v3.1.8 in ~/MagicMirror/modules/MMM-PublicTransportHafas?
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-SmartWebDisplay is not running under 2.31.0
-
RE: MMM-DBF does not work, no error messages
@sletrabf The original module (https://github.com/Helpi90/MMM-DBF) just got an update. It works for me with “Dresden Mitte”.
-
RE: MMM-Chores - Manage and keep track of your household Chores
Looks really nice, especially the admin interface!
-
RE: MMM-SmartWebDisplay is not running under 2.31.0
-
RE: LICENSE: on modules.magicmirror.builders shows @noassertion instead of MIT
@karsten13 is right. We only query GitHub data via the API twice a day - each time we can only make about 50 queries. The infos about a module via the GitHub API are therefore queried over the thumb every 13 days.
The problem with this module was that it had no license file the first time it was called, then the API responds with NOASSERTION. This will be automatically corrected after a few days.
It works and only in rare cases has such rather cosmetic effects, so it is not high on my priority list to optimise this. With authenticating we could make 5000 requests per hour. If anyone would like to implement this, please feel free to create a PR.
-
RE: Long time no see and need a help.
@MMRIZE Oh, that tears a big gap! Your modules are a very valuable contribution. Thank you for that, by the way!
I hope that you will perhaps soon find a good solution to continue. I wish you all the best! -
RE: MMM-SmartWebDisplay is not running under 2.31.0
@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.
-
RE: MMM-PublicTransportHafas - Error when loading - DeparturFetcher.mjs
@p1lspeda How did you perform the MagicMirror update? Please show us the output of
git branchwhen you are in the MagicMirror root directory. -
RE: MMM-SmartWebDisplay is not running under 2.31.0
With a
httpsaddress the module works on my system with MM v2.30.0 and v2.31.0. Does it work if you use ahttpsaddress instead artspone?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.3You still need to upgrade MagicMirror. I recommend the official upgrade process.