<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Magic Mirror Download Station]]></title><description><![CDATA[<p dir="auto">MMM-Synology-Download_Station: MagicMirror Synology Download Station</p>
<p dir="auto"><img src="/assets/uploads/files/1761669308941-c0361548-7850-4638-8b3e-c18dca640028-image.png" alt="c0361548-7850-4638-8b3e-c18dca640028-image.png" class=" img-fluid img-markdown" width="1235" height="976" /></p>
<p dir="auto"><img src="/assets/uploads/files/1761669320793-6588f3dd-238d-437a-91a3-1c49d404683e-image.png" alt="6588f3dd-238d-437a-91a3-1c49d404683e-image.png" class=" img-fluid img-markdown" width="480" height="97" /></p>
<p dir="auto">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.​</p>
<p dir="auto">Key Features<br />
Real-time display of Synology Download Station tasks (downloads only)</p>
<p dir="auto">Compact mode for optimized layout in multiple MagicMirror positions</p>
<p dir="auto">Customizable columns: status icon, title, completion percentage, download/upload speeds, file size</p>
<p dir="auto">Task filtering by status: downloading, seeding, finished, error, paused</p>
<p dir="auto">Name length limitation and text size options for optimal display</p>
<p dir="auto">Easy refresh interval setting for up-to-date information</p>
<p dir="auto">Development Status<br />
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.​</p>
<p dir="auto">Compatibility<br />
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.​</p>
<p dir="auto">Installation<br />
Visit <a href="https://github.com/TAGinside/MMM-Synology-Download_Station%E2%80%8B" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/TAGinside/MMM-Synology-Download_Station​</a></p>
<p dir="auto">Configuration<br />
Add the module to the modules array in your config/config.js</p>
<pre><code>modules: [
  {
    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
      }
    }
  }
]
</code></pre>
<p dir="auto">About<br />
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.​</p>
<p dir="auto">For more information, updates or to contribute, visit the GitHub repository:<br />
<a href="https://github.com/TAGinside/MMM-Synology-Download_Station%E2%80%8B" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/TAGinside/MMM-Synology-Download_Station​</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/19938/magic-mirror-download-station</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 13:39:24 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/19938.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 27 Oct 2025 11:43:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Magic Mirror Download Station on Tue, 28 Oct 2025 16:39:59 GMT]]></title><description><![CDATA[<p dir="auto">Thanks mate! That´s brilliant! I´ll check it out at and keep you posted!</p>
]]></description><link>https://forum.magicmirror.builders/post/128744</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128744</guid><dc:creator><![CDATA[bugphunk]]></dc:creator><pubDate>Tue, 28 Oct 2025 16:39:59 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Download Station on Tue, 28 Oct 2025 16:34:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugphunk" aria-label="Profile: bugphunk">@<bdi>bugphunk</bdi></a></p>
<p dir="auto">hey look my version 1.2 on branch master</p>
<p dir="auto"><img src="/assets/uploads/files/1761669235843-3e7f49f7-642d-4deb-9a30-c61cd202fd5f-image.png" alt="3e7f49f7-642d-4deb-9a30-c61cd202fd5f-image.png" class=" img-fluid img-markdown" width="480" height="97" /></p>
<p dir="auto">This update enhances the MMM-Synology-Download_Station module with the following improvements:</p>
<p dir="auto">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.</p>
<p dir="auto">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.</p>
<p dir="auto">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.</p>
<p dir="auto">New pause status icon: Added a distinct pause icon with appropriate styling for tasks in the paused state.</p>
<p dir="auto">Code structure and style improvements: Cleaned up DOM generation logic for better readability and maintainability.</p>
<p dir="auto">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.</p>
]]></description><link>https://forum.magicmirror.builders/post/128743</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128743</guid><dc:creator><![CDATA[TAGinside]]></dc:creator><pubDate>Tue, 28 Oct 2025 16:34:13 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Download Station on Tue, 28 Oct 2025 09:08:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugphunk" aria-label="Profile: bugphunk">@<bdi>bugphunk</bdi></a></p>
<p dir="auto">That’s a very good idea actually I have just a message. But I can add a header.</p>
]]></description><link>https://forum.magicmirror.builders/post/128733</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128733</guid><dc:creator><![CDATA[TAGinside]]></dc:creator><pubDate>Tue, 28 Oct 2025 09:08:17 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Download Station on Tue, 28 Oct 2025 09:06:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a><br />
Hello yes is for peer2peer downloads</p>
]]></description><link>https://forum.magicmirror.builders/post/128732</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128732</guid><dc:creator><![CDATA[TAGinside]]></dc:creator><pubDate>Tue, 28 Oct 2025 09:06:02 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Download Station on Mon, 27 Oct 2025 19:01:16 GMT]]></title><description><![CDATA[<p dir="auto">Merci beaucoup! A cool module and useful to me! A header and an auto hide-function would be cool, so that the module disappears when there are no active down- or uploads!</p>
<p dir="auto">Thanks again and stay safe!</p>
]]></description><link>https://forum.magicmirror.builders/post/128721</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128721</guid><dc:creator><![CDATA[bugphunk]]></dc:creator><pubDate>Mon, 27 Oct 2025 19:01:16 GMT</pubDate></item><item><title><![CDATA[Reply to Magic Mirror Download Station on Mon, 27 Oct 2025 13:52:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/taginside" aria-label="Profile: TAGinside">@<bdi>TAGinside</bdi></a> thanks. What’s download station, and why would you use it?</p>
<p dir="auto">I have my synology NAS, and have never heard of this.</p>
<p dir="auto">| Ah, downloading movies and tv shows,  I don’t do this anymore.</p>
]]></description><link>https://forum.magicmirror.builders/post/128709</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/128709</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 27 Oct 2025 13:52:35 GMT</pubDate></item></channel></rss>