<?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[Microsoft To-Do (wunderlist replacement?)]]></title><description><![CDATA[<p dir="auto">I have the Feeling, Microsoft will sooner or later migrate wunderlist into To-Do. Is there someone already working on a To-Do module?</p>
]]></description><link>https://forum.magicmirror.builders/topic/7436/microsoft-to-do-wunderlist-replacement</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 06:59:21 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/7436.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 20 Jun 2018 05:10:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Sun, 08 Nov 2020 13:29:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thobach" aria-label="Profile: thobach">@<bdi>thobach</bdi></a> I think I have created a pull request for the fade effect.</p>
]]></description><link>https://forum.magicmirror.builders/post/84415</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/84415</guid><dc:creator><![CDATA[Mighty Mouseq]]></dc:creator><pubDate>Sun, 08 Nov 2020 13:29:55 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 26 Oct 2020 09:11:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thobach" aria-label="Profile: thobach">@<bdi>thobach</bdi></a> I do not consider myself a developer :-). I do not even have a GitHub account. If you prefer to implement this change through a pull request then I will have a look at the process. For such a minor change it might be a lot easier if you, or another developer, added the code in your repository.</p>
]]></description><link>https://forum.magicmirror.builders/post/83965</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83965</guid><dc:creator><![CDATA[Mighty Mouseq]]></dc:creator><pubDate>Mon, 26 Oct 2020 09:11:32 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Sun, 25 Oct 2020 09:41:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mighty-mouseq" aria-label="Profile: Mighty-Mouseq">@<bdi>Mighty-Mouseq</bdi></a> Nice! Do you want to create a pull request? I could then merge it into the main branch for everyone.</p>
]]></description><link>https://forum.magicmirror.builders/post/83927</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83927</guid><dc:creator><![CDATA[thobach]]></dc:creator><pubDate>Sun, 25 Oct 2020 09:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Tue, 20 Oct 2020 19:28:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thobach" aria-label="Profile: thobach">@<bdi>thobach</bdi></a> said in <a href="/post/69878">Microsoft To-Do (wunderlist replacement?)</a>:</p>
<blockquote>
<p dir="auto">I don’t plan to implement a fade-option, sorry, it would require quite some effort given the current implementation.</p>
</blockquote>
<p dir="auto">I have been able to add a fade-option by looking at how this option has been implemented in the <a href="https://github.com/qistoph/MMM-nstreinen" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-nstreinen</a> module by <a class="plugin-mentions-user plugin-mentions-a" href="/user/qistoph" aria-label="Profile: qistoph">@<bdi>qistoph</bdi></a>. Since I am not familiair with JS coding I don’t know wether it has been coded as it should.</p>
<p dir="auto">My addition takes two parameters from config.js: ‘fade’, which can be true or false and ‘fadePoint’, which takes a decimal value between 0 and 1 and marks the point where the fade starts.</p>
<p dir="auto">I added the code after the listItem styling.</p>
<pre><code>// needed for the fade effect
        itemCounter += 1
        
        // Create fade effect.
        if (self.config.fade &amp;&amp; self.config.fadePoint &lt; 1) {
          if (self.config.fadePoint &lt; 0) {
	          self.config.fadePoint = 0;
	        }
	        var startingPoint = self.config.itemLimit * self.config.fadePoint;
	        var steps = self.config.itemLimit - startingPoint;
	        if (itemCounter &gt;= startingPoint) {
            var currentStep = itemCounter - startingPoint;
            listItem.style.opacity = 1 - (1 / steps * currentStep);
          }    
        }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/83759</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/83759</guid><dc:creator><![CDATA[Mighty Mouseq]]></dc:creator><pubDate>Tue, 20 Oct 2020 19:28:54 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Tue, 15 Sep 2020 11:00:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thobach" aria-label="Profile: thobach">@<bdi>thobach</bdi></a> thanks for your effort. Just got this up and running from your instructions in the README. Very pleased. :thumbs_up:</p>
]]></description><link>https://forum.magicmirror.builders/post/81801</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/81801</guid><dc:creator><![CDATA[open_book]]></dc:creator><pubDate>Tue, 15 Sep 2020 11:00:43 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 04 May 2020 22:07:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> said in <a href="/post/74679">Microsoft To-Do (wunderlist replacement?)</a>:</p>
<blockquote>
<p dir="auto">if (this.list.length !== 0) {<br />
this.list.forEach(element =&gt; (listItemsText += ‘<li>’ + checkbox + element.subject + ((element.dueDate) ? moment(element.dueDateTime.dateTime).format(“ddd MMM DD”) : ‘’) + ‘</li>’))<br />
} else {<br />
// otherwise indicate that there are no list entries<br />
listItemsText += ‘<li>’ + this.translate(‘NO_ENTRIES’) + ‘</li>’<br />
}</p>
</blockquote>
<p dir="auto">Thanks for pointing that out, I am still figuring things out and piecing things together and if they work I just stick with it! That snippet worked, I had to change the section <code>element.dueDate</code> to <code>element.dueDateTime</code> but other than that seems to be doing the trick. I’ll probably toy around with it a bit more to see if I can learn formatting it with CSS to left align the subject and right align the date. Thanks for the help and tips!</p>
]]></description><link>https://forum.magicmirror.builders/post/74682</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74682</guid><dc:creator><![CDATA[smoysauce]]></dc:creator><pubDate>Mon, 04 May 2020 22:07:40 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 04 May 2020 21:38:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smoysauce" aria-label="Profile: smoysauce">@<bdi>smoysauce</bdi></a><br />
First, <code>moment(new Date(element.dueDateTime.dateTime)).format("ddd MMM DD")</code> is redundant. You don’t need the <code>new Date</code> part.<br />
<code>moment(element.dueDateTime.dateTime).format("ddd MMM DD")</code>should be enough.</p>
<p dir="auto">Second, where have you put it?<br />
I had my own problems with the code, that’s why I’m working on an own version including due dates, but it’s not finished.</p>
<p dir="auto">Here’s how I would try to include it.</p>
<pre><code>if (this.list.length !== 0) {
      this.list.forEach(element =&gt; (listItemsText += '&lt;li style="list-style-position:inside; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"&gt;' + checkbox + element.subject + ((element.dueDate) ? moment(element.dueDateTime.dateTime).format("ddd MMM DD") : '') + '&lt;/li&gt;'))
    } else {
      // otherwise indicate that there are no list entries
      listItemsText += '&lt;li style="list-style-position:inside; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"&gt;' + this.translate('NO_ENTRIES') + '&lt;/li&gt;'
    }
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/74679</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74679</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Mon, 04 May 2020 21:38:09 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 04 May 2020 20:58:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> said in <a href="/post/74632">Microsoft To-Do (wunderlist replacement?)</a>:</p>
<blockquote>
<p dir="auto">if (element.dueDateTime) {<br />
var dueDate = moment(element.dueDateTime.dateTime).format(“LL”);<br />
}</p>
</blockquote>
<p dir="auto">So after some tinkering, I figured out that the node.js was not pulling in the due date so I removed the ‘select’ filter so the call URL has <code> '/tasks?$top='</code></p>
<p dir="auto">After that, I was able to add <code>moment(new Date(element.dueDateTime.dateTime)).format("ddd MMM DD")</code> to the output string and got the date to show. But for the life of me, I cannot get the <code>var</code> or <code>if</code> statements to work. If I try to use either the module doesn’t load. I have tried them in all different spots and it just doesn’t like it.</p>
]]></description><link>https://forum.magicmirror.builders/post/74678</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74678</guid><dc:creator><![CDATA[smoysauce]]></dc:creator><pubDate>Mon, 04 May 2020 20:58:29 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 04 May 2020 15:11:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lavolp3" aria-label="Profile: lavolp3">@<bdi>lavolp3</bdi></a> Oh good call-out! I tried your example as well as a few other tweaks but it doesn’t seem to like it when I add that snippet in. I don’t know why it’s being so weird. I’ll keep toying around with it, but any other thoughts would be appreciated!</p>
]]></description><link>https://forum.magicmirror.builders/post/74638</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74638</guid><dc:creator><![CDATA[smoysauce]]></dc:creator><pubDate>Mon, 04 May 2020 15:11:13 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 04 May 2020 13:52:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/smoysauce" aria-label="Profile: smoysauce">@<bdi>smoysauce</bdi></a> if your element does not have a dueDateTime (null) this could lead to an error (cannot get property of undefined).</p>
<p dir="auto">Maybe something like this?</p>
<pre><code>if (element.dueDateTime) {
  var dueDate = moment(element.dueDateTime.dateTime).format("LL");
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/74632</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74632</guid><dc:creator><![CDATA[lavolp3]]></dc:creator><pubDate>Mon, 04 May 2020 13:52:14 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 04 May 2020 13:08:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thobach" aria-label="Profile: thobach">@<bdi>thobach</bdi></a>: Do you have recommendations to get the due date to show? I have tried to add <code>element.dueDateTime.dateTime</code> in the MMM-MicrosoftToDo.js like I have in the past, but now the module won’t show with that that. And no matter how I try to format it with <code>moment</code> it still doesn’t like it. I tried it with the simple <code>element.id</code> to see if that would show and it does show the todo ID. Thoughts? I know I am missing something simple. Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/74630</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74630</guid><dc:creator><![CDATA[smoysauce]]></dc:creator><pubDate>Mon, 04 May 2020 13:08:25 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 04 May 2020 11:29:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zolabus" aria-label="Profile: zolabus">@<bdi>zolabus</bdi></a> It seems you faced the same issue as in <a href="https://github.com/thobach/MMM-MicrosoftToDo/issues/18" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MMM-MicrosoftToDo/issues/18</a>. I updated the instructions in <a href="https://github.com/thobach/MMM-MicrosoftToDo/blob/master/README.MD#refresh-token-generation-refresh-token" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MMM-MicrosoftToDo/blob/master/README.MD#refresh-token-generation-refresh-token</a> to be more Windows friendly, e.g. all in a single line and using double quotes. Could you please try it again with the updated instructions? Thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/74624</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74624</guid><dc:creator><![CDATA[thobach]]></dc:creator><pubDate>Mon, 04 May 2020 11:29:56 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 04 May 2020 11:27:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andyyy" aria-label="Profile: andyyy">@<bdi>andyyy</bdi></a> The call seems to be missing some parameters, please check the full command line from <a href="https://github.com/thobach/MMM-MicrosoftToDo/blob/master/README.MD" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MMM-MicrosoftToDo/blob/master/README.MD</a>, thanks!</p>
]]></description><link>https://forum.magicmirror.builders/post/74623</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/74623</guid><dc:creator><![CDATA[thobach]]></dc:creator><pubDate>Mon, 04 May 2020 11:27:33 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 27 Apr 2020 11:03:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wazzu" aria-label="Profile: wazzu">@<bdi>wazzu</bdi></a> Excellent worked a treat… ToDo didn’t like the link (List not Found) but when it returned to screen the list had the long ID. I amended the config file and worked like a charm… Thanks G</p>
]]></description><link>https://forum.magicmirror.builders/post/73645</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/73645</guid><dc:creator><![CDATA[geoffroff]]></dc:creator><pubDate>Mon, 27 Apr 2020 11:03:09 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Fri, 24 Apr 2020 23:32:08 GMT]]></title><description><![CDATA[<p dir="auto">HI on the refresh token I have this error</p>
<p dir="auto">curl: (6) Could not resolve host: <br />
{“error”:“invalid_request”,“error_description”:“AADSTS900144: The request body must contain the following parameter: ‘grant_type’.\r\nTrace ID: c89030f5-7596-4716-b56b-baafdc670100\r\nCorrelation ID: 3c6c0d5a-8928-47f9-8916-30fb1a369a8e\r\nTimestamp: 2020-04-24 23:29:45Z”,“error_codes”:[900144],“timestamp”:“2020-04-24 23:29:45Z”,“trace_id”:“c89030f5-7596-4716-b56b-baafdc670100”,“correlation_id”:“3c6c0d5a-8928-47f9-8916-30fb1a369a8e”,“error_uri”:“<a href="https://login.microsoftonline.com/error?code=900144" target="_blank" rel="noopener noreferrer nofollow ugc">https://login.microsoftonline.com/error?code=900144</a>”}curl: (6) Could not resolve host: <br />
curl: (6) Could not resolve host: application<br />
curl: (6) Could not resolve host: <br />
‘client_id’ is not recognized as an internal or external command,<br />
operable program or batch file.<br />
‘scope’ is not recognized as an internal or external command,<br />
operable program or batch file.<br />
‘redirect_uri’ is not recognized as an internal or external command,<br />
operable program or batch file.<br />
‘client_secret’ is not recognized as an internal or external command,<br />
operable program or batch file.</p>
]]></description><link>https://forum.magicmirror.builders/post/73521</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/73521</guid><dc:creator><![CDATA[zolabus]]></dc:creator><pubDate>Fri, 24 Apr 2020 23:32:08 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Wed, 22 Apr 2020 12:58:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/geoffroff" aria-label="Profile: geoffroff">@<bdi>geoffroff</bdi></a><br />
Hi,<br />
I had the same problem and I also had a shorter ID than the example. And of course, the status stay on “Loading tasks” for ever.<br />
Finally, to solve this and get the full length link, I’ve done the following :</p>
<ul>
<li>create a share link from the list and open it</li>
<li>click on “Sign in to join list”</li>
<li>on next windows, click on “open”<br />
I finally have an error “List not found” but in the url is the correct ID which is working as ListID, e.g :<br />
<a href="https://to-do.live.com/tasks/AQMkADAwATMwNAItYmQyZS0wNnYxLTAwAi0wMAoALgAAAwyBXwAxHLZDhD1s2yT7wLoBAIZRCieiy1tMpuO70ZBr_R8AA3lr_WoAAAA=" target="_blank" rel="noopener noreferrer nofollow ugc">https://to-do.live.com/tasks/AQMkADAwATMwNAItYmQyZS0wNnYxLTAwAi0wMAoALgAAAwyBXwAxHLZDhD1s2yT7wLoBAIZRCieiy1tMpuO70ZBr_R8AA3lr_WoAAAA=</a></li>
</ul>
<p dir="auto">Hope it helps,<br />
Cheers,</p>
]]></description><link>https://forum.magicmirror.builders/post/73315</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/73315</guid><dc:creator><![CDATA[wazzu]]></dc:creator><pubDate>Wed, 22 Apr 2020 12:58:11 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Fri, 03 Apr 2020 18:44:02 GMT]]></title><description><![CDATA[<p dir="auto">i followed the <a href="http://README.MD" target="_blank" rel="noopener noreferrer nofollow ugc">README.MD</a> on github step by step and now i got it running :) i tried a few weeks ago several times without success and was pretty close to give up.</p>
<p dir="auto">thanks an kind regards!</p>
]]></description><link>https://forum.magicmirror.builders/post/71780</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71780</guid><dc:creator><![CDATA[mherke]]></dc:creator><pubDate>Fri, 03 Apr 2020 18:44:02 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Sat, 28 Mar 2020 15:09:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">Managed to get the default task list to show but cannot get any other list to show. It just States Loading Tasks but never changes. Selected the list from ToDo but the ‘ID’ is a lot shorter than the example given.</p>
<p dir="auto">Is there something I’m missing here?</p>
<p dir="auto">It seems like this should work but just having trouble getting it to link. Not overly impressed with ToDo yet but need a shared environment and this was the simple choice having previously used Wunderlist.</p>
<p dir="auto">Cheers<br />
G</p>
]]></description><link>https://forum.magicmirror.builders/post/71293</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/71293</guid><dc:creator><![CDATA[geoffroff]]></dc:creator><pubDate>Sat, 28 Mar 2020 15:09:44 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Fri, 28 Feb 2020 09:03:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thobach" aria-label="Profile: thobach">@<bdi>thobach</bdi></a></p>
<p dir="auto">curl -X POST <a href="https://login.microsoftonline.com/common/oauth2/v2.0/token" target="_blank" rel="noopener noreferrer nofollow ugc">https://login.microsoftonline.com/common/oauth2/v2.0/token</a></p>

