A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Default calendar customEvents not working

    Unsolved
    22
    0 Votes
    22 Posts
    5k Views
    S
    @pauabaer I’m back my config for customEvents is { keyword: "Gerburtstag", symbol: "birthday-cake", transform: { search: "^([^\\s]+) (\\d{4}) Gerburtstag$", replace: "$1 ($2)", yearmatchgroup: 2 } } my test calendar event title (from the summary field in the actual ICS data) is SUMMARY:test 1986 Gerburtstag the debug line in the parser is [2025-05-25 16:08:47.371] [DEBUG] title: test 1986 Gerburtstag I see [image: 1748207164900-screenshot-at-2025-05-25-16-05-03.png] I walked thru the code and it worked as expected…
  • MMM-ImmichSlideShow not showing within MMM-Carousel

    Solved
    3
    0 Votes
    3 Posts
    613 Views
    M
    Not convinced it’s the right solution yet, but I have it working how I want it, at last. I store my photos in Immich on an NFS mount. I applied storage template that stores by album, then created another NFS export for that folder which I then mounted into the ./uploads folder within the MMM-ImagesPhotos module. Because I’m running MM within an unprivileged LXC container, NFS mounts from inside the container directly are not possible, but this worked for me: I’m a link (essentially mounting to the Proxmox server, then using a bind mode to expose to the container) Everything seems to working OK so far.
  • MMM-Carousel and modules that are currently generating an empty div

    Solved
    6
    0 Votes
    6 Posts
    959 Views
    S
    @mumblebaj but that is effectively what display:none does
  • MagicMirror default weather module

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    S
    @sankum i use this guide for selector clause https://www.w3schools.com/cssref/css_selectors.php used to be all one page, now in different sections you can combine all kinds of elements
  • Fontawsome symbol usage for calendar help requested.

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    S
    @rkorell did you get this working?
  • Default Weather Updates not working

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    S
    @Freddy_boy there is an open issue about similar problems https://github.com/MagicMirrorOrg/MagicMirror/issues/3687
  • google assistant TTS and press to speak

    Unsolved
    4
    0 Votes
    4 Posts
    422 Views
    S
    @Riptwisted does it work outside MagicMirror? don’t know anything about that SDK MM doesn’t use python, you can launch a background script, and capture its output and then do something with that… my PythonPrint module https://github.com/sdetweil/MMM-PythonPrint shows how to exec the python script and capture is (print) output and do something with it (this module just displays, but it could speak it)
  • MMM-DBF does not work, no error messages

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    S
    @sletrabf open the developers window ctrl-shift-i select the console tab enter a unique part of the module name in the filter field, dbf and see what you see
  • MMM-SmartWebDisplay is not running under 2.31.0

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    KristjanESPERANTOK
    @Volkae Odd… What is the output if you run git tag in the directory ~/MagicMirror/modules/MMM-PublicTransportHafas? Did you run git checkout v3.1.8 in ~/MagicMirror/modules/MMM-PublicTransportHafas?
  • MMM-EmbedURL - good stuff too far down in page

    Unsolved
    1
    0 Votes
    1 Posts
    221 Views
    S
    Greetings. I have embedded the Nation Weather Service forecast page for my area. Problem is, the weekly forecast is down too far in the page, below the edge of the monitor. If there was a way to “trim off” the top 50-75 pixels, that would fix the problem. Is that possible? Thank you.
  • Cannot get MMM-Carousel 'positional' to work

    Solved
    4
    1
    0 Votes
    4 Posts
    499 Views
    S
    @khrusher awesome… weird tho…
  • MMM-Carousel positional behaviour

    5
    0 Votes
    5 Posts
    3k Views
    K
    @Gav I know this is an old issue, but I solved it…adding here for future readers [image: 1746722937244-b94a4ad7-654e-46f2-ae5b-03159869b51e-image.png]
  • MMM-Moon module - how to resize?

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    C
    @rkorell Thansk for this!
  • Can updatenotification be configured to restart the main MM process?

    Solved
    5
    0 Votes
    5 Posts
    685 Views
    K
    @sdetweil nice. how do I mark item as ‘Resolved’? I found it!
  • Need help with MMM-MQTTbridge not "communicating" with MMM-RTSPStream

    Unsolved
    68
    0 Votes
    68 Posts
    20k Views
    R
    @Cr4z33 OH… All the best! Ralf
  • OpenWeatherForcast - AggregateError?

    Unsolved
    18
    0 Votes
    18 Posts
    3k Views
    S
    @cricket awesome!!
  • MMM-GoogleCalendar auth expiring after a week

    Unsolved
    7
    0 Votes
    7 Posts
    962 Views
    K
    @BKeyport no doubt, not knocking the module, it works great. I just followed along with Auth steps…kind of black0box for me. I think a cheap wireless keyboard will be good any way.
  • Netatmo module will not shown

    Solved
    40
    0 Votes
    40 Posts
    9k Views
    kusselinK
    @sdetweil thanks a lot sam…i found it self …best man sam :-)
  • 0 Votes
    12 Posts
    2k Views
    S
    @briantogo awesome!!
  • Modul MMM-GoogleTasks

    Unsolved
    2
    0 Votes
    2 Posts
    513 Views
    S
    @Future.Mirror are those list names in your google tasks cloud? or are they in your MagicMirror config for this module?