A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Pi Zero and MagicMirror2

    Hardware
    8
    0 Votes
    8 Posts
    3k Views
    plainbrokeP
    @sdetweil Ok, I can do that already have node at 18 and npm at 9 I have notes on upgrading them. Thanks for the reminder on how to do this… Much appreciated.
  • NFL games not showing up?

    Sport
    2
    0 Votes
    2 Posts
    142 Views
    KristjanESPERANTOK
    @lucallmon said in NFL games not showing up?: MMM-MyScoreboard Do you use the fork from @dathbe? Run git remote -v in the module’s directory to find out.
  • [MMM-Remote-Control] Cannot GET /remote.html

    Unsolved Troubleshooting
    10
    0 Votes
    10 Posts
    197 Views
    KristjanESPERANTOK
    @mvrlogins said in [MMM-Remote-Control] Cannot GET /remote.html: 0|MagicMir | [2025-09-21 16:44:59.284] [ERROR] Error when loading MMM-Remote-Control: require() of ES Module /home/pi/MagicMirror/modules/MMM-Remote-Control/node_modules/uuid/dist-node/index.js from /home/pi/MagicMirror/modules/MMM-Remote-Control/API/api.js not supported. To make it clear here as well: “require() of ES Module ... not supported” shows that you are using a very old (unsupported) Node version. Like I said in the GitHub issue, you have to update Node. I recommend using NVM to update Node (like recommended on the Node website).
  • Delayed Notification? Please help :)

    Unsolved Troubleshooting
    3
    0 Votes
    3 Posts
    1k Views
    P
    Thanks for the idea! In the meantime i managed to throw a module together. It listens to any notification and sends notifications plus payload after a delay. If anyone finds this post, here we go: MMM-DelayedNotification
  • Cal EXT3 - Symbols and colors

    Unsolved Troubleshooting
    14
    0 Votes
    14 Posts
    684 Views
    _
    Sam, nevermind the problem; I found a sentence in a different question on git, in which it is mentioned shortly; also its kind of written in a config, believe it was the ext3 config. Still a bit annoying that you have to make an entry for the color and on another spot/file you have to set the custom event up. Thanks for your continuous help mate.
  • 0 Votes
    1 Posts
    128 Views
    F
    Hi everyone! Recently i’ve found an old unused digital photo frame from my family. I was wandering if it is possible in some sorts of way to reuse it as hardware for a MagicMirror. Is it possible to install linux on the board? And if not, I would I be able to use the LCD display with something like a Raspberry Pi zero or similar? Thanks!! The chip serial is AM7331 and i’m not able to find a serial/model for the LCD display. [image: 1758461618883-photo_5945152151724608784_w.jpg] [image: 1758461619236-0da8f1d6-03b8-4cde-8b2f-20b550983e55.jpeg] [image: 1758461619642-81eee03e-c3d8-496a-91a9-bcf64acefb80.jpeg]
  • MMM-HAEV: Electric vehicle charge info via Home Assistant

    Transport
    1
    1 Votes
    1 Posts
    421 Views
    R
    I’ve created a new module that displays EV charge state and location info pulled from Home Assistant: https://github.com/robotfishe/MMM-HAEV I’ve been using my older MMM-Tronity module (https://github.com/robotfishe/MMM-Tronity) for years to fetch this data via Tronity’s API. I’ve recently traded in my Vauxhall for a Hyundai, and I’ve found Tronity doesn’t work as well with my new car, but thankfully there’s a very functional Home Assistant integration for getting data directly from Hyundai’s platform - hence this module. The style and layout are the same as MMM-Tronity. The HA entities the module reads are configurable, so it should work with any vehicle/integration as long as the data exists somewhere on your Home Assistant instance.
  • MMM-HoymilesPVMonitor

    Utilities
    4
    1
    1 Votes
    4 Posts
    516 Views
    karsten13K
    @CuddlyCow It was just a guess… there were other users with similar problems who had to open a ticket on GitHub because their repository was blocked for some unknown reason…
  • 42 inch mirror hardware recommendations

    Hardware
    2
    0 Votes
    2 Posts
    4k Views
    J
    @PrimeLogic said in 42 inch mirror hardware recommendations: 42 inch mirror hardware recommendations Hardware 1 posts 1 posters 3.7k views 1 watching Reply POffline PrimeLogic 13 days ago I want to make a 42 inch Magic Mirror using a Raspberry Pi. I’m in the US and I was wondering if anyone else has any hardware recommendations for a mirror this large? ttps://eldfall-chronicles.com/en-si/pages/skirmish-wargame I’d like to use all of the same hardware (monitor/TV, glass/mirror, etc) that someone has already built without issue. https://www.viberate.com/playlist-analytics/ Any help is greatly appreciated! For the mirror, a high-quality two-way acrylic or glass mirror will give you the best results.
  • MMM-soccer v2

    Sport
    52
    1 Votes
    52 Posts
    23k Views
    N
    Hey @lavolp3, thank you for the nice module. Is there a way to change the header from ‘MMM-Soccer’ to smth else? I’ve tried to set the header in the config.js but then I have two header. My one an the ‘MMM-Soccer’ header. THX Edit: I found a way. It’s not the finest solution but it works. I changed the header in the ‘MMM-soccer.njk’ file.
  • MMM-RTSPStream with VLC issues

    General Discussion
    2
    0 Votes
    2 Posts
    2k Views
    T
    Hello, I think you can use the useVLC in embedded mode In recent forks of MMM-RTSPStream, VLC can be embedded into the browser view with an iframe or HTML5 video tag, which respects DOM positioning. Check the fork you’re using. If it’s still spawning standalone VLC, look for configuration like: localPlayer: ‘ffmpeg’ // instead of ‘vlc’ Some forks added ffmpeg or jsmpeg options to push the stream into a element.
  • 0 Votes
    3 Posts
    723 Views
    U
    @BKeyport yeah for sure, but its all public data sources so why not.
  • Default Weather Module Time Incorrect

    Solved Troubleshooting
    5
    0 Votes
    5 Posts
    1k Views
    M
    Thanks! It works!
  • Compatibility with raspberry Pi 5 right now and in the future.

    Hardware
    15
    0 Votes
    15 Posts
    6k Views
    PierreGodeP
    @Hugo I been running magic mirror on pi5 since they released it.
  • MMM-Todoist

    Solved Troubleshooting
    9
    1
    0 Votes
    9 Posts
    2k Views
    A
    @OwenLars I was able to get the proper project ID by running this command in the terminal. I just set it the module yesterday. curl -s \ -H "Authorization: Bearer xxxxyourapikeyxxxx" \ https://api.todoist.com/rest/v2/projects
  • 0 Votes
    2 Posts
    2k Views
    S
    @charlenesays where in the world are you?
  • update package list

    Unsolved Troubleshooting
    45
    0 Votes
    45 Posts
    5k Views
    P
    Hello Thank you for what you did for me. Now it’s bothering me. We’ll stop there and close the session. Thank you again. Thank you for your help. You are a fantastic person. Thank you for your time spent on our problems. Thank you and thank you again.
  • No flights on map.

    Transport
    7
    0 Votes
    7 Posts
    2k Views
    karsten13K
    @MikeTheYeti this is hard coded at the moment, you can change the code here
  • Existing MM build on 3B+ lagging

    Hardware
    4
    0 Votes
    4 Posts
    2k Views
    S
    @alex2 pi4 should be enough… altho pricing may get you a 5 instead. 2gb minimum memory
  • Cal EXT3 - understanding transforming

    Unsolved Troubleshooting
    9
    0 Votes
    9 Posts
    3k Views
    S
    @_V_ If I search this field, and find ‘John’ Then I change the event color ev.color= You could change to symbol the same way ev.symbol=. Whatever symbol name You are writing code here The filter routine sees every event, one at a time You can have more than one if stmt Can use if else if else, use a switch /case logic block