<?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[Wunderlist - Stuck on Black Screen]]></title><description><![CDATA[<p dir="auto">Hello All,</p>
<p dir="auto">I’m pretty tech savvy, but apparently not enough to get wunderlist to work.</p>
<p dir="auto">I’ll lay out as much information as I can to help make this an easy question.</p>
<p dir="auto">I installed Raspian using NOOBS (That was lazy, I know) on a Pi 3.</p>
<p dir="auto">I then went through the tutorial to install Magic Mirror and was able to get all of the defaults modules working. I added in MMM-Wunderlist, but to no avail no matter what I tried. I’m assuming it’s something very simple, but nonetheless I can’t figure it out.</p>
<p dir="auto">I’ve tinkered with config.js, even removing as many of the configuration attributes to avoid creating more problems.</p>
<p dir="auto">Here is my config.js file as of now. It just produces a blank screen. If I removed the module out of Config.js, MM works great.</p>
<p dir="auto">What am I missing? Thanks in advance. My wife will love this once it’s done!</p>
<p dir="auto">var config = {<br />
port: 8080,</p>
<pre><code>language: 'en',
timeFormat: '12',
units: 'metric',

modules: [
	{
		module: 'alert',
	},
	{
		module: 'clock',
		position: 'top_center'
	},
	{
		module: 'calendar',
		header: 'US Holidays',
		position: 'lower_third',
		config: {
			calendars: [
				{
					symbol: 'calendar-check-o ',
					url: 'webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics'
				}
			]
		}
	},
	{
			module: 'MMM-Wunderlist',
			position: 'top_left',  // This can be any of the regions. Best results in left or right regions.
			header: 'Wunderlist', // This is optional
			config: {
               		accesToken: 'Access Token XXXXXXX',
             		clientID: 'ClientID XXXXXX',
             		lists: 'inbox',
              		interval: 10,
             		fade: true
			}
	},
</code></pre>
<p dir="auto">Aaron</p>
]]></description><link>https://forum.magicmirror.builders/topic/617/wunderlist-stuck-on-black-screen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 04:41:03 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/617.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Sep 2016 15:08:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Wunderlist - Stuck on Black Screen on Wed, 21 Sep 2016 12:36:45 GMT]]></title><description><![CDATA[<p dir="auto">Had some time work on this again and I’d like to follow up in case it can help someone else who is new to this as I have solved the problem.</p>
<p dir="auto">Let it be known that the only experience I have with code is a little of each -  Arduino, BASIC (From 15 years ago and it was ancient even then), and C+, so bear with me.</p>
<p dir="auto">I was receiving a blank screen because I installed the Wunderlist module into the /Modules/default folder with the other modules as that was my intuition. So the config file couldn’t find the module when called. I simply cut and pasted the whole MMM-Wunderlist folder into /modules.</p>
<p dir="auto">So that was just an installation (user) problem as the directions clearly state that it goes under /modules, not /modules/defaults.</p>
<p dir="auto">At this point only the header would display- No list. I tried leaving it at the default of the “inbox” list, which never worked.</p>
<p dir="auto">I tried another list and it finally showed up! <strong>The list name is case sensitive,</strong> which may be an added security feature for authentication.</p>
<p dir="auto">I did not try testing the “inbox” using a capital “I”, so it may work, but regardless, these small changes fixed the issue.</p>
<p dir="auto">Special thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/bobbob601" aria-label="Profile: bobbob601">@<bdi>bobbob601</bdi></a> for taking the time to help diagnose and testing tokens and ID’s on his own MagicMirror.</p>
<p dir="auto">I’ll post some pictures once I have it all configured the way I’d like.<br />
Aaron</p>
]]></description><link>https://forum.magicmirror.builders/post/5131</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/5131</guid><dc:creator><![CDATA[aaron09]]></dc:creator><pubDate>Wed, 21 Sep 2016 12:36:45 GMT</pubDate></item><item><title><![CDATA[Reply to Wunderlist - Stuck on Black Screen on Tue, 13 Sep 2016 01:18:48 GMT]]></title><description><![CDATA[<p dir="auto">Ok - so I changed the couple of problems I had regarding the extra S and the brackets.</p>
<p dir="auto">I actually already grabbed the token and client ID. I’ve done it three times now… Pardon my ignorance but where can I look for the log file to see where it’s getting stuck?</p>
]]></description><link>https://forum.magicmirror.builders/post/4719</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4719</guid><dc:creator><![CDATA[aaron09]]></dc:creator><pubDate>Tue, 13 Sep 2016 01:18:48 GMT</pubDate></item><item><title><![CDATA[Reply to Wunderlist - Stuck on Black Screen on Mon, 12 Sep 2016 15:29:01 GMT]]></title><description><![CDATA[<p dir="auto">Thank you – I’ll give those a try.</p>
<p dir="auto">JSlint didn’t give an errors with the exception for “use spaces not tabs, etc.”</p>
<p dir="auto">I’ll fix the Access Typo and add in the brackets. I think I actually had the brackets before and then removed them.</p>
<p dir="auto">I did not have Access Token or Client DI in in those fields – Just the actual values. I only put that there for the purpose of this post.</p>
]]></description><link>https://forum.magicmirror.builders/post/4696</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4696</guid><dc:creator><![CDATA[aaron09]]></dc:creator><pubDate>Mon, 12 Sep 2016 15:29:01 GMT</pubDate></item><item><title><![CDATA[Reply to Wunderlist - Stuck on Black Screen on Mon, 12 Sep 2016 15:22:41 GMT]]></title><description><![CDATA[<p dir="auto">several things:</p>
<ul>
<li>it should be <strong>accessToken</strong> (with 2 s)</li>
<li>it should be <strong>lists: [‘inbox’],</strong></li>
<li>did you really add ‘Access Token’ and ‘ClientID’ as text to the values? You should just provide the token and the clientid without any other text or signs</li>
</ul>
]]></description><link>https://forum.magicmirror.builders/post/4695</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/4695</guid><dc:creator><![CDATA[yawns]]></dc:creator><pubDate>Mon, 12 Sep 2016 15:22:41 GMT</pubDate></item></channel></rss>