<?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[Having trouble showing modules.]]></title><description><![CDATA[<p dir="auto">For some reason only the compliment, the calendar and the time show. The default weather ones never showed, the new added weather one does not show, and a Pokemon one does not show. Any advice on what actions I can take are appreciated. The magic mirror is up to date.</p>
<p dir="auto">/* Magic Mirror Config Sample<br />
*</p>
<ul>
<li>By Michael Teeuw <a href="http://michaelteeuw.nl" target="_blank" rel="noopener noreferrer nofollow ugc">http://michaelteeuw.nl</a></li>
<li>MIT Licensed.</li>
<li></li>
<li>For more information how you can configurate this file</li>
<li>See <a href="https://github.com/MichMich/MagicMirror#configuration" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror#configuration</a></li>
<li></li>
</ul>
<p dir="auto">*/</p>
<p dir="auto">var config = {<br />
address: “localhost”, // Address to listen on, can be:<br />
// - “localhost”, “127.0.0.1”, “::1” to listen on loopback interface<br />
// - another specific IPv4/6 to listen on a specific interface<br />
// - “”, “0.0.0.0”, “::” to listen on any interface<br />
// Default, when address config is left out, is “localhost”<br />
port: 8080,<br />
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”], // Set [] to allow all IP addresses<br />
// or add a specific IPv4 of 192.168.1.5 :<br />
// [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.5”],<br />
// or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :<br />
// [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.3.0/28”],</p>
<pre><code>language: "en",
timeFormat: 24,
units: "metric",

modules: [
	{
		module: "clock",
		position: "top_left"
	},
	{
		module: "calendar",
		header: "US Holidays",
		position: "top_left",
		config: {
			calendars: [
				{
					symbol: "calendar",
					url: "https://www.calendarlabs.com/templates/ical/US-Holidays.ics"
				}
			]
		}
	},
	{
	module: 		'MMM-3Day-Forestcast',
	position: 		'top_right',
		config:{
		api_key:	'zzzzzzzzzzzzzzzzzzzzzz', //taken out for paste![alt text](![image url](![image url](image url)))
			lat : 		34.092232,
			lon :		-117.435051,
			units : 	'M',
			lang: 		'en',
			interval: 900000
</code></pre>
<p dir="auto">}<br />
},<br />
{<br />
module : “MMM-DailyPokemon”,<br />
postion:“top_right”,<br />
config:{ updateInterval:86400000,<br />
grayscale: true,<br />
minPoke: 1,<br />
maxPoke: 802,<br />
showType:true,<br />
stats:true<br />
}<br />
},<br />
{<br />
module: “compliments”,<br />
position: “lower_third”<br />
},</p>
<pre><code>]
</code></pre>
<p dir="auto">};</p>
<p dir="auto">/*************** DO NOT EDIT THE LINE BELOW ***************/<br />
if (typeof module !== “undefined”) {module.exports = config;}</p>
<p dir="auto"><img src="/assets/uploads/files/1554851171348-magicmirror.jpg" alt="0_1554851169511_MagicMirror.JPG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/10255/having-trouble-showing-modules</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 06:43:58 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10255.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Apr 2019 23:11:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Having trouble showing modules. on Wed, 10 Apr 2019 00:52:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrews097" aria-label="Profile: AndrewS097">@<bdi>AndrewS097</bdi></a></p>
<p dir="auto">Always helps to have another set of eyes look at it. We’ve all done that. :thumbsup:</p>
]]></description><link>https://forum.magicmirror.builders/post/55705</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55705</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 10 Apr 2019 00:52:17 GMT</pubDate></item><item><title><![CDATA[Reply to Having trouble showing modules. on Wed, 10 Apr 2019 00:33:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> After hours of debugging I cannot believe that was it! Thank you so much haha. Both issues have been fixed</p>
]]></description><link>https://forum.magicmirror.builders/post/55703</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55703</guid><dc:creator><![CDATA[AndrewS097]]></dc:creator><pubDate>Wed, 10 Apr 2019 00:33:43 GMT</pubDate></item><item><title><![CDATA[Reply to Having trouble showing modules. on Wed, 10 Apr 2019 00:24:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andrews097" aria-label="Profile: AndrewS097">@<bdi>AndrewS097</bdi></a> said in <a href="/post/55695">Having trouble showing modules.</a>:</p>
<p dir="auto">First, edit your post, removing your API key. That’s yours. It’s private. :-)</p>
<p dir="auto">Next, you spelled the<code> 'MMM-3Day-Forecast',</code> incorrectly in your config entry</p>
<p dir="auto">Last, please try this config entry for Pokemon to verify that it works. It works just fine for me. I just installed it. Then you can change some values to your taste.</p>
<pre><code>{
            module: "MMM-DailyPokemon",
            position: "top_center",
            config: {
                updateInterval: 600000,
                minPoke: 4,
                maxPoke: 151,
                grayscale: true,
                showType: true,
            }
        },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/55699</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55699</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 10 Apr 2019 00:24:09 GMT</pubDate></item><item><title><![CDATA[Reply to Having trouble showing modules. on Wed, 10 Apr 2019 00:02:29 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>  I did install them and after installing them i modified the config file accordingly<img src="/assets/uploads/files/1554854541189-7a9f3c0b-a17b-4dc1-8f2c-335d39f640dd-image.png" alt="0_1554854538998_7a9f3c0b-a17b-4dc1-8f2c-335d39f640dd-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/55698</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55698</guid><dc:creator><![CDATA[AndrewS097]]></dc:creator><pubDate>Wed, 10 Apr 2019 00:02:29 GMT</pubDate></item><item><title><![CDATA[Reply to Having trouble showing modules. on Tue, 09 Apr 2019 23:42:37 GMT]]></title><description><![CDATA[<p dir="auto">u had to install those MMM- modules separately , right… they are not part of the base package</p>
]]></description><link>https://forum.magicmirror.builders/post/55697</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55697</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 09 Apr 2019 23:42:37 GMT</pubDate></item><item><title><![CDATA[Reply to Having trouble showing modules. on Wed, 10 Apr 2019 00:27:59 GMT]]></title><description><![CDATA[<pre><code>/* Magic Mirror Config Sample
 *
 * By Michael Teeuw http://michaelteeuw.nl
 * MIT Licensed.
 *
 * For more information how you can configurate this file
 * See https://github.com/MichMich/MagicMirror#configuration
 *
 */