Length Required

<h2>Length Required</h2>
<hr /><p>HTTP Error 411. The request must be chunked or have a content length.</p>

<p dir="auto">I am sure curl is installed since other modules with OAuth are working as well.</p>
]]></description><link>https://forum.magicmirror.builders/post/70067</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/70067</guid><dc:creator><![CDATA[andyyy]]></dc:creator><pubDate>Fri, 28 Feb 2020 09:03:42 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Mon, 24 Feb 2020 13:54:55 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thobach" aria-label="Profile: thobach">@<bdi>thobach</bdi></a> Thx for your reply. Your solution has not exactly the effect what i want, but it works fine for me ;-)</p>
]]></description><link>https://forum.magicmirror.builders/post/69913</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69913</guid><dc:creator><![CDATA[Jan]]></dc:creator><pubDate>Mon, 24 Feb 2020 13:54:55 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Sun, 23 Feb 2020 19:34:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/binderth" aria-label="Profile: binderth">@<bdi>binderth</bdi></a> Did the tips from <a class="plugin-mentions-user plugin-mentions-a" href="/user/thaliafromprussia" aria-label="Profile: ThaliaFromPrussia">@<bdi>ThaliaFromPrussia</bdi></a> (<a href="https://forum.magicmirror.builders/post/68615">https://forum.magicmirror.builders/post/68615</a>) work for you to see what error you are getting on the magic mirror front-end?</p>
]]></description><link>https://forum.magicmirror.builders/post/69880</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69880</guid><dc:creator><![CDATA[thobach]]></dc:creator><pubDate>Sun, 23 Feb 2020 19:34:43 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Sun, 23 Feb 2020 19:32:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jan" aria-label="Profile: Jan">@<bdi>Jan</bdi></a> You’re welcome. Have you tried adding the module multiple times in the config file with different <code>listId</code> values?</p>
]]></description><link>https://forum.magicmirror.builders/post/69879</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69879</guid><dc:creator><![CDATA[thobach]]></dc:creator><pubDate>Sun, 23 Feb 2020 19:32:15 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Sun, 23 Feb 2020 19:28:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/binderth" aria-label="Profile: binderth">@<bdi>binderth</bdi></a> The refresh happens every 60s. I don’t plan to implement a fade-option, sorry, it would require quite some effort given the current implementation.</p>
]]></description><link>https://forum.magicmirror.builders/post/69878</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69878</guid><dc:creator><![CDATA[thobach]]></dc:creator><pubDate>Sun, 23 Feb 2020 19:28:02 GMT</pubDate></item><item><title><![CDATA[Reply to Microsoft To-Do (wunderlist replacement?) on Sun, 23 Feb 2020 19:25:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/andyyy" aria-label="Profile: andyyy">@<bdi>andyyy</bdi></a> What error message do you get? Are you on Windows 10 which should have curl pre-installed? I updated the readme file to replace the space symbols with %20 as that seemed to have caused issues for some. Please make sure to preserve the ’ symbol at the end of the call.</p>
]]></description><link>https://forum.magicmirror.builders/post/69877</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/69877</guid><dc:creator><![CDATA[thobach]]></dc:creator><pubDate>Sun, 23 Feb 2020 19:25:22 GMT</pubDate></item></channel></rss>