<?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-Wunderlist: Invalid namespace Error]]></title><description><![CDATA[<p dir="auto">I am unable to get the Wunderlist module to successfully render my list items. I am able to successfully curl the API with my token and client id - my config matches those settings.</p>
<p dir="auto">The only error I can see standing out is the "MMM-Wunderlist,‘Invalid namespace’ " error I see in the network traffic back to the socket. I updated node to v7 and <a href="http://socket.io" target="_blank" rel="noopener noreferrer nofollow ugc">socket.io</a> to make sure I was running the latest of each.</p>
<p dir="auto">Any help would be appreciated. Thanks.</p>
]]></description><link>https://forum.magicmirror.builders/topic/1024/mmm-wunderlist-invalid-namespace-error</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 20:22:38 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/1024.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Nov 2016 07:23:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Wunderlist: Invalid namespace Error on Mon, 21 Nov 2016 13:48:32 GMT]]></title><description><![CDATA[<p dir="auto">Successful curl:</p>
<p dir="auto"><img src="/uploads/files/1479734984620-upload-0649f5be-43e3-4221-9b67-d1f9b3dc2a7b-resized.png" alt="0_1479734984391_upload-0649f5be-43e3-4221-9b67-d1f9b3dc2a7b" class=" img-fluid img-markdown" /></p>
<p dir="auto">However, on the client side when it is checking for ToDos, nothing comes through:<br />
<img src="/uploads/files/1479735599044-upload-e83f3dd2-ebed-4d40-909e-bb93cca5bf05.png" alt="0_1479735598080_upload-e83f3dd2-ebed-4d40-909e-bb93cca5bf05" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/uploads/files/1479736037680-upload-2f2887b4-ca87-41b1-ade6-c603636241f5.png" alt="0_1479736036922_upload-2f2887b4-ca87-41b1-ade6-c603636241f5" class=" img-fluid img-markdown" /></p>
<p dir="auto">Obviously there will be subsequent I/O with the socket but I’m assuming if nothing returns here then any of the other requests will follow suit.</p>
<p dir="auto">Is there a specific spot in the server side code I should focus on?</p>
]]></description><link>https://forum.magicmirror.builders/post/8316</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8316</guid><dc:creator><![CDATA[huckstopper]]></dc:creator><pubDate>Mon, 21 Nov 2016 13:48:32 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Wunderlist: Invalid namespace Error on Sun, 20 Nov 2016 15:46:12 GMT]]></title><description><![CDATA[<p dir="auto">Correct. When viewing the socket traffic in the Network tab. I’ve also stepped through the JS on the client side and confirmed nothing is in the array.</p>
<p dir="auto"><img src="/uploads/files/1479656149012-upload-4ef3273a-8930-4425-ac99-0d00dfd04ae8.png" alt="0_1479656148246_upload-4ef3273a-8930-4425-ac99-0d00dfd04ae8" class=" img-fluid img-markdown" /></p>
<p dir="auto">My config:</p>
<pre><code>	 {
	        module: 'MMM-Wunderlist',
	        position: 'top_left',  // This can be any of the regions. Best results in left or right regions.
	        header: 'Home', // This is optional
	        config: { // See 'Configuration options' for more information.
	            accessToken: 'token',
	            clientID: 'client_id',
	            maximumEntries: 60,
	            interval: 60,
	            lists: [ "Home" ],
	            fade: false
	      }
	    },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/8272</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8272</guid><dc:creator><![CDATA[huckstopper]]></dc:creator><pubDate>Sun, 20 Nov 2016 15:46:12 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Wunderlist: Invalid namespace Error on Sun, 20 Nov 2016 14:23:12 GMT]]></title><description><![CDATA[<p dir="auto">‘Invalid namespace’ is logged to the console?</p>
]]></description><link>https://forum.magicmirror.builders/post/8263</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/8263</guid><dc:creator><![CDATA[paviro]]></dc:creator><pubDate>Sun, 20 Nov 2016 14:23:12 GMT</pubDate></item></channel></rss>