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-CalendarExt2 - I want to change the first day of the week, but weekStart setting is not having an effect

      @eprostko The issue is that modeOptions is not a valid configuration field in MMM-CalenderExt2. Where did you get that?

      weekStart needs to be set directly inside the view object:

      views: [
        {
          position: "top_bar",
          mode: "week",
          type: "row",
          weekStart: 0,        // ← here, at the top level of the view
          slotMaxHeight: "150px",
          slotCount: 3,
          // ...
        }
      ]
      

      The top-level weekStart: 0 in your config has no effect either - there’s no such top-level option, only the per-view (or defaultSet.view) one.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Bathroom mirror

      Really nice work! 👏

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: [MMM-Remote-Control] Cannot GET /remote.html

      @mvrlogins said in [MMM-Remote-Control] Cannot GET /remote.html:

      0|MagicMir | [2025-09-21 16:44:59.284] [ERROR] Error when loading MMM-Remote-Control: require() of ES Module /home/pi/MagicMirror/modules/MMM-Remote-Control/node_modules/uuid/dist-node/index.js from /home/pi/MagicMirror/modules/MMM-Remote-Control/API/api.js not supported.
      

      To make it clear here as well: “require() of ES Module ... not supported” shows that you are using a very old (unsupported) Node version. Like I said in the GitHub issue, you have to update Node.

      I recommend using NVM to update Node (like recommended on the Node website).

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Frameless Bathroom Magic Mirror (Hue-controlled)

      @Chloe282 Nice job! 👏 Thanks for sharing 😀

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-JAST stopped updating a couple of days ago.

      @wyovino I’m working on a new release for MMM-Jast. I think today or tomorrow it will be out 🙂

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Mirror, Mirror… Who’s My Persona Today? 🤖✨ (Open Voice OS + MagicMirror²)

      @goldyfruit Very cool! 🚀Don’t forget to add MMM-ShareToMirror to the module list 🙂

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-JAST stopped updating a couple of days ago.

      @wyovino Okay, I’m glad we were able to improve the situation 🙂 Can this thread marked as solved?

      posted in Troubleshooting
      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: MMM-Google-Route and API Quotas

      @potts-mike I recommend opening an issue in the repository; not all module developers hang out here on the forum 🙂

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • 1
    • 2
    • 3
    • 4
    • 5
    • 5 / 5