A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Need help to install MMM-Face-Multi-User-Recognition-SMAI

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    267 Views
    A
    Hi @sdetweil , Sorry for the delay and thanks for this info. We’ll test this module.
  • MMM-PlexNowPlaying

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    124 Views
    N
    @karsten13 yes. thank you. it’s commented out. I am seeing that people are using Tautulli in addition to the module. Do I need that?
  • MMM-CalendarExt3Agenda

    Utilities
    224
    0 Votes
    224 Posts
    321k Views
    BKeyportB
    @benhmin for once, ChatGPT put you on the right path. We’ve had this conversation before- the result is that it’s better to leave it CSS than overload the config. cheers
  • MMM-OpenweatherForecast

    Custom CSS
    9
    1
    0 Votes
    9 Posts
    10k Views
    J
    @sdetweil said in MMM-OpenweatherForecast: css is very specific stuff before the { is called the selector clause it ‘selects’ the elements that will be affected by the settings after the { there is no ‘simple’ answer you can use the developers window elements tab to discover and test css styles to determine what should go in custom css see the second link in my signature below for a quick overview of how to use the elements tab https://eldfall-chronicles.com/en-si/pages/skirmish-wargame knowing the module source location would allow me to look at its css settings to see if there was something more direct It’s always frustrating to deal with dim, tiny text
  • 0 Votes
    1 Posts
    385 Views
    KristjanESPERANTOK
    MMM-Mastodon is a compact module that displays Mastodon timelines directly on the mirror. What is Mastodon? Mastodon is a decentralized social network where users toot, connect, and join open communities across the fediverse. See: https://joinmastodon.org/ What makes Mastodon special Decentralized: independent instances with their own rules. Community-focused: chronological feeds and topic-based communities. Open-source: the software is open and can be self‑hosted or audited. Privacy-friendly and open compared to centralized platforms. What the module does Displays Home timelines, hashtag feeds, or profile timelines. Supports media thumbnails, QR codes linking to posts, and a rotation mode for posts. Screenshot [image: 1760422137287-screenshot.png] Repository: github.com/KristjanESPERANTO/MMM-Mastodon
  • 1 Votes
    79 Posts
    18k Views
    A
    Is it possible to have a recurring weekday only task? Just Monday-Friday?
  • MMM-CalendarExt3 and MMM-MonthlyCalendar blank

    Solved Troubleshooting
    59
    0 Votes
    59 Posts
    14k Views
    O
    @sdetweil Thanks for the quick response. I ended up wiping and reinstalling the 64 bit version so I lost the log. I will try and get that version to work.
  • Clock and weather compatibility issues with V2.33.0?

    Bug Hunt
    10
    0 Votes
    10 Posts
    426 Views
    S
    @DavidJ glad you found it. You could use my script for upgrade too Same place as install script
  • Calendar Module and Google Private ical URL - Invalid UNTIL value

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    255 Views
    B
    Thanks @sdetweil. I did end up downloading the ICS and finding the event in Google Calendar. It was some sort of weird situation where there was an old event that had a repeating frequency and an end date that was before the event itself. How did that happen in the first place I don’t know!? Anyway after modifying that event the whole thing is working again, so thank you and this one can go in the closed bin. Good to know how to troubleshoot this now.
  • MMM-Reddit 403 error

    Unsolved Troubleshooting
    8
    0 Votes
    8 Posts
    406 Views
    S
    @mumblebaj his config is shown here https://forum.magicmirror.builders/post/128513
  • 32 bit Trixie

    Unsolved Troubleshooting
    5
    0 Votes
    5 Posts
    271 Views
    M
    @sdetweil Ok thanks for all your effort.
  • Is adding Home Assistant the right way to go?

    General Discussion
    25
    0 Votes
    25 Posts
    2k Views
    B
    @sdetweil that’s a much cleaner way to disable a module. I will use that. Thanks again for your help.
  • Default calendar module freezing on load

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    162 Views
    S
    @migitcheetah I posted reply on Reddit, please dont post in multiple places
  • ImageSlideShow keeping scale

    Unsolved Requests
    4
    0 Votes
    4 Posts
    805 Views
    S
    @Williamso the MMM-ImagesPhotos in full screen mode will adjust the sizes to keep the photo aspect ratio
  • Not all events have a background color

    Utilities
    4
    1
    0 Votes
    4 Posts
    213 Views
    S
    @ken.saut yes, the value in the calendar entry is bgColor , if not specified, you get white color is text and symbol bgColor is background look at the doc (linked in the menu above) [image: 1760051846654-screenshot-at-2025-10-09-18-17-04.png] doc in menu [image: 1760052025936-screenshot-at-2025-10-09-18-19-56.png]
  • My module stops MMM-Pages working

    Unsolved Troubleshooting
    13
    0 Votes
    13 Posts
    543 Views
    S
    @Scott-M awesome!
  • REQUEST : SEMS PORTAL for Magic Mirror

    Solved Requests
    14
    0 Votes
    14 Posts
    5k Views
    N
    Hi Jerry - Would you have this version of the program ; [image: 1759999015551-3163613c-45d4-42aa-b825-7a7ec5cd9d9b-image.png]
  • [MMM-Remote-Control] Cannot GET /remote.html

    Unsolved Troubleshooting
    13
    0 Votes
    13 Posts
    4k Views
    K
    @sdetweil Yup, that’s what I have - sample of config here: let config = { address: "0.0.0.0", // Address to listen on, can be: // - "localhost", "127.0.0.1", "::1" to listen on loopback interface // - another specific IPv4/6 to listen on a specific interface // - "0.0.0.0", "::" to listen on any interface // Default, when address config is left out or empty, is "localhost" port: 8080, basePath: "/", // The URL path where MagicMirror² is hosted. If you are using a Reverse proxy // you must set the sub path here. basePath must end with a / ipWhitelist: [], // Set [] to allow all IP addresses // or add a specific IPv4 of 192.168.1.5 : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"], // or IPv4 range of 192.168.3.0 --> 192.168.3.15 use CIDR format : // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],
  • Performances on Pi 3A+

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    365 Views
    N
    @sdetweil it could be. It’s a good card but it could have reached her lifespan. I’ll give it a try, thanks
  • The idea of recommended products/requirements list

    Hardware
    5
    1 Votes
    5 Posts
    478 Views
    S
    @schlomm I have two production MagicMirror systems with no shiny surface. I don’t NEED another mirror in the house! Lol 43in tv on a normal tv mount in the T connection of my halls Using a pi4 set up behind the top, and a usb camera for motion detection on top And a 50in tv in my office space which uses all its hdmi ports for different MagicMirror systems, w one running 24x7 I also usually have one running on my second monitor on my desktop