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.
    Offline
    • Profile
    • Following 6
    • Followers 3
    • Topics 19
    • Posts 398
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: Too many API calls in default weather module after update

      Sam is right, that was caused by the big rewrite (which resolved other issues, particularly a fundamental architectural one).

      A fix is already in the develop branch: https://github.com/MagicMirrorOrg/MagicMirror/pull/4092

      Are you familiar enough with Git to test the develop branch?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: OpenWeather loaded but info is empty since update

      So that you can start receiving weather data again right away and don’t have to wait until we’ve figured the issue out, I’d suggest you try a different provider.

      https://docs.magicmirror.builders/modules/weather.html

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: OpenWeather loaded but info is empty since update

      @SdR, did apiVersion: "2.5" really still work before the MM update? That version was deprecated a long time ago (June 2024). See https://forum.magicmirror.builders/topic/18662/modules-using-openweather-api-need-review.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: All modules shown on one page after Update to 2.35

      @oskisch Are you still on the develop branch? Are there still errors in the console?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: All modules shown on one page after Update to 2.35

      @oskisch said:

      Failed to connect to Wayland display: No such file or directory (2)

      Try node --run start:x11

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: All modules shown on one page after Update to 2.35

      @oskisch said:

      • SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 3 Model B Rev 1.2; virtual: false; MM: v2.36.0-develop

      Why are you on the develop branch?

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Default Calendar Not Loading Events After New MM Update

      A workaround for users still having issues with the calendar. There was a problem with the node-ical package for some events. This has just been fixed with a new node-ical release (v0.26.0).

      To use the new version, run this command in the MagicMirror directory:
      npm install node-ical@latest.

      Note that this will change your package.json and package-lock.json files, which would cause conflicts during the next MagicMirror update. Therefore, also run the following to restore them:
      git restore package*.json

      You will then have v0.26.0 installed - the package.json file say otherwise, but that doesn’t matter.

      Please give some feedback if that helps :-)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Default Calendar Not Loading Events After New MM Update

      @hrt13 said:

      [2026-04-02 19:59:16.671] [ERROR] [calendar] Could not expand event “Tax Day”: ical.expandRecurringEvent is not a function

      Looks like you didn’t update the dependencies after you pulled the new MM version.

      Please run node --run install-mm and check again.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-CalendarExt3Agenda - Event Transforming not working - Mirror 2.35.0

      @BKeyport It should be fixed with v1.5.0. Please update and check :-)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: All modules shown on one page after Update to 2.35

      @Niggich What do you user for the pages? MMM-Carousel or MMM-pages? Do you use a fork?

      I tested the original projects of MMM-Carousel and MMM-pages without any issues.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-ApothekenNotdienst bug

      @Niggich I made a mistake when I recently added translations to the module. I’ve fixed it now. Please update and check :-)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Art

      @christian-klein I like it! Don’t forget to add it to the module list: https://github.com/MagicMirrorOrg/MagicMirror/wiki/3rd-party-modules 🙂

      posted in Education
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-RainRadarDWD

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

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-AtomVisualizer language

      @nowayto said:

      what should I write inside the [] parenthesis to cycle through all the elements?

      I just released version 0.1.5. With this update, all elements are used when the array is empty 🙂

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-AtomVisualizer language

      @sdetweil said:

      I think the first in the getTranslations list is the default.

      Ah, yes the first is used as the fallback language. It was German, which is not the best choice :-)

      I changed it to English and released a new version.

      @nowayto Please update and check 🙂

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-PublicTransportHub

      @evroom Nice. Thanks for the feedback! 🙂

      The only thing that I would like to additionally see, is the last 2 departures/arrivals in the past

      Like the Hafas module it’s currently not possible to display past departures, sorry.

      posted in Transport
      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: Sharing a concept that I am working on for my daughter's house - MagicMirror layout

      @wswenson Nice! :-)

      MMM-PeriodicTable is not on the module list. Where did you get it?

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MagicMirror MCP Server Integration For AI Assistants

      @Rags Nice! 👏 I also thought about something like this.

      Just out of curiosity: Why are you using an very old version of axios instead of build-in fetch?

      posted in Development
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: struggle with MMM-Remote-Control and MMM-Buttons

      @Divis Looks like an action-name mismatch.

      MMM-Buttons should send REMOTE_ACTION values such as MONITORON and MONITOROFF.
      monitorOnCommand and monitorOffCommand are config keys in MMM-Remote-Control, not REMOTE_ACTION values.

      So in MMM-Buttons, try:

      • action: MONITORON
      • action: MONITOROFF
      posted in Development
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1 / 1