A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Issues with Newsfeed module since 3 days

    8
    0 Votes
    8 Posts
    101 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-FRITZ-Box-Callmonitor-py3 and MMM-Callmonitor-Current-Call

    49
    1
    0 Votes
    49 Posts
    11k Views
    R
    @Jose1701 Dear Jose, you are referring to my post but may I’m the wrong person. You may ask the developer, @xIExodusIx, too. As I’m not knowing exactly what your problem is, I just can guess what’s going on… from configuration perspective I do not see an issue - mine is similar. As I wrote before I only have ‘MMM-FRITZ-Box-Callmonitor-py3’ in use, NOT ‘MMM-Callmonitor-Current-Call’, For ‘MMM-FRITZ-Box-Callmonitor-py3’ I’m aware of some problems, but I do not know if this aligns with your problems. do you have the right (actual) fork? in my case this was https://github.com/xIExodusIx/MMM-FRITZ-Box-Callmonitor-py3.git I’m not sure if this is correct: In your config a username is missing. As far as I’m aware of you have to use a username/password combination - therefore I remember that I had to create a separate user for using the module. there were some requirements for the module - some python libraries as I remember correctly. - Do you have installed them in a proper version? This is the “guessing” version. If you could describe the “problem” more exact or concrete may we get other ideas… Good luck! Regards, Ralf
  • 0 Votes
    1 Posts
    10 Views
    W
    📷 Screenshot [image: SolarBlock.png] Screenshot der Solarwatt-Anzeige: Solar, Batterie und Tageswerte ⚡ 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/rschmidt79-rs/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: “IP_Solarwatt_Manager”, password: “”, batteryIp: “batteryfle-xxxx.local_oder IP”, updateInterval: 30000 } }
  • MMM-CountEvents - ignoreBefore/ignoreAfter

    3
    0 Votes
    3 Posts
    85 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
    219 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)
  • [MMM-Skolmaten] Shows school lunch menus in Sweden from skolmaten.se

    19
    3 Votes
    19 Posts
    10k Views
    B
    @retroflex I´ve got some problems with the module. It just says loading. Tried some of the things posted in this thread but could not get it to work. Any ideas what to do? Svenska funkar utmärkt då jag antar att du är svensk som skapat denna :D
  • MMM-AmbientWeather Module for personal weather stations

    4
    2
    2 Votes
    4 Posts
    365 Views
    plainbrokeP
    @hearter Does it cost to use the api? Do I need any hardware to attach to the Pi or does it pull the information from that website.?
  • MMM-BambuLabNotify - 3D printer notifications

    11
    1 Votes
    11 Posts
    5k Views
    L
    So, it’s been a few months since I released this and I know I had a bumpy start with github, but I was just wondering if anyone has found it useful or if you have any feedback for improvements. If you’ve found it useful, I’d appreciate a star rating too. Thanks in advance. :) https://github.com/LuckyDuckTx/MMM-BambuLabNotify
  • MMM-Emby

    4
    0 Votes
    4 Posts
    2k Views
    B
    Does it work for Jellyfin (Emby fork) aswell ?
  • Issues with MMM-Screen-Powersave-Notification

    12
    0 Votes
    12 Posts
    611 Views
    R
    @schlomm ## I just thoght of uploading the Summary of Attempts - All Failed. It is really getting frustrating. My Monitor was working perfectly well the desired rotation and resolution 1080x1960, and now is stuck at 1024x768. config.txt modifications:** Custom hdmi_timings for 1920x1080 Various hdmi_mode settings (82, 87) hdmi_ignore_edid=0xa5000080 Different boost levels and drive settings Result: Monitor only shows up to 1024x768 max cmdline.txt kernel parameters:** video=HDMI-A-1:1920x1080@60D Various video= parameter combinations Result: No effect on available resolutions Custom EDID firmware:** Created multiple EDID files (256 bytes, 268 bytes, 285 bytes) Placed in /lib/firmware/edid/ and /boot/firmware/edid/ Used drm.edid_firmware=HDMI-A-1:edid/1920x1080.bin Rebuilt initramfs to include EDID early Result: Kernel loads file but rejects it as “Invalid firmware EDID” Wayland/X11 rotation scripts:** wlr-randr (Wayland) - can’t set non-existent 1920x1080 mode xrandr (X11) - output name issues Result: Can only work with available modes (max 1024x768) Core Problem: Acer HA270 monitor provides NO EDID data** to the Pi Bookworm OS + Labwc Wayland compositor won’t accept forced resolutions Same monitor worked with Pi 3B + Bullseye (older firmware stack) Raspberry Pi detects only: 1024x768, 800x600, 848x480, 640x480 Current Status: Stuck at 1024x768 rotated = 768x1024 instead of desired 1080x1920. Wonder if we the Rpi OS team is aware f this issue.
  • 4 Votes
    29 Posts
    26k Views
    N
    @planet4 Hi - I have seen your temperature module, it looks nice, I am not a developer, Would you be kind enough to share your Temperature module with me…the one with the gauge - Thank you.
  • [MMM-CyberSecNews] AI-curated cybersecurity news from Hacker News

    1
    1
    2 Votes
    1 Posts
    192 Views
    R
    Description: A MagicMirror module that displays AI-curated cybersecurity news from Hacker News, powered by Claude. Features Claude automatically selects the most relevant cybersecurity articles from Hacker News AI-generated concise summaries optimized for quick reading Prioritizes CVEs, breaches, malware analysis, tooling, GRC and architecture - Customizable Minimalist interface that matches default MagicMirror aesthetics Updates once per 24 hours (~$0.02/day with Claude API) Screenshots: [image: 1760805678352-2025-10-18_18-33.png] Note : The summaries are in french as I configured the module prompts to be in french. It is by default in english. Download: [https://github.com/Minerale-RDK/MMM-CyberSecNews] Version 1 Initial release Creates a summary of the most important cybersecurity news
  • MMM-CalendarExt3Agenda

    224
    0 Votes
    224 Posts
    333k Views
    BKeyportB
    @benhmin for once, ChatGPT put you on the right path. We’ve had this conversation before- the result is that it’s better to leave it CSS than overload the config. cheers
  • 0 Votes
    1 Posts
    430 Views
    KristjanESPERANTOK
    MMM-Mastodon is a compact module that displays Mastodon timelines directly on the mirror. What is Mastodon? Mastodon is a decentralized social network where users toot, connect, and join open communities across the fediverse. See: https://joinmastodon.org/ What makes Mastodon special Decentralized: independent instances with their own rules. Community-focused: chronological feeds and topic-based communities. Open-source: the software is open and can be self‑hosted or audited. Privacy-friendly and open compared to centralized platforms. What the module does Displays Home timelines, hashtag feeds, or profile timelines. Supports media thumbnails, QR codes linking to posts, and a rotation mode for posts. Screenshot [image: 1760422137287-screenshot.png] Repository: github.com/KristjanESPERANTO/MMM-Mastodon
  • MMM-Chores - Manage and keep track of your household Chores

    79
    5
    1 Votes
    79 Posts
    21k Views
    A
    Is it possible to have a recurring weekday only task? Just Monday-Friday?
  • Not all events have a background color

    4
    1
    0 Votes
    4 Posts
    314 Views
    S
    @ken.saut yes, the value in the calendar entry is bgColor , if not specified, you get white color is text and symbol bgColor is background look at the doc (linked in the menu above) [image: 1760051846654-screenshot-at-2025-10-09-18-17-04.png] doc in menu [image: 1760052025936-screenshot-at-2025-10-09-18-19-56.png]
  • MMM-page-indicator now easier to style

    5
    2
    3 Votes
    5 Posts
    887 Views
    S
    @Niggich ok, you shouldn’t have to remove ::before
  • MMM-DHT22

    27
    2 Votes
    27 Posts
    8k Views
    L
    Hi, I’ve gone through your procedure again and this time it works. The only difference is that I run a python3 script to control screen blanking using a PIR before starting Magic Mirror, this time I didn’t start that script. With the PIR script and MagicMirror running I get: pi@mm:~/MagicMirror/modules/MMM-Temperature/scripts $ ./venvWrapper.py --venv-name py-venv --run ./dht22 {"temperature_c": 23.5, "humidity": 53.7, "temperature_f": 74.30000000000001, "error": false} pi@mm:~/MagicMirror/modules/MMM-Temperature/scripts $ ./venvWrapper.py --venv-name py-venv --run ./dht22 {"temperature_c": 23.5, "humidity": 53.7, "temperature_f": 74.30000000000001, "error": false} pi@mm:~/MagicMirror/modules/MMM-Temperature/scripts $ ./venvWrapper.py --venv-name py-venv --run ./dht22 {"temperature_c": 0.0, "humidity": 0.0, "temperature_f": 32.0, "error": true} pi@mm:~/MagicMirror/modules/MMM-Temperature/scripts $ ./venvWrapper.py --venv-name py-venv --run ./dht22 {"temperature_c": 23.6, "humidity": 53.5, "temperature_f": 74.48, "error": false} pi@mm:~/MagicMirror/modules/MMM-Temperature/scripts $ ./venvWrapper.py --venv-name py-venv --run ./dht22 {"temperature_c": 0.0, "humidity": 0.0, "temperature_f": 32.0, "error": true} pi@mm:~/MagicMirror/modules/MMM-Temperature/scripts $ ./venvWrapper.py --venv-name py-venv --run ./dht22 {"temperature_c": 23.7, "humidity": 53.3, "temperature_f": 74.66, "error": false} pi@mm:~/MagicMirror/modules/MMM-Temperature/scripts $ ./venvWrapper.py --venv-name py-venv --run ./dht22 {"temperature_c": 23.8, "humidity": 53.2, "temperature_f": 74.84, "error": false} pi@mm:~/MagicMirror/modules/MMM-Temperature/scripts $ I can live with that. Thanks for all your help
  • MMM-HoymilesPVMonitor

    10
    1
    1 Votes
    10 Posts
    5k Views
    KristjanESPERANTOK
    @CuddlyCow Interesting. Let us know when it’s available again, than I or someone else can re-add it to the list again. I had to remove it because a not reachable repository breaks the workflow for the module list website. I’m working on improving that, but I don’t think I’ll manage it anytime soon.
  • Check out my new Nixie Clock module!

    14
    1
    7 Votes
    14 Posts
    7k Views
    N
    Hey @Isaac-the-Man, is there a way to change the background color of the digits. I’m using the module at my Dashbord and the backround is grey. Thx