<?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[MMM-pihole-stats module]]></title><description><![CDATA[<p dir="auto">I signed up and started this topic hoping the community would know where I’m going wrong. I have added other modules to my MagicMirror with great success. This one is eluding me. Since I came across this module all I can find is the entry for my config/config.js. is this all I need? When adding my apiURL it starts with ‘http://’. What is stumping me is in config/config.js anything after // is not looked at. When I save and reboot it tells me to create a config file. If I go and put // in front of the apiURL line it works fine as if I wasn’t having any issues.I’m not sure if anyone has come across this and solved it, I do appreciate any help I could get.I’ve tried on my own now I lean on everyone here for assistance. Thanks in advance!!!</p>
<p dir="auto">…OH!!  pihole is running on a different raspberry pi!</p>
]]></description><link>https://forum.magicmirror.builders/topic/10519/mmm-pihole-stats-module</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 13:43:05 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10519.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 May 2019 20:43:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-pihole-stats module on Sun, 26 May 2019 22:26:06 GMT]]></title><description><![CDATA[<p dir="auto">“some module name” MUST match the name of the folder in mm/modules, and the name of the js file which implements the module operations</p>
]]></description><link>https://forum.magicmirror.builders/post/57463</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57463</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 26 May 2019 22:26:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-pihole-stats module on Sun, 26 May 2019 22:26:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mjb2287" aria-label="Profile: mjb2287">@<bdi>mjb2287</bdi></a> you have to add a module entry to config J’s array of modules</p>
<p dir="auto">The minimum entry is</p>
<pre><code>{
     module: "some module name",
     position: "some area of the screen",
     config: {
     }
},
</code></pre>
<p dir="auto">If there is info to the module, it will be enclosed in quotes in not numeric, or true/false</p>
<p dir="auto">If u have syntax errors, u will get the ‘create a config’ message.</p>
<p dir="auto">In the MagicMirror folder do</p>
<pre><code>npm check:config
</code></pre>
<p dir="auto">Fix errors from the top down, Snd rerun til no errors</p>
]]></description><link>https://forum.magicmirror.builders/post/57462</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/57462</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 26 May 2019 22:26:23 GMT</pubDate></item></channel></rss>