A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    10 Posts
    49 Views
    @sankum see the module readme, for all kinds of settings [image: 1748650162467-img_1325.png]
  • MMM-Linky (french users)

    Jan 26, 2025, 8:19 AM
    1
    1 Votes
    14 Posts
    1k Views
    Bonjour, J’aime bien l’application mais alors qu’elle se met à jour selon le texte, le graphique ne se met pas à jour. Je suis anglais, puis-je changer vos chaînes de test en anglais ou cela affectera-t-il le fonctionnement de l’application ? [image: 1748527895349-5d97216c-e58c-4e15-a95f-53c84a3de926-image.png]
  • 1 Votes
    8 Posts
    717 Views
    @redbeardedninja Has been a lot of updates last 2 days. Try to go to the folder and do a git pull and restart the mm /Pierre
  • MMM-CalendarExt3

    Apr 24, 2022, 7:18 PM
    3 Votes
    656 Posts
    2m Views
    @meshuggahn currently not, as they are two separate elements
  • Voice and Touch control modules

    10 days ago
    0 Votes
    13 Posts
    588 Views
    @sankum i use mmm-pages, and 3 instances of MMM-Calendarext3 one for current month, next and after. some have added swipe to that, so you can wave a hand, with the right sensor page-indicator module can give you on screen buttons for direct page access too (assuming you have touch support, built in or ir frane)
  • MMM-CalendarExt2

    Dec 19, 2018, 10:27 AM
    1 Votes
    486 Posts
    673k Views
    @MadsF this module is no longer supported, MMM-CalendarExt3 is the enhanced replacement it uses the events sent from the default calendar module
  • MMM-NOAA3 - Revived

    Mar 14, 2025, 5:42 PM
    1 Votes
    15 Posts
    685 Views
    @htilburgs Thanks for confirming. I double checked the icons available from weatherbit and compared to the list and they are all covered. Hopefully it was just a once off thing. 🙏
  • unRAID-MMM - UnRAID Statistics Display

    14 days ago
    0 Votes
    3 Posts
    108 Views
    @sletrabf I will fix that as I wrote the readme as I was developing it so probably used wrong unit somewhere.
  • MMM-HusqvarnaAutomower

    21 days ago
    0 Votes
    1 Posts
    126 Views
    Hello, I want to announce a ne module: it is MMM-HusqvarnaAutomower This module adresses to all havin an HUSQVARNA automower who want to dispaly its status and some statistics on the magicmirror. https://github.com/ASteinsdoerfer/MMM-HusqvarnaAutomower [image: screenshot.png]
  • MMM-CalendarExt3 formatting tweaks

    25 days ago
    2
    0 Votes
    3 Posts
    96 Views
    @bobbylx i cannot help w specifics, only tools use the developers window, elements tab to examine and test css style changes you can then put in custom.css. you can examine the styles set for each and decide how to make one set for all see the second link in my signature below on the ext3 there is lineheight and eventheight see the readme [image: 1746481679481-img_1101.png]
  • 3 Votes
    7 Posts
    1k Views
    ohhh… i joined late
  • MMM-RAIN-MAP Zoom not working

    Apr 29, 2025, 10:26 PM
    0 Votes
    4 Posts
    139 Views
    @briantogo awesome!!
  • MMM-FroniusSolar family modules

    Jan 10, 2025, 10:06 PM
    1 Votes
    31 Posts
    3k Views
    Hi folks, a new family-member has joined: MMM-FroniusSolar5. This adds the functionality to monitor and visualize solar energy data from multiple Fronius inverters simultaneously. See module for more information. If you have 2 or more Fronius Inverters running, give it a try. I am not completely sure if it works 100% stable since I have only 1 inverter. If you discover any problems open an issue.
  • Global module positioning

    Apr 19, 2025, 8:15 PM
    1
    0 Votes
    5 Posts
    248 Views
    Hello, there it is: MMM-GlobalPositioner “No conflicts with original module positioning” means that you do not need to touch the actual modules on the mirror. This module just grabs the existing ones and putz it in a new container. If you discover any issues, let me know. It is untested yet with “Pages” since I do not use it. But I hope it works. Example with debug: true,: [image: z_Debug_true.png?raw=true]
  • MMM-Growatt

    Mar 11, 2023, 10:31 AM
    1
    5 Votes
    23 Posts
    3k Views
    Update v2.1.4 - Released! The module display has been too rigid and only worked in the middle_center position. I have made a number of changes to the css which now allows the module to be displayed in any of the other regions. The updates are currently on my dev branch for anybody who would like to test. I will release to main by the end of the weekend.
  • 17 Votes
    293 Posts
    260k Views
    @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
  • 2 Votes
    16 Posts
    2k Views
    @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

    Apr 16, 2025, 5:42 PM
    2 Votes
    1 Posts
    117 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
    158 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
    167 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!