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

    1
    2 Votes
    1 Posts
    252 Views
    D
    A MagicMirror² module for displaying animated countdown timers with celebration effects when your events arrive! Features Four Counter Styles - Flip clock, progress rings, animated hourglass & digital clock Celebration Animation - Customizable falling emoji particles when your event arrives Arrival Glow Effect - Counter boxes pulse with a glowing effect when countdown reaches zero Responsive Scaling - Automatically scales to fit any MagicMirror region width Grayscale Mode - Inverted grayscale option for classic MagicMirror aesthetic Screenshot All Four Counter Styles flip (with celebration animation), rings, hourglass and digital, each with its own personality. [image: hero-all-styles-clean.gif] Repository: https://github.com/double-ratchet/MMM-AnimatedCountdowns
  • 4 Votes
    43 Posts
    21k Views
    plainbrokeP
    @ewingfox Let me know if you get it working… Sounds like something we would enjoy
  • MMM-WebSpeechTTS – Give Your Mirror a Voice 🔊

    1
    1 Votes
    1 Posts
    151 Views
    KristjanESPERANTOK
    I’d like to share MMM-WebSpeechTTS – a text-to-speech service module that gives your MagicMirror a natural-sounding voice. What it does Startup greeting with current time Keyboard shortcuts (press “g” for greeting, “t” for time, “s” to stop) MMM-PublicTransportHafas integration – announce departures Notification API – any module can trigger speech Browser & Electron support New: Piper Neural TTS Just integrated Piper and the quality is incredible! Instead of robotic espeak voices, you get natural-sounding neural speech – free, offline, no cloud required. Available for 50+ languages/voices including English, German, French, Spanish, Dutch, Italian… Feedback Would you use this? What are your use cases? What is missing? Repository: https://github.com/KristjanESPERANTO/MMM-WebSpeechTTS Looking forward to your feedback! 🙂
  • MMM-CEC-Control (tv remote via HDMI-CEC)

    6
    1 Votes
    6 Posts
    409 Views
    S
    Thanks for the feedback guys, I will try and add it to the list on monday :) Hope this will help someone else out there :)
  • MMM-MyTasklist

    18
    3 Votes
    18 Posts
    1k Views
    htilburgsH
    @Getinthegames Thank you, that was the reason for me to create this module, simplicity. I didn’t need all the extras, just a simple list.
  • 1 Votes
    7 Posts
    1k Views
    P
    Thanks for the help - I have screenshoted the messages: [image: 1768563286814-b7504dd5-999d-41cc-880d-3eff7fd35230-grafik.png] Does this help ?
  • MMM-Kermis

    1
    0 Votes
    1 Posts
    117 Views
    htilburgsH
    MMM-Kermis This a module for Magic Mirror². This displays the Carnivals (Kermis), you can add, update and delete through a webinterface. This module is only available in Dutch. Installation Clone this repository in your modules folder, and install dependencies: cd ~/MagicMirror/modules git clone https://github.com/htilburgs/MMM-Kermis.git cd MMM-Kermis npm install Update When you need to update this module: cd ~/MagicMirror/modules/MMM-Kermis git pull npm install Configuration Go to the MagicMirror/config directory and edit the config.js file. Add the module to your modules array in your config.js. { module: "MMM-Kermis", position: "top_left", header: "Mijn Kermissen", disabled: false, config: { refreshInterval: 60 * 1000 // 1 minuut } }, Load Webinterface for updating the Carnivals (Kermissen) Open a browser and type http://serverip address:3001 So if for example you’re MagicMirror is on 192.168.0.48 then you go to http://192.168.0.48:3001 The Webinterface for MMM-Kermis will be loaded and you will be able to: add Kermis complete Kermis delete Kermis edit Kermis sort Kermis information All the updates are instantly published on your Mirror Versions v1.0.0 - Initial release v1.1.0 - Update for Chromium, install fonts-noto-color-emoji
  • MMM-TVRemote

    3
    2 Votes
    3 Posts
    435 Views
    S
    Below I uploaded the git repo for the module. Let me know if it works fine for you :) The TV I am using is a Samsung Smart TV, but you should be able to listen for CEC comunication via HDMI and find the codes specific for your TV MMM-CEC-Control
  • MMM-myStrom - a module for monitoring myStrom smart home devices

    3
    3
    2 Votes
    3 Posts
    443 Views
    bernieB
    Done - I’ve added the module to the list.
  • MMM-BambuLabNotify - 3D printer notifications

    13
    1 Votes
    13 Posts
    6k Views
    L
    Hi @ThaliaFromPrussia ! The “PIN” mentioned in that BambuLab doc is for pairing/binding inside Bambu Studio, and the X1/X1C doesn’t use that same PIN flow. MMM-BambuLabNotify does not connect using the Studio PIN, it connects over the printer’s LAN MQTT (TLS) interface using the printer’s LAN Access Code (sometimes just shown as “Access Code”) along with the printer’s IP and serial number, see the README for where to find those. Unfortunately, I only have an A1, so I’m not able to personally verify that MMM-BambuLabNotify works with an X1/X1C. But, if you’re able to get it connected using the proper Access Code, I’d appreciate confirmation. Thanks!
  • MMM-Bluelinky module still working?

    6
    0 Votes
    6 Posts
    1k Views
    J
    Hi, I have a question and perhaps someone could help me. I installed the module and get the “Loading …”, too. I have a Hyundai PHEV with working Bluelink App. Doesn´t it works with PHEV or what am I´m doing wrong? Regards Jose
  • MMM-CalendarExt3

    689
    3 Votes
    689 Posts
    3m Views
    S
    @bicolorbore586 there is a fix for this in the next release.
  • Home Assistant Sensor

    17
    0 Votes
    17 Posts
    1k Views
    S
    @ChrisKelley woohoo… great news… thanks for the feedback!!
  • MMM-DWD-WarnWeather - Wetterwarnungen

    2
    0 Votes
    2 Posts
    265 Views
    S
    @StefanL. The readme says region The link in the readme brings up an interactive map that you can zoom in on to select that area/region and get its name from the info display after selection
  • MMM-MarineWeather troubleshooting

    2
    0 Votes
    2 Posts
    183 Views
    R
    J’ai finalement trouvé le problème qui vient de Node.js (node-fetch) qui n’était pas installé sur ma version de Magic Mirror. Je l’ai donc installé dans le répertoire du module : /…/MMM-MarineWeather npm install node-fetch@2 -> Il faut installer la version 2 car la version 3 n’est pas compatible. puis redémarrer le Magic Mirror est le tour est joué.
  • Added MMM-ModuleUpdateNotifier and MMM-AptUpdateNotifier

    10
    0 Votes
    10 Posts
    2k Views
    S
    @CrashTest I saw update for the doc It should automagically put up an update banner for all Modules in config.js if their git GitHub ( source repo) commit status changes It as also outputs messsges where npm start is logged as it scans the repository
  • MMM-Solarwatt, Anzeige von Live-Daten der Solarwatt PV-Anlage

    Solved
    1
    0 Votes
    1 Posts
    248 Views
    W
    📷 Screenshot (Platzhalter) ![alt text]https://github.com/wiiare/MMM-Solarwatt/blob/main/screenshots/solarblock.jpg?raw=true) ⚡ Features Anzeige von Live-Daten der Solarwatt PV-Anlage Batteriestatus inkl. Ladezustand und Lade-/Entladeleistung Tageswerte persistent in dailyData.json gespeichert Reset der Tageswerte automatisch um Mitternacht Intervallgesteuerte Updates, konfigurierbar Responsive Darstellung passend zu MagicMirror² 📦 Installation Wechsle ins modules Verzeichnis von MagicMirror: cd ~/MagicMirror/modules Repository klonen: git clone https://github.com/wiiare/MMM-Solarwatt.git Abhängigkeiten installieren: cd MMM-Solarwatt npm install (Optional) Leere dailyData.json erstellen (wird automatisch angelegt): touch dailyData.json ⚙️ Konfiguration Füge das Modul in config/config.js ein: { module: “MMM-Solarwatt”, position: “top_right”, config: { ip: “Deine_IP”, password: “”, batteryIp: “Deine_IP”, updateInterval: 30000 } } 📊 Anzeige 🔆 Solar Block Erzeugung (W) Verbrauch (W) Einspeisung (W) Netzbezug (W) 🔋 Batterie Block Ladezustand (%) Lade-/Entladeleistung (W) Visualisierung als Balken 📅 Tageswerte Block Kumulierte kWh für: - Produktion - Verbrauch - Einspeisung - Netzbezug ⚡ Hinweise Tageswerte starten nach MagicMirror-Neustart bei 0 kWh Werte werden automatisch kumuliert basierend auf dem Updateintervall dailyData.json wird automatisch im Modulordner angelegt und persistent gespeichert
  • Issues with Newsfeed module since 3 days

    8
    0 Votes
    8 Posts
    591 Views
    R
    @chris1971 Your welcome. It felt good to be able offer some help instead of always asking for it. Good luck finding your problem.
  • MMM-CountEvents - ignoreBefore/ignoreAfter

    3
    0 Votes
    3 Posts
    239 Views
    S
    @benhmin no, that is different 15 minutes is 15 x 60 x 1000 1000 ms/second 60 seconds/minute
  • MMM-Multimonth Size

    3
    0 Votes
    3 Posts
    394 Views
    BKeyportB
    @bill63 The entire visual appearance is controlled by CSS, max-width in conjunction with the regions is how it would be handled. Please review the MMM-Multimonth.css file, copy over what you need into the custom.css master file, and change to your needs. CSS tutorials are available if you’re not comfortable with it. Even though the project is effectively mothballed due to my time constraints, there is another maintainer on the project who may or may not update the project, so please don’t modify the project files directly. if you have any questions, feel free to ask, I’m still kinda active on here, as well as our resident experts are always lurking. – Brendan (author)