@karsten13
So if you right maybe we can use this flux on page https://www.sen.com/live
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-ISS-Live error 153
-
RE: MMM-ISS-Live error 153
Docker often limits Electron’s graphical capabilities and full management, including restrictions related to video autoplay. Error 153 is often caused by these restrictions.
I’ll try to find something on my end tomorrow.
-
RE: Modules fetching online/network info fail to refresh
Can you give us more information?
What’s your weather module ? The default one ?I don’t think is a wifi issue if the camera module works
-
RE: nodejs 22.18.0 ??
You can try this
Before check if you have a version installed yet
node -vIf yes uninstall it
For install node.js 22 MAJOR
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash - sudo apt install nodejsAt least check if you have the good version with node -v
-
RE: SSH remote desktop access only shows black screen
@_V_ perfect it’s solved
-
RE: Magic Mirror Download Station
hey look my version 1.2 on branch master

This update enhances the MMM-Synology-Download_Station module with the following improvements:
Automatic module hiding: The module now automatically hides itself when there are no active or finished downloads to display, improving UI cleanliness and reducing clutter.
Header handling fix: Removed manual header creation in the DOM to prevent duplicate headers, relying on MagicMirror’s built-in header management for consistent appearance.
Icon color management: Moved icon color control from CSS to inline styles in the front-end JavaScript to ensure reliable color rendering of status icons across different environments.
New pause status icon: Added a distinct pause icon with appropriate styling for tasks in the paused state.
Code structure and style improvements: Cleaned up DOM generation logic for better readability and maintainability.
These changes provide a smoother user experience by making the module more dynamic and visually clear, while keeping the codebase clean and consistent with MagicMirror module development best practices.
-
RE: SSH remote desktop access only shows black screen
Realvnc if you active this interface on raspi-config
This works great since years -
RE: Magic Mirror Download Station
That’s a very good idea actually I have just a message. But I can add a header.
-
RE: Magic Mirror Download Station
@sdetweil
Hello yes is for peer2peer downloads -
Magic Mirror Download Station
MMM-Synology-Download_Station: MagicMirror Synology Download Station


MMM-Synology-Download_Station is a third-party module for MagicMirror² designed to display your Synology Download Station tasks directly on your MagicMirror screen. This module currently shows only active downloads and their status, providing a simple and configurable way to monitor your Synology NAS downloads in real time.
Key Features
Real-time display of Synology Download Station tasks (downloads only)Compact mode for optimized layout in multiple MagicMirror positions
Customizable columns: status icon, title, completion percentage, download/upload speeds, file size
Task filtering by status: downloading, seeding, finished, error, paused
Name length limitation and text size options for optimal display
Easy refresh interval setting for up-to-date information
Development Status
This module is still under active development. The core principle is functional and stable, but new features and improvements are being added regularly. Feedback and suggestions are welcome to help shape its future.Compatibility
The module has been tested and works with DSM 7.3. If you are using a different DSM version, please try it and let me know if it works for you. Your feedback will help improve compatibility across all DSM versions.Installation
Visit https://github.com/TAGinside/MMM-Synology-Download_StationConfiguration
Add the module to the modules array in your config/config.jsmodules: [ { module: "MMM-SynologyDownload_Station", position: "bottom_left", header: "Synology Download Station", config: { host: "x.x.x.x", // IP/DNS your Synology NAS port: 5001, // Port HTTPS DSM default useHttps: true, // use HTTPS user: "username", // username passwd: "password", // Password refreshInterval: 10, // in seconds maxItems: 8, compactMode: true, displayColumns: { status_icon: true, title: true, percent_completed: true, size: true, speed_download: true, speed_upload: true }, displayTasks: { seeding: true, downloading: true, finished: true, error: true, paused: true } } } ]About
MMM-Synology-Download_Station brings the power of Synology’s Download Station directly to your smart mirror, letting you keep track of all your downloads hassle-free, in real time. This module is open source and free to use and modify.For more information, updates or to contribute, visit the GitHub repository:
https://github.com/TAGinside/MMM-Synology-Download_Station