A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • All modules shown on one page after Update to 2.35

    Solved
    12
    1
    0 Votes
    12 Posts
    809 Views
    S
    @oskisch we need the browser log, Can’t get without keyboard
  • MMM-hue-lights not working anymore

    Unsolved
    1
    1
    0 Votes
    1 Posts
    136 Views
    StoffbeuteluweS
    Hi guys, i have changed my Philips hue Bridg to the new model . I created a user ID I have the right bridge ID Now there is a problem. Hope somebody can help …[image: 1775289047015-bildschirmfoto-2026-04-04-um-09.38.50.png]
  • MMM-ApothekenNotdienst bug

    Solved
    3
    1
    0 Votes
    3 Posts
    194 Views
    NiggichN
    @KristjanESPERANTO Thank you. It is working again.
  • MMM-AtomVisualizer language

    Solved
    13
    0 Votes
    13 Posts
    832 Views
    N
    @KristjanESPERANTO Nice! Thank you
  • MMM-CalendarExt3 - Displaying bubble in bottom right corner

    Unsolved
    2
    1
    0 Votes
    2 Posts
    167 Views
    S
    @Cybex999 can you show the module config? Use the code block wrapper please
  • Facial Recognition - customize your mirror for every user!

    216
    0 Votes
    216 Posts
    545k Views
    B
    Getting the orientation right for the training images was the trickiest part for me. If your PiCam or USB cam is mounted at an odd angle (or upside down for cable management), the recognition often fails because the training set doesn’t match the live feed. If anyone is struggling with mirrored images in their preview or while testing their training data, I found this quick tool helpful to flip them before feeding them into the trainer- https://www.thetoolapp.com/mirror-image-online/. It’s a lot faster than script-flipping every individual JPEG when you’re just trying to troubleshoot the dataset.
  • MMM-Google-Route and API Quotas

    Unsolved
    3
    0 Votes
    3 Posts
    206 Views
    KristjanESPERANTOK
    @potts-mike I recommend opening an issue in the repository; not all module developers hang out here on the forum 🙂
  • MMM-RAIN-MAP

    Solved
    18
    0 Votes
    18 Posts
    2k Views
    I
    Just a question, maybe already answered, is there a way to pay for a better api access at rainviewer.com and implement into the rain-map module ?
  • MMM-TitanSchoolMenu 403 Forbidden

    Unsolved
    1
    0 Votes
    1 Posts
    137 Views
    T
    This is more of a FYI /fix /workaround than a troubleshooting issues/question. Recently, the api.linqconnect.com API endpoint has started blocking certain User Agents, including axios (and curl). Using a custom User Agent to impersonate an actual web browser bypasses this block. I created a pull request for this: https://github.com/evanhsu/MMM-TitanSchoolMealMenu/pull/23/changes/d35c1bd93c5953215d9cad162085cf430eed6b4c
  • CustomText change contents with notification?

    Unsolved
    4
    0 Votes
    4 Posts
    185 Views
    S
    @snerk4000 understood. I only mention that cause once an hour is hard to test Trying to give you other ways to test and verify
  • MMM-BackgroundSlideshow remove imageInfo header

    Unsolved
    7
    1
    0 Votes
    7 Posts
    377 Views
    M
    @rkorell Thanks Ralf, tried that but still no luck! That allows me to add/remove text at the top of the module header but doesn’t allow modification of the header of the embedded ‘imageInfo box’. I’ve tried: imageInfoTitle: “test”, and imageInfoHeader: “test”, with no luck either. Searching here: https://github.com/darickc/MMM-BackgroundSlideshow suggests like it’s not configurable and I’ll just have to live with it
  • pages

    Solved
    15
    0 Votes
    15 Posts
    1k Views
    S
    @videogame95 loading means the module is waiting for data to display, but it has not arrived. Can you look in the output where MagicMirror is started Npm start or using pm2 If using pm2, then the command pm2 logs —lines=xxx Where xxx is the number of most recent lines of output, default 15. So you may need xxx to be 100 or more
  • multiple MMM-HTMLSnippet

    Solved
    5
    0 Votes
    5 Posts
    269 Views
    C
    @sdetweil tnhx mate this was very helpfull
  • Next release arm32 users, need your help

    Unsolved
    2
    1 Votes
    2 Posts
    176 Views
    R
    Dear Sam, @sdetweil yes — my MMM-PresenceScreenControl module is one of those. It uses node-libgpiod (native C addon for GPIO/PIR sensor access), which requires @electron/rebuild to match Electron’s Node ABI. That said, the module has had an automatic fallback since v1.1.0: if node-libgpiod fails to compile or rebuild, it transparently falls back to Python/gpiozero for PIR sensor access. So it will work without a successful electron-rebuild — just via a different code path. The dependency setup (as of v1.3.1): node-libgpiod is an optionalDependency (npm continues if it fails) @electron/rebuild is not listed as a dependency — it’s installed on-demand by the postinstall script only when node-libgpiod is actually present If either fails, the module falls back to Python gracefully So for your testing: this module would be a good candidate to verify if electron-rebuild still works, but it won’t break if it doesn’t. My other modules (MMM-Globe, MMM-Best-Weather, MMM-My-Actual-Weather, etc.) are pure JavaScript — no native addons, no electron-rebuild needed. Hope this helps. Warmest regards, Ralf
  • MMM-BackgroundSlideshowInfo

    Unsolved
    3
    0 Votes
    3 Posts
    251 Views
    M
    @sdetweil Thanks Sam Tried that with no luck. 7 years since there’s been any activity on the GitHub for it: I guess I’ll have to try something else instead!
  • MagicMirror OS - Modules`

    Solved
    5
    0 Votes
    5 Posts
    249 Views
    S
    @wildbi111 good work! AND it depends on how the docker implementation wants to place it
  • MMM-Avstock Graph is not displayed

    Unsolved
    6
    0 Votes
    6 Posts
    293 Views
    S
    @JeanMichelC also, please use the code block around config or logs Paste the text into the editor, blank line above and below Select the text just pasted Hit the </> button above the editor I have fixed the prior two
  • Can't find "scripts" field in /MagicMirror/modules/MMM-Todoist/package.json

    Unsolved
    9
    0 Votes
    9 Posts
    381 Views
    S
    @DarthWerner but I think you may have messed up MagicMirror Use my upgrade script with force instead of apply as the parm See https://github.com/sdetweil/MagicMirror_scripts
  • MMM-MyGarbage trash icons no color

    Unsolved
    8
    1
    0 Votes
    8 Posts
    541 Views
    htilburgsH
    @JerryP Nice to see that everything works again. I did an update of the original version where you also can choose to use and iCal Calender. See https://github.com/htilburgs/MMM-MyGarbage for the complete explanation of the config options. I’m currently working on an update where you can choose how many garbage bins you like, the name and the color. But as with everything, it’s a hobby and I don’t have time every day, so slowly by slowly Goed om te horen dat alles weer werkt. Ik heb een update van de 1e originele versie gemaakt, waar je ook een iCal kalender kunt gebruiken. Zie https://github.com/htilburgs/MMM-MyGarbage voor de complete mogelijkheden van de configuratie opties. Ik ben momenteel bezig met een update, waarbij je zelf het aantal bakken, de naam en de kleuren kunt kiezen. Maar zoals met veel dingen, het blijft een hobby en ik heb helaas niet alle tijd van de wereld.
  • [MMM-Remote-Control] Cannot GET /remote.html

    Solved
    17
    0 Votes
    17 Posts
    6k Views
    S
    @Ypsimm ok, please make sure NOT to use sudo with any MagicMirror commands