<?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[Download CSV from MM Module]]></title><description><![CDATA[<p dir="auto">Hello all.</p>
<p dir="auto">This is quite a basic question and it’s probably answered somewhere in the forum, but I couldn’t find it…</p>
<p dir="auto">I’m writing a module to show I do from my local bus service, who publish the info in CSV format.</p>
<p dir="auto">I managed to parse the file and show it in the mirror once I manually downloaded the CSV file and put it in a local folder, but I don’t know how to actually download it.</p>
<p dir="auto">Could anyone point me to a forum post related to this topic or some other MM module that actually downloads a file?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://forum.magicmirror.builders/topic/12747/download-csv-from-mm-module</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 22:33:06 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12747.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 03 May 2020 08:34:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Download CSV from MM Module on Sun, 03 May 2020 13:54:53 GMT]]></title><description><![CDATA[<p dir="auto">Thank you <a class="plugin-mentions-user plugin-mentions-a" href="/user/sdetweil" aria-label="Profile: sdetweil">@<bdi>sdetweil</bdi></a>.</p>
<p dir="auto">I will take a look at it</p>
<p dir="auto">Thanks Again</p>
]]></description><link>https://forum.magicmirror.builders/post/74517</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74517</guid><dc:creator><![CDATA[Londoneye02]]></dc:creator><pubDate>Sun, 03 May 2020 13:54:53 GMT</pubDate></item><item><title><![CDATA[Reply to Download CSV from MM Module on Sun, 03 May 2020 13:05:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/londoneye02" aria-label="Profile: Londoneye02">@<bdi>Londoneye02</bdi></a> there is no general post on this… its a development topic…</p>
<p dir="auto">i download a csv in one of my modules, u can look at that…<br />
<a href="https://github.com/sdetweil/MyCovid19" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/sdetweil/MyCovid19</a></p>
<p dir="auto">node_helep.js</p>
<p dir="auto">using this code</p>
<pre><code>    request(
              {
                url: ??????
                encoding: null,
                method: 'GET'
              }, (error, response, body) =&gt; {
              }
        )
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/74515</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74515</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 03 May 2020 13:05:58 GMT</pubDate></item></channel></rss>