Nice. Don’t forget to add it to the modules list: https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules :smiley:
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MagicReplicator
-
RE: upgrade to new NPM version?
Since 6.14.12 there have been a lot of bug fixes, so an upgrade is recommended. And MM works fine with 8.19.2.
-
RE: MMM-DBF suddenly does not work
@Volkae Please try my fork:
git clone https://github.com/KristjanESPERANTO/MMM-DBFLet me know if it runs more stable.
-
RE: Starting MM Crontab
@mumblebaj Just an idea: Maybe the node version used in Cron could be to old. When you run a script manually in your terminal, your full user environment (including things like .bashrc or .zshrc) is loaded. Cron runs in a much more minimal environment — it often doesn’t load your shell config files, so tools like nvm (Node Version Manager) might not be available.
How to fix it:
- Use the full path to Node: Find it with
which nodeand use that path in your cron job. - Set the environment manually in cron: You can define your PATH at the top of the cron file.
- Source nvm in your script: If you use nvm, add source
~/.nvm/nvm.shandnvm use <version>before calling node.
- Use the full path to Node: Find it with
-
RE: MMM-Bash
@draxiom Nice! Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules :-)
-
RE: Module list updates since the beginning of November
@mumblebaj Sure :slightly_smiling_face: I have included a brief explanation of this in the README.
If there are several images in your repository, one image is selected according to the following logic: First search for an image that contains 'screenshot' or 'example' in it's name and if none is found, take the first image that is found. -
RE: MMM-NHL displays 'Loading'
The maintainer is working on implementing the new API: https://github.com/fewieden/MMM-NHL/pull/51
So I see two options for you:
- be patient and wait for it to be completed.
- switch to the develop branch and test the new implementation. But don’t forget to switch back to the master branch later.
-
RE: Icon einfügen
@Hacksaw There are good Websites that can translate texts - e.g. https://www.deepl.com/. Try again in English and describe more precisely what you want. This is not clear from your current text.
-
RE: MMM-GoogleMapsTraffic error removal
@chrisfr1976 Great. I have just adjusted the list in the wiki accordingly :-)
-
RE: Module list updates since the middle of December
@mumblebaj Thanks for the hint! I’ve just updated the state description. But unfortunately it is still abandoned. The maintainer no longer responds to issues and PRs.
-
RE: [MMM-MailMessage] Send messages to your MagicMirror via e-mail
@UncleRoger Nice. Do you want to add it to the list of modules?
https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules
edited to fix url
-
MMM-PublicTransportHub
Hi 😃
I stumbled across Transitous, a thriving open community-driven project that aggregates public transport data from many regions through a shared API.
I have now built a new module based on it:
MMM-PublicTransportHub.The main advantage compared to previous public transport modules is the much broader geographic coverage. So for users who haven’t had a public transport module for their region until now, this module might change that - check out the sources list if your region is on it.

Setup details and more information are in the repo: https://github.com/KristjanESPERANTO/MMM-PublicTransportHub
I would be happy to hear your feedback.
-
RE: The most popular 3rd party modules
@dientuki Nice. But how is this relevant to the thread topic? Please present your module here: https://forum.magicmirror.builders/category/7/showcase
-
RE: Cannot find module 'node-fetch' error with MMM-SoccerLiveScore
@sdetweil Sure. But my PR removes node-fetch, so
npm installis no longer necessary for this module. -
RE: Raspberry Pi 5 out with PCI Express
Nice! I think the real-time clock is a useful new feature for the MM. With that we should be able to wake up the Raspberry Pi automatically without any external device.
-
RE: CALL FOR TESTERS: New install script
@drdeath I’m a bit sceptical about trying it out as it contains a few hundred encoded lines and the comments don’t clearly describe what it does and why it’s encoded.
-
RE: MMM-Remote-Control is NOT able to restart Magic Mirror
I’ve created a PR to fix this :-)