<?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[Nothing would come up on the display, the module won&#x27;t run :&#x2F;]]></title><description><![CDATA[<p dir="auto">Re: <a href="/topic/6532/mmm-aqi">MMM-AQI</a><br />
I find this as a qonderful module but it just wont work for me, no matter what i try :/<br />
Here’s what I added in my config file:</p>
<pre><code>{
			module: 'MMM-AQI',
			position: 'bottom_left',
			header: 'Air Quality Index (AQI)',
			config: {
				token: "4xxxxxxxxxxxxxxxxxxxxxxxxxx",
				city: "here",
				iaqi: true,
				updateInterval: 30 * 60 * 1000, // Every half hour.
				initialLoadDelay: 0,
				animationSpeed: 1000,
				debug: false
			}
		},
</code></pre>
<p dir="auto">I even tried putting the name of my city, the id of my city but nothing would even show up on my mirror 😪<br />
Please help me!</p>
]]></description><link>https://forum.magicmirror.builders/topic/12388/nothing-would-come-up-on-the-display-the-module-won-t-run</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 18:18:54 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/12388.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Mar 2020 07:21:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Nothing would come up on the display, the module won&#x27;t run :&#x2F; on Mon, 23 Mar 2020 15:23:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karanc" aria-label="Profile: KaranC">@<bdi>KaranC</bdi></a> said in <a href="/post/70996">Nothing would come up on the display, the module won't run :/</a>:</p>
<blockquote>
<p dir="auto">" disabled: t, "</p>
</blockquote>
<p dir="auto">My bad. So sorry. I create a var in my config file <code>var t = true;</code> to simplify things for myself.</p>
<p dir="auto">You would have to use <code>disabled: true,</code></p>
<p dir="auto">Again, I apologize. That is completely my fault. I’ll fix the original post</p>
]]></description><link>https://forum.magicmirror.builders/post/71024</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71024</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 23 Mar 2020 15:23:16 GMT</pubDate></item><item><title><![CDATA[Reply to Nothing would come up on the display, the module won&#x27;t run :&#x2F; on Mon, 23 Mar 2020 06:25:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="/user/karanc" aria-label="Profile: KaranC">@<bdi>KaranC</bdi></a>, what worked for me is typing the city in the following format</p>
<pre><code>city: "country/state/city",
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/70997</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70997</guid><dc:creator><![CDATA[blackfox]]></dc:creator><pubDate>Mon, 23 Mar 2020 06:25:01 GMT</pubDate></item><item><title><![CDATA[Reply to Nothing would come up on the display, the module won&#x27;t run :&#x2F; on Mon, 23 Mar 2020 05:01:47 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><br />
I tried using the same lines you suggested in my config file but now with those module lines, it is asking me to create a config.js file as the current one could not be read.<br />
I cross checked everything like the brackets, but i guess the " <em><strong>disabled: t,</strong></em> " is coming quite far out on the left (outside the bracket line) and is causing the problem. I did try pushing it inside the bracket but the same problem persists.<br />
I just copied and pasted what you suggested…just added my token and tried running it with various inputs for the <strong>city</strong> to see if anything works but i got the same response everytime :-/</p>
]]></description><link>https://forum.magicmirror.builders/post/70996</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70996</guid><dc:creator><![CDATA[KaranC]]></dc:creator><pubDate>Mon, 23 Mar 2020 05:01:47 GMT</pubDate></item><item><title><![CDATA[Reply to Nothing would come up on the display, the module won&#x27;t run :&#x2F; on Mon, 23 Mar 2020 15:23:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/karanc" aria-label="Profile: KaranC">@<bdi>KaranC</bdi></a></p>
<p dir="auto">So, I recently helped another user to get this up and running. What I do remember is that the module is very particular about the city name. I think there is a url in the readme that help you attain the correct city name. This is the config entry that ultimately worked for that user</p>
<pre><code>{
          disabled: true,
			module: 'MMM-AQI',
			position: 'top right',
			header: 'Air Quality Index (AQI)',
			config: {
				token: "your token goes here",
				city: "Friedrichshain-Frankfurter Allee, Berlin, Germany",
				iaqi: true,
				updateInterval: 30 * 60 * 1000, // Every half hour.
				initialLoadDelay: 0,
				animationSpeed: 1000,
				debug: false
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/70958</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70958</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Mon, 23 Mar 2020 15:23:55 GMT</pubDate></item></channel></rss>