A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 17 Votes
    293 Posts
    403k Views
    S
    @DarkV ok, my script is the only one I know about and it uses git lets do this to get a new copy and use your config/modules… copy paste this section to a terminal window cd ~ # save MM folder mv MagicMirror MagicMirror.org # install new MM (reply N to screen saver/pm2 bash -c "$(curl -sL https://raw.githubusercontent.com/sdetweil/MagicMirror_scripts/master/raspberry.sh)" once MM is installed again lets make THIS new version look like the old copy/paste this # copy files cd ~ cp MagicMirror.org/config/config.js MagicMirror/config cp MagicMirror.org/css/custom.css MagicMirror/css cd MagicMirror/modules # save the new default module folder mv default .. cd .. # copy all the org modules cp -r -p ~/MagicMirror.org/modules . cd modules # remove the old default modules folder rm -rf default # move back the new default mv ../default . cd ~/MagicMirror now npm start should work
  • [MMM-MQTTbridge] A module to publish and receive MQTT messages

    16
    1
    2 Votes
    16 Posts
    5k Views
    Cr4z33C
    @wishmaster270 hi and sorry for bothering you hehe. No there’s actually no sign of doorbell button pressing looking at the logs. All I can see is my BTicino power meter and that’s it… PM2 Log
  • MMM-FilterMonitor

    1
    2 Votes
    1 Posts
    300 Views
    C
    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

    2
    2
    1 Votes
    2 Posts
    421 Views
    K
    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
  • MMM-IQAir

    2
    0 Votes
    2 Posts
    601 Views
    CyruS1337C
    @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-MPlayer - version 2.0.1

    1
    1 Votes
    1 Posts
    393 Views
    evroomE
    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

    44
    3 Votes
    44 Posts
    14k Views
    evroomE
    @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.
  • [MMM-JaST] Just another Stock Ticker (new: version 2.x)

    166
    4 Votes
    166 Posts
    210k Views
    S
    @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

    15
    2 Votes
    15 Posts
    7k Views
    R
    @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
    446 Views
    I
    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
    488 Views
    I
    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 } }
  • Afvalwijzer (The Netherlands) Trash collection

    4
    1
    2 Votes
    4 Posts
    1k Views
    M
    @gertperdZA graag zou ik de api ontvangen van dordrecht
  • MMM-TouchAlarm - Your touchable Alarm Clock

    15
    1 Votes
    15 Posts
    8k Views
    P
    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

    2
    0 Votes
    2 Posts
    636 Views
    B
    Thank you very much for the module, it’s fantastic
  • MMM-Temp2IOT

    5
    1 Votes
    5 Posts
    1k Views
    R
    @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
  • MMM-SystemMonitor

    24
    1
    5 Votes
    24 Posts
    7k Views
    S
    @mebster5 submit that as a pr
  • MMM-SimplePIR

    3
    1 Votes
    3 Posts
    824 Views
    M
    @sdetweil should be done already, figured i would add it here as well.
  • MMM-CalendarExt3 possible to round the corners?

    9
    1
    0 Votes
    9 Posts
    2k Views
    S
    @bobbylx and a good google search , how do i round the corners of a box w css will hive you the style names
  • MagicMirror not working after upgrade

    17
    0 Votes
    17 Posts
    3k Views
    M
    @bugsounet said in MagicMirror not working after upgrade: @sdetweil said in MagicMirror not working after upgrade: @bugsounet pouvez-vous examiner pourquoi il a eu ces erreurs même si vous avez effectué la réinitialisation matérielle de git ? ma mise à niveau appelée npm run update Tous mes modules ont été retiré de la liste des modules tiers, et vont être supprimé de mon compte github. Je suis désolé @pat59, il donc faudra trouver un/des modules équivalent. Comme vous venez de comprendre, je me retire donc du projet MagicMirror² complètement. Bonne continuation, @bugsounet C’est avec regret que j’apprends l’arrêt de votre projet J’avais quasi terminé ( tous était installé et presque terminé il me restait juste le token de Google assistant et tout était parfait)a une semaine près sa aurais été fini. Pourquoi ne pas avoir laissé les liens github sur le site ? C’est bien dommage mais vous avez fait un travail extraordinaire Merci encore
  • MMM-CalendarExt3 display time on separate line

    5
    1
    0 Votes
    5 Posts
    706 Views
    R
    @chrisfr1976 thank you! This worked great to show the tittle below the time when the tittle is longer than the cell. [image: 1737787019926-699b3da1-890d-4789-b52e-9c59cf381568-image.png] I need to invest some time with css.