A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Issues with MMM-Screen-Powersave-Notification

    Utilities
    12
    0 Votes
    12 Posts
    926 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.
  • Midori Firefox Browser Question

    General Discussion
    4
    0 Votes
    4 Posts
    271 Views
    ankonaskiff17A
    @sdetweil Thank You
  • Looking for a module to display logs in realtime

    Solved Requests
    14
    0 Votes
    14 Posts
    1k Views
    S
    @MyMirror Upsi…error in the README.md file - fixed and updated the repo :)
  • MMMLogfileViewer - View your logs on your MagicMirror

    System
    1
    1
    2 Votes
    1 Posts
    275 Views
    S
    Description: A MagicMirror² module that displays real-time log file content with tail -f functionality. Monitor your system logs, application logs, or any text file with live updates and beautiful log-level color coding. Key features include: 📁 Real-time Log Monitoring: Watch log files for changes and display updates instantly with tail -f behavior 🎨 Log Level Color Coding: Automatic color coding for ERROR, WARN, INFO, and DEBUG levels 🔧 Flexible Styling: Support for any CSS property through configuration 📏 Configurable Font Sizes: Predefined sizes (small/medium/large) or custom CSS values like “16px”, “1.2em” ⚡ Performance Optimized: Uses chokidar with optimal settings for efficient file watching 🌐 Cross-Platform: Works seamlessly on Windows, macOS, and Linux Screenshots: [image: 1761517583478-19414464-2e56-4ae4-ad82-4bef1bc9c2f5-image.png] Download: Download from: https://github.com/schlomm/MMM-LogfileViewer
  • New modules don't display

    General Discussion
    4
    0 Votes
    4 Posts
    238 Views
    S
    @RonR you opened this in general, not troubleshooting, so it can’t be closed
  • Best Weather module.

    Solved Requests
    4
    0 Votes
    4 Posts
    347 Views
    plainbrokeP
    @sdetweil Don’t think so, because I use the same location for pirate one. It is pretty much spot on most of the time. Open weather was off more than it wasn’t lately. @mumblebaj I did not know Noaa3 was still working. I will give it a try…
  • MM with Docker

    Forum
    16
    0 Votes
    16 Posts
    2k Views
    S
    @OrangeMirror the current docker setup will only work for multiple instances IF you use the MM_CONFIG_FILE environment variable to run instances off different config files, or the MM_PORT env variable to override the port if using the same config.js all the files will come from the ONE folder tree ~/magicmirror so this means you would have to setup multiple entries in the compose.yaml to launch multiple instances (with the different config parms) You have to change the container name too this is because all the DATA used by the container is external (on docker host filesystem) and not IN the container an example NOT using docker, but same idea here https://docs.magicmirror.builders/configuration/introduction.html#advanced-configuration-and-frequently-asked-how-to-configure-examples
  • Fresh new Installation - getting mad

    Unsolved Troubleshooting
    2
    0 Votes
    2 Posts
    199 Views
    S
    @Hakupapa reflash, use my installer script Make sure MagicMirror runs full screen On Debian you have to set a thing, don’t remember Won’t be home til after 9 us central If you want to move old config etc, use my backup / restore scripts
  • 0 Votes
    2 Posts
    188 Views
    S
    @carl22 I have not seen any physical connection, but what you seek should be relatively easy The calendar and weather and clock modules broadcast their data to allow other modules to consume them So your module receives these events (at the notificationReceived function) and needs to tell the motors to move Your web side sends a message to the server side, using the sendSocketNotification function And the server side (node_helper.js socketNotificationReceived) ). Launches your python script to do that My PythonPrint launches a python script on some cycle and sends the scripts output back to the browser side https://github.com/sdetweil/MMM-PythonPrint See the doc here https://docs.magicmirror.builders/module-development/core-module-file.html
  • Wallberry theme: disable unsplash

    Solved Troubleshooting
    3
    0 Votes
    3 Posts
    248 Views
    M
    Managed to figure it out: just bracketed out the position line in the Wallberry CSS and it’s suppressed [image: 1761328809981-css.png]
  • MMM_RTSPStream & ffmpeg

    Unsolved Troubleshooting
    2
    1
    0 Votes
    2 Posts
    217 Views
    S
    @ge see https://github.com/evroom/MMM-MPlayer
  • 4 Votes
    29 Posts
    27k 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-MyTeams-DriveToMatch

    Sport
    3
    4
    2 Votes
    3 Posts
    407 Views
    G
    @schlomm much appreciated
  • HDMI turns on without movement

    Solved Troubleshooting
    9
    0 Votes
    9 Posts
    926 Views
    R
    @Hobbes-0 Dear Dirk, This is „normal“ behaviour with VNC… Some other PIR modules (especially Bugsounet‘s MMM-Pir) solved this with placing a mouse-sensitive layer on the GUI and mouse click in VNV wakes the screen. AFAIK this is not true for MMM-Universal-Pir. Regards, Ralf
  • MMM-DailyMetArt – Daily artwork from The Met 🎨

    Entertainment
    3
    2 Votes
    3 Posts
    444 Views
    ercanermisE
    @KristjanESPERANTO Thanks Kristjan. It is my pleasure. : )
  • Family Info Center on Stand

    Show your Mirror
    2
    0 Votes
    2 Posts
    866 Views
    S
    @gpoints to include a picture it’s the 3rd icon from the right in the editor bar
  • MM2 fails to start after upgrade from 2.29 to 2.33 on windows

    Solved Troubleshooting
    9
    0 Votes
    9 Posts
    1k Views
    E
    @KristjanESPERANTO I’m running MM2 on an old Lenovo mini PC I got on ebay for half the price of a Raspberry PI. I considered installing Linux at the beginning, but now I am also running a MS Access database on there that won’t run under Win11, and a Logitech media server to keep my old Squeezebox playing. Regardless of support for Win10, as long as it keeps running, it is fine for me.
  • 2 Votes
    1 Posts
    214 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
  • fixuppm2.sh

    Solved Troubleshooting
    6
    0 Votes
    6 Posts
    434 Views
    S
    @Assassins weird
  • 0 Votes
    52 Posts
    19k Views
    AssassinsA
    @sdetweil said in Version 2.30.0 weather module, stuck loading, worked fine before upgrade: @Assassins seems it doesn’t work anymore… using my old 2.5 key I get code failure with openweathermap Strange, works on my sd card with MM2.29.0 and also works on MMM-DynamicWeather and on MMM-WeatherOrNot with MM2.33.0. Don’t know why openweathermap doesn’t work with MM2.33.0. Besides that, it may have something to do with the code in MM2.33.0 that has been rewritten.