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

    Posts

    Recent Best Controversial
    • RE: need help installing MMPM - losing my mind

      mmpm is a cool project.

      Instead this:

      python3 -m pip install --upgrade mmpm
      

      This may work (I don’t have time to test it now ):

      sudo apt install pipx
      pipx install mmpm
      

      @bee-mar Can you help here (and maybe update your installation instructions)?

      By the way: There is also a manual (like official) way to install modules. You do not need a manager for installing modules.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Wallpaper - wrong path

      @sankum said in MMM-Wallpaper - wrong path:

      [WARN] No /home/sankum/MagicMirror/modules/MMM-WallPaper/MMM-WallPaper.js found for module: MMM-WallPaper.

      There is no module “MMM-WallPaper” (with a P instead of a p) on the module list. Please show what git remote -v outputs when you are in the module’s directory. Did you spell it right in your config file?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Family Mirror

      Really nice! Thanks for sharing and the description with details about the modules! 👏

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • Community task: Check automated translations

      Hey everyone,

      MagicMirror is currently available in 47 languages. However, a lot of these translations are incomplete. I have used translation tools to fill the gaps and compiled the results in a pull request (https://github.com/MagicMirrorOrg/MagicMirror/pull/3794).

      If you know a language other than German, Esperanto and English, please take a look at the PR and give us feedback.

      posted in General Discussion
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MM Windows 11 install - 3rd party modules won't work

      @lvolkjr Show us the config of the module from the windows machine. Did you write apikey or apiKey?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Do you need to list moment and moment-timezone as dependencies in modules?

      I underline Sam’s answer. Since moment is no longer being actively developed and the Temporal API is on the horizon, I’m pretty sure moment will be replaced at some point.

      posted in Development
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-HomeAssistant

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

      posted in System
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-DBF does not work, no error messages

      showApp: false,

      disabled: true, is the option setting to disable modules. Where did you find showApp?

      it is showing the timetable app

      So it works without the other modules and doesn’t work when you activate the other modules? Can you figure out with which module it stops working?

      Is there any way to enable a (verbose) logging output to show what this module does?

      Seem that this module doesn’t have debug outputs. Only errors you could see in the browser console.

      Also, maybe it is important - when I start up MagicMirror, it gives the following error messages:

      I’m quit sure this is unrelated to this issue. You can try using the Wayland start option (npm run start:wayland) instead of the default start option (npm run start).

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-DBF does not work, no error messages

      @sletrabf Have you tried deactivating all modules except for MMM-DBF to see if the problem disappears?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-DBF does not work, no error messages

      @sletrabf With your config and the changes to the custom.css file, the module works on my system.

      Please show us the system information provided in the terminal when you start MM. It looks like this:

      [2025-05-18 11:54:32.378] [INFO]  System information:
      ### SYSTEM:   manufacturer: Notebook; model: N650DU; virtual: false
      ### OS:       platform: linux; distro: Debian GNU/Linux; release: 12; arch: x64; kernel: 5.10.0-20-amd64
      ### VERSIONS: electron: 35.1.2; used node: 24.0.1; installed node: 24.0.1; npm: 10.9.0; pm2: 5.4.3
      ### OTHER:    timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined 
      
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: LICENSE: on modules.magicmirror.builders shows @noassertion instead of MIT

      @sdetweil said in LICENSE: on modules.magicmirror.builders shows @noassertion instead of MIT:

      that is the wrong screen image…

      How the image is selected is documented here:
      https://github.com/MagicMirrorOrg/MagicMirror-3rd-Party-Modules#how-do-i-get-my-module-presented-perfectly-in-the-new-list

      posted in Development
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-SmartWebDisplay is not running under 2.31.0

      @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?

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

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Chores - Manage and keep track of your household Chores

      Looks really nice, especially the admin interface!

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-SmartWebDisplay is not running under 2.31.0

      @Volkae
      Here you can find a quick and dirty approach to get an older version of MMM-PublicTransportHafas to run. I would prefer a cleaner solution, but I currently lack the capacity to dive deeper into this problem.

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

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

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

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

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 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 a https address instead a rtsp one?

      Like this:

      url: ["https://www.openstreetmap.org/export/embed.html?bbox=-151.34765625000003%2C-39.77476948529546%2C142.20703125000003%2C75.00494000767517&layer=mapnik"],
      
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1 / 1