<?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[Issues with MMM-json-feed module.]]></title><description><![CDATA[<p dir="auto">I am new to this so I apologize if this is a dumb question.</p>
<p dir="auto">I installed a module called MMM-json-feed… my intention is to display the Json file I get from this website (<a href="https://corona.lmao.ninja/all" target="_blank" rel="noopener noreferrer nofollow ugc">https://corona.lmao.ninja/all</a>) on the bottom-left of of the screen but all I am getting is a series of vertical dots.</p>
<pre><code>            {
                    module: 'MMM-JsonTable',
                    position: 'bottom_left',
                    header: 'Tracking Corona ',
                    config: {
                            url: 'https://corona.lmao.ninja/all', // Required
                    }
            }
</code></pre>
<p dir="auto">any help would be greatly appreciated.</p>
]]></description><link>https://forum.magicmirror.builders/topic/12370/issues-with-mmm-json-feed-module</link><generator>RSS for Node</generator><lastBuildDate>Sun, 09 Aug 2026 08:15:11 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12370.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 19 Mar 2020 14:57:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Sat, 21 Mar 2020 13:28:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aurelio" aria-label="Profile: Aurelio">@<bdi>Aurelio</bdi></a> if u put this  in a browser, does it return data?</p>
<pre><code>https://corona.lmao.ninja/all
</code></pre>
<p dir="auto">mine returns this</p>
<pre><code>{"cases":285706,"deaths":11876,"recovered":93584,"updated":1584796664654}
</code></pre>
<p dir="auto">I have restarted MM a couple times today and the display comes up each time</p>
]]></description><link>https://forum.magicmirror.builders/post/70904</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70904</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sat, 21 Mar 2020 13:28:13 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Sat, 21 Mar 2020 13:23:24 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Sam, I did what you recommended and still nothing. I ever loaded the SD-card from a fresh img and only loaded MagicMirror, same result. I do appreciate your taking your time to answer my question.</p>
]]></description><link>https://forum.magicmirror.builders/post/70903</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70903</guid><dc:creator><![CDATA[Aurelio]]></dc:creator><pubDate>Sat, 21 Mar 2020 13:23:24 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Fri, 20 Mar 2020 19:41:42 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> also, the module ALWAYS displays a header<br />
and the classes are “dimmed small”<br />
(so , hard to read)</p>
]]></description><link>https://forum.magicmirror.builders/post/70882</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70882</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 20 Mar 2020 19:41:42 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Fri, 20 Mar 2020 19:36:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aurelio" aria-label="Profile: Aurelio">@<bdi>Aurelio</bdi></a> just for testing, rename your config.js out of the way,</p>
<p dir="auto">then copy the sample<br />
cp config.js sample config.js</p>
<p dir="auto">then add my config info to the end</p>
<p dir="auto">then try it…</p>
]]></description><link>https://forum.magicmirror.builders/post/70881</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70881</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 20 Mar 2020 19:36:57 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Fri, 20 Mar 2020 19:33:28 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> Interesting, I just copied your code and added to my config file and still nothing displays. Maybe the module as a problem in my setup.</p>
<p dir="auto">thank you for trying for me…</p>
]]></description><link>https://forum.magicmirror.builders/post/70880</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70880</guid><dc:creator><![CDATA[Aurelio]]></dc:creator><pubDate>Fri, 20 Mar 2020 19:33:28 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Fri, 20 Mar 2020 17:54:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aurelio" aria-label="Profile: Aurelio">@<bdi>Aurelio</bdi></a> what does your data look like? do you need to use any of the config parameters to get to the right data elements?<br />
i did this</p>
<pre><code> {
    module: 'MMM-json-feed',
    position: 'middle',
    config: {
      urls: [
	"https://corona.lmao.ninja/all"
      ]
    }
  }
</code></pre>
<p dir="auto">and the data appeared in the center of the page as expected</p>
]]></description><link>https://forum.magicmirror.builders/post/70874</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70874</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Fri, 20 Mar 2020 17:54:20 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Fri, 20 Mar 2020 16:17:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thedoorsfanatic" aria-label="Profile: thedoorsfanatic">@<bdi>thedoorsfanatic</bdi></a><br />
I appreciate it.</p>
]]></description><link>https://forum.magicmirror.builders/post/70870</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70870</guid><dc:creator><![CDATA[Aurelio]]></dc:creator><pubDate>Fri, 20 Mar 2020 16:17:55 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Fri, 20 Mar 2020 13:17:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aurelio" aria-label="Profile: Aurelio">@<bdi>Aurelio</bdi></a><br />
Sorry it did not work, I am not an expert, it was just a hint<br />
Have you tried this one?<br />
<a href="https://github.com/timdows/MMM-JsonTable" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/timdows/MMM-JsonTable</a></p>
]]></description><link>https://forum.magicmirror.builders/post/70853</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70853</guid><dc:creator><![CDATA[thedoorsfanatic]]></dc:creator><pubDate>Fri, 20 Mar 2020 13:17:01 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Fri, 20 Mar 2020 13:01:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thedoorsfanatic" aria-label="Profile: thedoorsfanatic">@<bdi>thedoorsfanatic</bdi></a></p>
<p dir="auto">tank you for the recommendation but still no luck…maybe the module doesn’t work for what I am trying to do</p>
<pre><code>            {
                    module: "MMM-JsonTable",
                    title: "Corona virus",
                    position: "top_left",
                    header: "Tracking Corona",
                    config: {
                            urls: [
                                    "https://corona.lmao.ninja/all", // Required
                                    "https://corona.lmao.ninja/all",
                            ]
                    }
            },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/70851</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70851</guid><dc:creator><![CDATA[Aurelio]]></dc:creator><pubDate>Fri, 20 Mar 2020 13:01:34 GMT</pubDate></item><item><title><![CDATA[Reply to Issues with MMM-json-feed module. on Fri, 20 Mar 2020 12:21:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/aurelio" aria-label="Profile: Aurelio">@<bdi>Aurelio</bdi></a><br />
I went through the read me and it says url DEPRECATED, Please use urls instead:</p>
<pre><code>urls: [
        'http://your.server.json.here/abc1.json',
        'http://your.server.json.here/abc2.json',
      ]

</code></pre>
<p dir="auto">Maybe that is the problem?</p>
]]></description><link>https://forum.magicmirror.builders/post/70849</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70849</guid><dc:creator><![CDATA[thedoorsfanatic]]></dc:creator><pubDate>Fri, 20 Mar 2020 12:21:14 GMT</pubDate></item></channel></rss>