var config = {
	address: "localhost", // Address to listen on, can be:
	                      // - "localhost", "127.0.0.1", "::1" to listen on loopback interface
	                      // - another specific IPv4/6 to listen on a specific interface
	                      // - "", "0.0.0.0", "::" to listen on any interface
	                      // Default, when address config is left out, is "localhost"
	port: 8080,
	ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"], // Set [] to allow all IP addresses
	                                                       // or add a specific IPv4 of 192.168.1.5 :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.1.5"],
	                                                       // or IPv4 range of 192.168.3.0 --&gt; 192.168.3.15 use CIDR format :
	                                                       // ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.3.0/28"],

	language: "en",
	timeFormat: 24,
	units: "metric",

	modules: [
		{
			module: "clock",
			position: "top_left"
		},
		{
			module: "calendar",
			header: "US Holidays",
			position: "top_left",
			config: {
				calendars: [
					{
						symbol: "calendar",
						url: "https://www.calendarlabs.com/templates/ical/US-Holidays.ics"
					}
				]
			}
		},
		{
		module: 		'MMM-3Day-Forestcast',
		position: 		'top_right',
			config:{
				api_key:	'xxxxxxxxx',
				lat : 		34.092232,
				lon :		-117.435051,
				units : 	'M',
				lang: 		'en',
				interval: 900000
}
},
		{
				module : "MMM-DailyPokemon",
				postion:"top_right",
				config:{ updateInterval:86400000,
				grayscale: true,
				minPoke: 1,
				maxPoke: 802,
				showType:true,
				stats:true
				}
				},
		{
			module: "compliments",
			position: "lower_third"
		},
		
	]

};

/*************** DO NOT EDIT THE LINE BELOW ***************/
if (typeof module !== "undefined") {module.exports = config;}

</code></pre>
<p dir="auto">updated code block sorry new to forum</p>
]]></description><link>https://forum.magicmirror.builders/post/55695</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/55695</guid><dc:creator><![CDATA[AndrewS097]]></dc:creator><pubDate>Wed, 10 Apr 2019 00:27:59 GMT</pubDate></item></channel></rss>