MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Rags
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    R
    Offline
    • Profile
    • Following 0
    • Followers 1
    • Topics 22
    • Posts 100
    • Groups 0

    Posts

    Recent Best Controversial
    • MMM-SolarGenerationCalendar - Live Solar Dashboard via Home Assistant

      I’ve just published MMM-SolarGenerationCalendar, a MagicMirror² module that displays a live solar generation dashboard by bridging directly with Home Assistant. No API keys or internet dependency required. Since I have a Soliscloud integration this module is tailored for that. However, you need to have integrated your Solar Plant with the relevant HA integration( Which requires, API Key & Secret). It features a live power gauge, six stat cards (Power, Today, Month, Peak, Year, Lifetime), a today’s generation curve, and a 30-day bar chart with a daily average line, all pulled from HA’s REST and WebSocket APIs. If you are using any other Solar Integration, you can still use this module. Check out the FAQ’s. for how to do that.
      Checkout the Module at;
      github.com/CyberRagz/MMM-SolarGenerationCalendar

      posted in Utilities
      R
      Rags
    • RE: MagicMirror MCP Server Integration For AI Assistants

      Thanks to the observation from @KristjanESPERANTO, I have updated the code avoided Axios completely and used the native Fetch. And while I was at it I also added the HomeAssistant integration.
      Checkout the latest update;
      https://github.com/CyberRagz/magicmirror-mcp

      posted in Development
      R
      Rags
    • RE: AI Coding Tools Infuse a new Life in MagicMirror

      @rkorell That is so encouraging.

      posted in General Discussion
      R
      Rags
    • RE: MagicMirror MCP Server Integration For AI Assistants

      @KristjanESPERANTO said:

      Why are you using an very old version of axios instead of build-in fetch?

      You have given me food for thought. There’s no good reason. Axios 1.6.0 is not ancient, but it’s still an unnecessary dependency for what this client does. Many TypeScript libraries were originally written for Node 14/16 environments, so Axios became the default. The repo requires node >= 18, and Node 18 ships with the native fetch API built in. Every single method in client.ts is a simple GET or POST with JSON , exactly what fetch handles natively without any extra package. The only real reason to reach for axios in a Node 18+ project today is if you need interceptors for complex auth flows, automatic retry logic, or upload progress events .
      Axios was chosen for convenience and historical compatibility. However, for a modern Node.js TypeScript MCP server, native fetch is cleaner and preferable. For this project switching to native fetch seems logical. Axios adds more value in complex APIs, but here the benefit is minimal. So i guess, i need to strip it . Thanks, I will try and update ASAP.

      posted in Development
      R
      Rags
    • MagicMirror MCP Server Integration For AI Assistants

      A Model Context Protocol (MCP) server for controlling MagicMirror² via the MMM-Remote-Control API.
      My first milestone in automating MagicMirror using the AI assistants. (With Help from AI Programming Tools.)
      This lets AI assistants like Claude interact with your smart mirror showing/hiding modules, sending alerts, toggling the display, restarting the mirror, and more. The possibilities are endless, just requires ingenuity.
      Check it Out Here :
      https://github.com/Ragziesoft/magicmirror-mcp

      posted in Development
      R
      Rags
    • MMM-HollywoodMovie

      MMM-HollywoodMovies
      A simple but beautiful MagicMirror² module that displays upcoming Hollywood movie releases — complete with poster thumbnails, release dates, and lead cast — powered by the free TMDB API. Fully configurable.

      Features

      🎬 Displays up to 5 upcoming Hollywood movies releasing in the next 6 months
      🖼️ Movie poster thumbnails via TMDB image CDN
      📅 Formatted release dates
      🎭 Top 3 lead actors per film
      🔄 Auto-refreshes every 6 hours
      ⚡ Retry logic with timeout handling for reliable operation on Raspberry Pi
      Check it out here;
      https://github.com/Ragziesoft/MMM-HollywoodMovie

      posted in Entertainment
      R
      Rags
    • RE: AI Coding Tools Infuse a new Life in MagicMirror

      @sdetweil I agree. Just to make a point I used AI to rewrite .css code for some of the modules to enhance the UI display on the screen. I achieved the Glass Morphism display characteristics, which is the latest in IOS
      ac3f1839-cbb0-4a59-885c-3820dec876f6-image.png

      posted in General Discussion
      R
      Rags
    • RE: AI Coding Tools Infuse a new Life in MagicMirror

      @sdetweil Amazing. My current setup has MagicMirror and Homeassistant running on the home network. The integrations between the two is like a Portal has opened up between the future and the past. It is almost like the AI (Alien) visits the past and resolves issues, I guess it is time for the community to harness the power of AI (Cautiously of course) and make MagicMirror a truly user friendly project which can benefit the people who have no tech/ coding background , and would need something that repairs itself when broke.

      posted in General Discussion
      R
      Rags
    • AI Coding Tools Infuse a new Life in MagicMirror

      AI Coding Tools Infuse a New Life in MagicMirror

      But before that; a word of caution, PLEASE, Please know what you are doing, take backups.

      Over the past few months, I decided to revisit my MagicMirror setup, and the transformation has been substantial. What was once a stable but slowly evolving dashboard has now become a far more dynamic, optimized, and feature-rich system, largely due to the practical use of modern AI coding tools. Previously, extending or modifying MagicMirror modules required significant time for debugging, documentation review, and iterative testing. While that process was valuable, it often slowed experimentation. With AI-assisted development, I was able to accelerate module customization, refactor legacy configurations, improve styling consistency, and resolve dependency conflicts far more efficiently. Some of the key improvements included:

      • Refactoring older custom modules for cleaner, maintainable code
      • Optimizing API integrations for faster data refresh cycles
      • Improving CSS layout responsiveness and visual structure
      • Enhancing module intercommunication logic
      • Automating repetitive configuration adjustments
      • Generating code for new Modules, customised to my requirements and setup
      • Tight integration with Homeassistant
        AI tools proved especially effective when troubleshooting obscure npm issues, adjusting Node.js compatibility problems, and restructuring asynchronous logic. Instead of spending hours isolating minor errors, I could focus on architectural improvements and feature expansion.
        The result is a significantly more responsive, visually refined, and modular MagicMirror installation—essentially a complete recharge of the system without starting from scratch.
        AI coding tools are not a replacement for understanding the underlying architecture, but they are undeniably powerful accelerators. For anyone maintaining or expanding a MagicMirror instance, integrating AI into the workflow can dramatically reduce friction and unlock creative possibilities.
        It has effectively given my MagicMirror a second life. I am currently using, Claude Desktop with Sonnet 4.6, Openclaw, AgentZero . All these provide direct integration with MagicMirror and modify code and configurations directly.
        FInally remember PLEASE be careful and know what you are doing.
      posted in General Discussion
      R
      Rags
    • RE: Official Bullseye OS 32 Bit for Raspberry Pi 3B

      @sdetweil Thank you for the info. However, I finally successfully migrated to Trixie with desired Monitor Resolution and Rotation. And i am using Raspberry Pi 3B+ with an Acer 27 Inch monitor.
      With Trixie being launched only three weeks back, there is almost no solutions avaiable. I will shortly share my process of how it was achieved.
      Thanks

      posted in General Discussion
      R
      Rags
    • MagicMirror on Trixie

      I took the plunge. My five year old MagicMirror ground to a halt as far as Display resolution, Rotation and DIsplay control are concerned. Everything was working great on my Raspberry Pi 3B+. An unfortunate rpi-update broke everything. I struggled to restore Bullseye, and it was a shock to realise it is not easy to find the right official image.
      I then tried Bookworm, the three issues continued to remain unsolved.
      I then decided to install Trixie. Most of the transition of MM was smooth, ofcourse with a few hicks, but getting the display resolution and rotation was the most frustrating part.
      I got it working finally. I have restored the Display resolution and the rotation succesfully.
      I will shortly upload the entire process which was not only exhausting but of great learning value.
      I need to recover the GPIO Notification Module which isnt working and resulting Motion control of monitor using RCWL0516.

      posted in General Discussion
      R
      Rags
    • RE: Official Bullseye OS 32 Bit for Raspberry Pi 3B

      @schlomm Thnaks, but i wanted the Bulleseye, OS 32 Bit (for Pi 3B+) full desktop version.

      posted in General Discussion
      R
      Rags
    • Official Bullseye OS 32 Bit for Raspberry Pi 3B

      To resolve major issues with Display and rotation and also screen On Off control I am forced to flash the older Bullseye version. I searched high and low, but the " Official Bullseye OS 32 Bit for Raspberry Pi 3B" is almost impossible to find. It has been removed from the Raspberry Pi website, even the archives do not seem to have the correct file. Some shady mirror site do list it but i am aprehensive. I dont know what i am missing. Any help in locating the verified OS from a reliable source.
      Thanks

      posted in General Discussion
      R
      Rags
    • RE: Issues with MMM-Screen-Powersave-Notification

      @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.

      1. 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
      1. cmdline.txt kernel parameters:**
      • video=HDMI-A-1:1920x1080@60D
      • Various video= parameter combinations
      • Result: No effect on available resolutions
      1. 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”
      1. 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.

      posted in Utilities
      R
      Rags
    • RE: Issues with MMM-Screen-Powersave-Notification

      @sdetweil Thanks for tryin for a solution. The mirror was oriented in portrait mode, and now the display is landscape and that too low resolution. All my modules displays are messed up and it is a very sorry sight. I had to switch off the mirror… In the last 5 years this is the first time i have had to go through such a major issue.
      Is there a way to set the resolution in the config.js ? But i guess the OS and hardware will prevent any software configuration settings.
      Can you suggest any other resolution?
      Thanks

      posted in Utilities
      R
      Rags
    • RE: Fresh install on Trixie - Unable to rotate screen

      @rkorell I have tried all changes and variations with config.txt and cmdline.txt, none are working. I am now stuck at a lower resolution screen and no rotation. Any solutions?

      posted in Troubleshooting
      R
      Rags
    • RE: Issues with MMM-Screen-Powersave-Notification

      @sdetweil So is there a solution for this issue? Request advice. Thanks

      posted in Utilities
      R
      Rags
    • RE: Issues with MMM-Screen-Powersave-Notification

      @sdetweil Sorry missed your msg.
      Issue is: I am unable to set the resolution of 1080x1920 (Portrait orientation) for my MagicMirror. None of the configurations settings in config.txt relating to dtoverlay have resolved the issue. In fact it is causing my monitor to go blank with no picture. Only mode works is ; 1024x768
      and Landscape.
      I even reflashed OS to Bookworm , i had Bullseye earlier. The monitor on/off control is breaking because probably the HDMi output is not being detected.
      OS & HARDWARE INFO ;
      Distributor ID: Raspbian
      Description: Raspbian GNU/Linux 12 (bookworm)
      Release: 12
      Codename: bookworm
      Linux magicmirror 6.12.47+rpt-rpi-v7 #1 SMP Raspbian 1:6.12.47-1+rpt1~bookworm (2025-09-16) armv7l GNU/Linux
      NODE / NPM / PM2 / MAGICMIRROR INFO ;
      v20.19.1
      10.8.2
      6.0.13

      Installed MagicMirror npm packages:
      magicmirror@2.24.0 /home/pi/MagicMirror
      ├── @electron/rebuild@3.7.2
      ├── colors@1.4.0
      ├── console-stamp@3.1.2
      ├── digest-fetch@2.0.3
      ├── electron@25.9.8
      ├── envsub@4.1.0
      ├── epoll@4.0.2
      ├── eslint-config-prettier@8.10.2
      ├── eslint-plugin-import@2.32.0
      ├── eslint-plugin-jest@27.9.0
      ├── eslint-plugin-jsdoc@46.10.1
      ├── eslint-plugin-prettier@4.2.5
      ├── eslint@8.57.1
      ├── express-basic-auth@1.2.1
      ├── express-ipfilter@1.3.2
      ├── express@4.21.2
      ├── feedme@2.0.2
      ├── helmet@7.2.0
      ├── husky@8.0.3
      ├── iconv-lite@0.6.3

      posted in Utilities
      R
      Rags
    • RE: Fresh install on Trixie - Unable to rotate screen

      @alex2. @sdetweil I am facing the same issue. I was running upgraded Bullseye on Pi3 B with an Acer 27 inch monitor. After a chance rpi update, the rotation and resolution 1080x1920 gt messed up. After struggling for four days , i decided to reinstall OS with Bookworm and recovered my MM instance via rebuild. However, i am unable to configure rotation to portrait and regain my 1080x1920 resolution. the /boot/firmware/config.txt and cmdline.txt configuration changes as suggested by Chatgpt isnt helping . Any help will be appreciated. please. Thanks.

      posted in Troubleshooting
      R
      Rags
    • Issues with MMM-Screen-Powersave-Notification

      https://github.com/Tom-Hirschberger;
      I had this module configured along with the GPIO Notification to control my ACER 27 inch Monitor, which was working perfectly fine untill a week back. I had then messed up some other issue with the MM and had to do an rpi update(or so i think) . Now the module is unable to control the monitor. I have a RCWL0516 sensor whcih triggered by motion controls the monitor. I had reinstalled both modules but still no go. This is now behaving erratically.
      AI ChatGPT is flagging it as a config.txt issue with the latest Bookworm OS and kms, fkms etc. Suggested config.txt by ChatGPT
      #---------------Portrait Mode---------------
      disable_overscan=1
      hdmi_force_hotplug=1
      hdmi_drive=2
      hdmi_group=2
      hdmi_mode=82
      framebuffer_width=1080
      framebuffer_height=1920
      display_rotate=1 # rotate framebuffer 90° clockwise for portrait
      #dtoverlay=vc4-fkms-v3d
      #dtoverlay=vc4-kms-v3d
      dtoverlay=vc4-fb" Itried all but the issue is still not resolved. I have confirmed that the RCWL is triggering motion correctly.
      I am guessing it is a simple issue but the AI has taken it to the next level of unsolvable resolutions.
      Any help will be appreciated.

      posted in Utilities
      R
      Rags
    • 1 / 1