A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-MonthlyCalendar not showing all events

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    S
    @Drunkenkun yes, calendarweek does need the config, it fetches the events itself too
  • MMM-CalendarExt3Agenda not showing updates

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    S
    @MarNog one thing about the ext3 family of modules. They get the events from the default calendar module. But the events are broadcast by url separately. Some will take longer than others. Ext3 doesn’t want to flash the screen every time it receives a block of events. It doesn’t know when the events will come. So, it has its own refreshInterval time (10 mins default), then it draws whatever it has, and then waits again But, you don’t want to wait 10 minutes for the first display , so it has a second timer waitFetch:5000, 5 second wait before drawing any events If the events arrive after 5 seconds, they dont get displayed til refreshInterval time. So, you can adjust those two to improve your viewing experience Note that longer waitFetch means more time after start before any events are displayed If you use pm2 to launch MagicMirror, it captures the log messages about startup and events being broadcast. You could examine those time stamps to determine how long each cal Might take, and use that as a guide to waitFetch time The longer waitFetch means no events are displayed after startup til waitFetch expires
  • Default Calendar Not Loading Events After New MM Update

    Solved
    69
    0 Votes
    69 Posts
    18k Views
    S
    @angeliKITTYx awesome. Thanks for the feedback
  • MMM-CalendarExt3Agenda - Event Transforming not working - Mirror 2.35.0

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    BKeyportB
    @KristjanESPERANTO Finally got time to fix things up and move forward (Complete reinstall, honestly) Everything is working as I desire now.
  • MMM-CalendarExt3 - Timed events color change

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    S
    @Cybex999 all you should have to do is set the color in the default calendar for each url Make sure you set coloredText:true, Before the url list
  • Too many API calls in default weather module after update

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    S
    @Megawaldi it is fixed in the develop branch for next release You can get the develop branch, Currently we only release 4 times a year January ,April, July, October See https://forum.magicmirror.builders/topic/14327/testing-new-fixes-or-solving-current-problems-with-next-release-code
  • Config.js updates not taking

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

    Solved
    20
    0 Votes
    20 Posts
    3k 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
    0 Votes
    12 Posts
    2k Views
    S
    @oskisch we need the browser log, Can’t get without keyboard
  • MMM-hue-lights not working anymore

    Unsolved
    1
    0 Votes
    1 Posts
    490 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
    0 Votes
    3 Posts
    605 Views
    NiggichN
    @KristjanESPERANTO Thank you. It is working again.
  • MMM-AtomVisualizer language

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

    Unsolved
    2
    0 Votes
    2 Posts
    503 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
    556k 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
    740 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
    4k 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
    205 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
    311 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
    0 Votes
    7 Posts
    1k 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
    2k 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