MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. KristjanESPERANTO
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 6
    • Followers 3
    • Topics 19
    • Posts 405
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: MMM-MagicReplicator

      Nice. Don’t forget to add it to the modules list: https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules :smiley:

      posted in Productivity
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-DBF suddenly does not work

      @Volkae Please try my fork:

      git clone https://github.com/KristjanESPERANTO/MMM-DBF

      Let me know if it runs more stable.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: [MMM-ApexCharts] ApexCharts.js for your mirror.

      Realy nice 👏 Thank you!

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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 node and 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.sh and nvm use <version> before calling node.
      posted in Bug Hunt
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Bash

      @draxiom Nice! Don’t forget to add it to the modules list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules :-)

      posted in System
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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:

      1. be patient and wait for it to be completed.
      2. switch to the develop branch and test the new implementation. But don’t forget to switch back to the master branch later.
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-GoogleMapsTraffic error removal

      @chrisfr1976 Great. I have just adjusted the list in the wiki accordingly :-)

      posted in Transport
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Cannot find module 'node-fetch' error with MMM-SoccerLiveScore

      I created a PR to fix this, let’s see when @0m4r accept it.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      Ekrankopio de 2026-03-22 15-58-53.png

      Setup details and more information are in the repo: https://github.com/KristjanESPERANTO/MMM-PublicTransportHub

      I would be happy to hear your feedback.

      posted in Transport
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Cannot find module 'node-fetch' error with MMM-SoccerLiveScore

      @sdetweil Sure. But my PR removes node-fetch, so npm install is no longer necessary for this module.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-NOAAAlerts

      @mattkab Please add it to the module list :-)

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in Hardware
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Remote-Control is NOT able to restart Magic Mirror

      I’ve created a PR to fix this :-)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1 / 1