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 5
    • Followers 4
    • Topics 19
    • Posts 432
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: MMM-Pinfo Not showing information

      @plainbroke The module got an update which shout fix the issue :)

      posted in System
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: New Module MMM-EnregyFlow

      @fischi87 Thanks :)

      And don’t forget to add your module to the module list.

      posted in Showcase
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: New Module MMM-EnregyFlow

      @fischi87 Looks nice!

      I noticed you marked it as UNLICENSED.

      I’m not a lawyer, but in my understaning, this means ‘All Rights Reserved’ by default, so others cannot legally clone, use, or modify your code, even though it’s public.

      posted in Showcase
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Bring v2 — a maintained, zero-dependency fork with app-identical category sorting

      @rkorell Cool! Would be nice if you would switch on “Issues” in your repos.

      posted in Showcase
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Family Command Center – Pi 5 Touch Mirror with 19 Pages, AI Comics & Presence Control

      Awesome! 👏

      One nitpick: MMM-Remote-Control doesn’t need MMM-Remote-Control-Repository anymore.

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-PWSWeather - A module and Provider for Weather Underground

      @msimon360 Maybe add the URL to the repo here :)

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-NowPlayingOnSpotify: surviving Spotify's 6-month refresh-token expiry (a maintained fork)

      @rkorell Good work! Would be nice if you could add a screenshot :)

      posted in Showcase
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Version upgrade from 2.34.0 to 2.36.0 Calendar Probs

      @MyMirror We have calendar issues in v2.36.0. These have been fixed in the development branch. The new release, v2.37.0, will be released today. I would recommend waiting for it and then trying it out :)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Tasklist

      @johnster000 Great! Now all your modules are displayed with screenshots and tags :)

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Tasklist

      @johnster000 Nice! You could check the “Hints For Devs” for your modules on the modules list. Some of these are just nitpicks; you can decide for yourself whether to fix them or not :)

      posted in Utilities
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-LibraryMonitor

      @HeikoGr The repository (https://github.com/HeikoGr/MMM-LibraryMonitor) is not available :(

      posted in Education
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Sharing a concept that I am working on for my daughter's house - MagicMirror layout

      @sdetweil Yes, but not in this thread :)

      My module is MMM-AtomVisualizer.

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Sharing a concept that I am working on for my daughter's house - MagicMirror layout

      @plainbroke You have to ask @wswenson not me :)

      posted in Show your Mirror
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: MMM-Letterboxd Dependencies FYI

      @Qthulhu It would be great if you could create a PR so it can be included in the module README :)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: remote control help needed

      @eddiebrok

      This minimal config works for me:

      let config = {
        address: "0.0.0.0",
        port: 8080,
        ipWhitelist: [],
      
        modules: [
          {
            module: "MMM-Remote-Control",
            position: "top_left",
          },
          {
            module: "MMM-JukeBox",
            position: "top_left",
          }
        ]
      };
      
      /*************** DO NOT EDIT THE LINE BELOW ***************/
      if (typeof module !== "undefined") { module.exports = config; }
      
      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: remote control help needed

      @tommyk Update MMM-JukeBox and it should work now :)

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Getting Startet - ablsulute newbie

      @sdetweil said:

      Don’t know why node 24 causes so much trouble.

      There is an issue with the newest versions of node v24 and v26. Here is our related issue: https://github.com/MagicMirrorOrg/MagicMirror/issues/4150

      @karsten13 implemented a workaround in the develop branch, so our next release will be working with these new node versions. It’s a frustrating situation for new users, but it was caused externally.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Calendar events broadcasting, nothing showing...

      I tracked this down to a likely root cause: after the HTTPFetcher 304 change, some consumers were trying to process empty responses. In PR #4180, I fixed that for calendar and other consumers.

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: electronSwitches in config.js — am I reading the code wrong, or does it not actually work?

      @rkorell That should already be fixed in the develop branch by https://github.com/MagicMirrorOrg/MagicMirror/pull/4161 and will be in the next release. It would be great if you could switch to the develop branch and test it before the release :) Good analysis, by the way!

      posted in Troubleshooting
      KristjanESPERANTOK
      KristjanESPERANTO
    • RE: Problems with KristjanESPERANTO/MMM-PublicTransportHafas

      @wimthoelke
      Please update to the new version (v4.4.3). Your stationID works for me.
      If this doesn’t work: use the profile dbweb.
      If this doesn’t work, checkout this module: MMM-PublicTransportHub

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