A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Categories

  • Announcements regarding the MagicMirror software and forum.

    64 Topics
    425 Posts
    KristjanESPERANTOK
    I didn’t want to start a separate thread for this, but I didn’t want to leave it unmentioned here in the forum either 🙂 The website has undergone a major modernization. Mainly technical changes under the hood and the design has been retained except for a few details. But there are also a few things that regular users of the site might notice: For example there is now a dark mode, responsiveness and accessibility have been improved, there is a favicon, an animated GIF showing the MagicMirror interface and faster loading times. https://magicmirror.builders/
  • Discuss the MagicMirror² core framework.

    492 Topics
    4k Posts
    S
    @videogame95 always make backups You can use my MagicMirror-backup-restore scripts https://github.com/sdetweil/MagicMirror-backup-restore I have also heard of Mycroft. , have no info looking for mycroft the initial project has been ended. others have taken over for the future… one would have to build an interface(module) to MagicMirror from its implementations
  • Anything harware related can be found here.

    797 Topics
    7k Posts
    M
    @sdetweil Thanks I’ll have to find another way to stop the streaming while the page is hidden
  • Add exciting new features to your mirror.

    6k Topics
    58k Posts
    O
    Hey all, after MMM-RAIN-MAP literaly stopped working because of the API changes of Rainviewer.com I was looking for something that works. Unfortunatelly I’m not a developer, so I got a lot of help from an AI (vibe coding). So if there is a real developer want to check it, make it better, take ownership of the project: Let me know, I just want something that works for me ;) Also, this is only working for Germany as I use the data from the German Weather Service (Deutscher Wetterdienst - DWD). The module works for me, but I consider it beta as I did not see it long enough. I took some of the feature ideas from MMM-RAIN-MAP, so thanks guys for developing this first! -> Rain/snow Radar that is either always visible or only when it will start rain in X minutes -> works 2 hours into the past to 2 hours into the future -> not much more =) [image: 1774966254476-f10bab71-2799-42b1-8c39-334245dadf71-image.jpeg] It uses data from DWD, Bright Sky API, CARTO map tiles (by Open Street Map) and the OpenLayers map engine. you can find the module here: https://github.com/realoliwer/MMM-RainRadarDWD Any feedback is valued, especially if you find something stupid due to the AI usage. For now I’m happy as it is currently working as intended for me and maybe it also works for the one or other here in the forum as well. Cheers!
  • Make your mirror your own but modifying its appearance.

    432 Topics
    3k Posts
    R
    In case anyone finds this in the future, this behavior is actually natively supported with the cellStyle option set to flat. From the documentation: flat - No styling applied. Data is shown in default MM styling The default for this option is mimic which copies exactly what you have in your existing sheet. If you didn’t want to use flat, you could still use mimic but change your sheet to match the MM (background color black, text color #fff, #666, or #999). If use the custom css be aware that it will have undefined behavior if you try to change other options in the future. Thanks for using the module!
  • Share your project story with pictures.

    577 Topics
    5k Posts
    M
    Took me a few months but finally have my MM version of our old DAKboard up and running how I want it: Modules: Wallberry Theme (to mimic DAKboard’s style as closely as possible) MMM-MonthlyCalendar (displaying our shared Google family calendar) MMM-HomeAssistant (for screen auto-on/off based off HA movement detection) MMM-BackgroundSlideshow (pulling top-rated photos from my Synology NAS) [image: 1774968683834-20260327_upload.jpg.png]
  • You have a problem with your mirror? Ask for help.

    5k Topics
    36k Posts
    UncleRogerU
    So I think the “Suspended” thing is a red herring. I booted up my dev system and watched the console messages there. I saw the same behaviour of BackgroundSlideshow being suspended but it does show the images. I’ll update just MMM-BackgroundSlideshow on that system and see what happens.
  • A place to talk about whatever you want.

    1k Topics
    10k Posts
    B
    I had to insert in css body with 75% zoom, and that did it. I don’t know why, but everything looks correct. I also had to make changes to the code of MMM-Pir-Sensor-Lite, and now that works to. I also made some modifications to MMM-MyGarbage, so it support 11 diffrents wastebin with custom pictures of the correct pictograme. Everything is up to date now with Raspberry PI Trixie OS Thanks for the help 🤟