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.

    62 Topics
    423 Posts
    “Great news! 🎉 Thank you, Kristjan, for all your hard work, and to MagicMirrorOrg for keeping the third-party module repository alive. Excited to see the future improvements!”
  • 483 Topics
    4k Posts
    Wowser, IT WORKS, SO FAR.
  • Anything harware related can be found here.

    780 Topics
    7k Posts
    @plainbroke Thanks! I’ll check out Tapo!
  • Add exciting new features to your mirror.

    6k Topics
    57k Posts
    @chris47803 https://www.theregister.com/2025/08/21/microsoft_365_outage/
  • Make your mirror your own but modifying its appearance.

    428 Topics
    3k Posts
    @bradley1982 from the module readme Styling This module is set to be 320px wide by default. If you wish to override it, you can add the following to your custom.css file: .MMM-OpenWeatherForecast .module-content { width: 500px; /* adjust this as desired */ } Most important elements of this module have one or more class names applied. Examine the MMM-OpenWeatherForecast.css, mmm-openweather-forecast.njk, or inspect elements directly with your browser of choice to determine what class you would like to override (Pro tip: If you start MagicMirror with npm start dev you'll get Chrome dev tools that will allow you to directly inspect any HTML element in the module).
  • Share your project story with pictures.

    564 Topics
    5k Posts
    @goldyfruit wow that is something!! I might want to tackle this!
  • You have a problem with your mirror? Ask for help.

    5k Topics
    35k Posts
    @Landokirk any module you dont need, just add disabled:true, after the module: line for the google calendar, use the desktop to go to calendar.google.com hover the mouse pointer over the calendar name in the left nav 3 dots will appear to the right, click and pick settings scroll down to sharing, and locate the ical url, or secret that is the string used in the default calendar url: setting then for EXT3 you install that module if you use my MMM-Config module, it will provide a form based approach to system and module configuration, and also supports module install.
  • A place to talk about whatever you want.

    1k Topics
    9k Posts
    @sdetweil I’ll try that out. Thank you Sam!