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

    Apr 16, 2025, 5:42 PM
    2 Votes
    1 Posts
    151 Views
    Hi, I just made a quick module as a reminder for myself to change the filters for my ventilation system. It monitors the Shelly power consumption of the system, providing visual alerts when filter maintenance is needed (based on adjustable power values - I’m still playing to find the correct value for my system). Maybe also useful for aquarium filters, HVAC systems, or any filter with power monitoring using a Shelly device. Features: ✔ Real-time Shelly power monitoring ✔ Color-coded status indicators ✔ Customizable alert thresholds ✔ Compact, clean display MMM-FilterMonitor [image: MMM-FilterMonitor.png?raw=true]
  • MMM-SolaxPV Module

    Apr 14, 2025, 7:18 AM
    2
    1 Votes
    2 Posts
    197 Views
    Has been updated to the V2 api and the emoji icons removed as they don’t work with Electron https://github.com/KayosPi/MMM-SolaxPV
  • 2 Votes
    1 Posts
    205 Views
    MMM-page-indicator has been updated. The main change is that there are new classes that make it easier to customize the styling of the indicators and a new styling section in the README that describes some styling examples. Like this: [image: 1744446570502-screencast_3_pulsing-active.gif] or this: [image: 1744446465363-screencast_4_with-description.gif] So if you use MMM-page-indicator, check it out 😀 The styling was also possible before, but was a little more complicated and the examples certainly help to develop your own cool styles. Thanks to @mumblebaj for getting this rolling!
  • MMM-IQAir

    Jun 23, 2023, 5:34 AM
    0 Votes
    2 Posts
    355 Views
    @lparco I have the same problem. I installed the module and entered the following in the config { module: 'MMM-IQAir', position: 'bottom_right', config: { key: 'kGdYrWay***********', } }, Unfortunately, no luck. It doesn’t even show it to me. What could be wrong?
  • MMM-CalendarExt3Agenda

    Jul 12, 2022, 3:43 PM
    0 Votes
    192 Posts
    240k Views
    Well, swapping the order seems like it might have helped. I restarted MM a few times and it seems like they are all showing up now. I’ll keep an eye on it. :) Thanks
  • MMM-MPlayer - version 2.0.1

    Mar 24, 2025, 7:52 PM
    1 Votes
    1 Posts
    183 Views
    Hi, I just published version 2.0.1 of the MMM-MPlayer module. Fixed some issued, added more options. https://github.com/evroom/MMM-MPlayer Please read the README carefully, especially when you are using the first version. If you are a user of version 1 of this module, please be aware that the configuration is slightly different and that more options are available. It is advisable to move a working version of this module before installing the new version. Best regards, E.J.
  • MMM-MPlayer

    Dec 9, 2024, 7:26 PM
    3 Votes
    44 Posts
    7k Views
    @clakkentt said in MMM-MPlayer: @evroom … Sorry for the delay in replying, I don’t get e-mail notices when someone replies to my posts. No problem. I discovered the reason why it happens and am busy with a new version. Hope to release it soon (first need to solve an issue with recalculating the window position). Those that are interested can have a look at the README of the dev branch.
  • 0 Votes
    47 Posts
    6k Views
    @xIExodusIx Dear Carsten, quick feedback for you: Just installed your newest version. And - to my big surprise - it works like I would like to have… I only have installed "MMM-FRITZ-Box-Callmonitor-py3 " - to be 100% clear, may there is the difference. But with only this module incoming calls are displayed/signalled (grey’ish / white color) and the message box disappears either when the call is taken or if the caller hangs up. This exactly is what I would like to have. You definitely have done something magical because the initial code holds the message box until call is ended. THANKS!!! You ARE a coder :-) Warmest greetings to Hamburg (as your git-account now reveals), Ralf For the CSS stuff - my apologies… I cannot guide here, as well. I’ve seen your color coding in dependency from call-type. I GUESS you can solve this with case-dependent CSS-attributes and so avoid the complete “switch”-clause. But this is far beyond my own capabilities - may Sam (@sdetweil ) can lead through this…
  • 4 Votes
    166 Posts
    153k Views
    @MZ-BER What exactly did you enter for ETFs so that they would be displayed? I don’t have any stocks, just five ETFs in my savings. Can I have those displayed as well? How does this work, for example: WKN A1JMDF ?
  • MMM-MagicMover

    Jul 18, 2020, 1:17 PM
    2 Votes
    15 Posts
    5k Views
    @botts85 said> I tried it with: ignoredRegions: [".region.top.bar"], and still no luck. @C-son stated in his posting the region with single quotes… I‘m not really sure if this makes a difference - at least worth a trial… ignoredRegions: ['.region.top.bar'], „Fullscreen_below“ BTW is not supported in ignoredRegions … Good luck. Regards, Ralf
  • 0 Votes
    1 Posts
    158 Views
    Github: https://github.com/ifnull/MMM-WyzeBridge The WyzeBridge supports RTMP and RTSP so I initially tried using MMM-Mplayer but had issues on my Raspberry Pi. The video would load but it would load fullscreen even when specifying a fixed size. I noticed WyzeBridge supports HLS which means that MagicMirror should be able to support it without a 3rd party player. I haven’t added support for stream authentication yet and this version only supports a 1x1, 2x2, and 4x4 camera layout. Pull requests are welcome if anyone would like to help with these features or improving the overall CSS for the camera layout. ✅ Supports multiple Wyze cameras via HLS streams ✅ Auto-refreshes streams to prevent freezing ✅ Uses hls.js for browser compatibility ✅ Supports 1x1, 2x2, and 4x4 layouts ✅ Default configuration assumes Wyze Bridge is running locally
  • 0 Votes
    1 Posts
    306 Views
    Github: https://github.com/ifnull/MMM-AwairLocal ✅ Pulls data from Awair’s Local API (no cloud required) ✅ Displays air quality score, temperature, humidity, CO₂, VOC, and PM2.5 ✅ Supports Celsius & Fahrenheit for temperature display ✅ Allows multiple Awair devices with configurable names ✅ Auto-refreshes at a configurable interval [image: 1741647657472-25be21b9-564b-4a24-a6d9-bfbcac38767b-image.png] Example Config Options { module: "MMM-AwairLocal", position: "top_right", // Adjust as needed config: { awairIp: "192.168.1.2", // Local IP of your Awair device deviceName: "Living Room Awair", // Custom name for the device updateInterval: 60000, // Refresh data every 60 seconds showScore: true, // Display air quality score showTemp: true, // Display temperature showHumidity: true, // Display humidity showCO2: true, // Display CO₂ levels showVOC: true, // Display VOC levels showPM25: true, // Display PM2.5 levels tempUnit: "F" // "C" for Celsius, "F" for Fahrenheit } }
  • 2 Votes
    4 Posts
    559 Views
    @gertperdZA graag zou ik de api ontvangen van dordrecht
  • 1 Votes
    15 Posts
    6k Views
    Thank you for this module. I tried the one from fewieden and now it´s perfect. Instesd of a ringtone I play a webradio stream alarmSoundFile: ‘http://icecast.ndr.de/ndr/ndr1wellenord/flensburg/mp3/128/stream.mp3’,
  • MMM-Cookidoo

    Feb 13, 2025, 9:17 PM
    0 Votes
    2 Posts
    294 Views
    Thank you very much for the module, it’s fantastic
  • MMM-Temp2IOT

    Jan 10, 2025, 3:10 PM
    1 Votes
    5 Posts
    418 Views
    @chrisfr1976 said in MMM-Temp2IOT: The Temp2IOT project is not mine. But it is really great work. OK, thought i was you :-) . I’ve found the root-cause for wrong date: Yesterday I’ve played primarily with the mirror-module to test if this works for me (yes, it works…). Today I’ve done the soldering part and connected the sensors. Now sensor data is transmitted and this seems to trigger attachment of time-marks. Now the json record contains correct timestamp. Regards, Ralf
  • 1 Votes
    4 Posts
    430 Views
    @mmmallday [image: 1739189463164-1b42408c-7db9-4d84-9a76-9dae237fa0f7-image.png] More
  • MMM-SystemMonitor

    Jun 1, 2023, 11:00 PM
    1
    5 Votes
    24 Posts
    4k Views
    @mebster5 submit that as a pr
  • MMM-SimplePIR

    Jan 28, 2025, 1:16 AM
    1 Votes
    3 Posts
    380 Views
    @sdetweil should be done already, figured i would add it here as well.
  • 1 Votes
    9 Posts
    981 Views
    @bobbylx and a good google search , how do i round the corners of a box w css will hive you the style names