A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • MMM-CountUP (COVID19 example)

    46
    1 Votes
    46 Posts
    9k Views
    plainbrokeP
    @sdetweil That is what I eventually did.
  • MMM-Chores - Manage and keep track of your household Chores

    36
    4
    1 Votes
    36 Posts
    3k Views
    P
    @JohnGalt Hi, you can now disable AI in config.js useAI: false, // hide AI features when false
  • MMM-OneCallWeather - Wind in Meter pr second??

    3
    0 Votes
    3 Posts
    101 Views
    S
    It’s not documented in Github README, but you find the needed config in the implementation here So…try the following and add the windUnits property. { module: "MMM-OneCallWeather", position: "top_right", header: "xxxxxx, // OPDATERET HEADER config: { latitude: "xxxxxx", // OPDATERET LATITUDE longitude: "xxxxx", // OPDATERET LONGITUDE apikey: "xxxxxxx", iconset: "4a", iconsetFormat: "png", units: "metric", // Styrer at vindhastighed er i m/s fade: false, windUnits: "ms" //ADD THIS PROPERTY } }
  • UK Energy Grid Data

    1
    0 Votes
    1 Posts
    80 Views
    K
    I have written a number of modules that access either public or free APIs that need a sign up These show data from the UK grid, such as demand, generation by source, interconnectors, agile pricing, carbon intensity, frequency etc These have been written for my use, but if there is any genuine interest, I will upload to Git Let me know if you want to see them
  • Fixing location of titles etc. in absolute coordinates

    12
    0 Votes
    12 Posts
    655 Views
    S
    Sam, thanks for your help.
  • MMM-Linky (french users)

    14
    1
    1 Votes
    14 Posts
    2k Views
    L
    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]
  • MMM-CalendarExt3

    656
    3 Votes
    656 Posts
    2m Views
    S
    @meshuggahn currently not, as they are two separate elements
  • Voice and Touch control modules

    13
    0 Votes
    13 Posts
    1k Views
    S
    @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

    486
    1 Votes
    486 Posts
    715k Views
    S
    @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

    15
    1 Votes
    15 Posts
    1k Views
    mumblebajM
    @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

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

    1
    0 Votes
    1 Posts
    159 Views
    A
    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

    3
    2
    0 Votes
    3 Posts
    171 Views
    S
    @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
    L
    ohhh… i joined late
  • MMM-RAIN-MAP Zoom not working

    4
    0 Votes
    4 Posts
    219 Views
    S
    @briantogo awesome!!
  • MMM-FroniusSolar family modules

    31
    1 Votes
    31 Posts
    5k Views
    C
    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

    5
    1
    0 Votes
    5 Posts
    344 Views
    C
    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

    23
    1
    5 Votes
    23 Posts
    4k Views
    mumblebajM
    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
    289k 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
    3k 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