A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Config.js updates not taking

    Unsolved
    2
    0 Votes
    2 Posts
    341 Views
    S
    @TX77ConfigMirror where are you looking for changes?
  • Reverting to previous MM Release

    Solved
    20
    0 Votes
    20 Posts
    2k Views
    jca2112J
    @sdetweil Yup, it’s working now. Awesome, thank you so much. (The translations/en.json is just a single word change, so easy to fix manually without being stashed.)
  • All modules shown on one page after Update to 2.35

    Solved
    12
    1
    0 Votes
    12 Posts
    1k 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
    282 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
    348 Views
    NiggichN
    @KristjanESPERANTO Thank you. It is working again.
  • MMM-AtomVisualizer language

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

    Unsolved
    2
    1
    0 Votes
    2 Posts
    304 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
    550k 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
    452 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
    3k 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
    156 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
    228 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
    777 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
    636 Views
    C
    @sdetweil tnhx mate this was very helpfull
  • Next release arm32 users, need your help

    Unsolved
    2
    1 Votes
    2 Posts
    219 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
    526 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
    299 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
    706 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
    429 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