<?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-Microsoft ToDo]]></title><description><![CDATA[<p dir="auto">After I actually wanted to use Google Keep, I put it on hold for the time being and am now trying to use the <a href="https://github.com/thobach/MMM-MicrosoftToDo" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MMM-MicrosoftToDo</a> module.<br />
The tutorial is well described and there is also a great video about the module at <a href="https://www.youtube.com/watch?v=3JPkm3bVR4w" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.youtube.com/watch?v=3JPkm3bVR4w</a></p>
<p dir="auto">Client ID created<br />
Client Secret created<br />
Refresh token created</p>
<p dir="auto">Then installed the module and entered it in Config.js.<br />
The module is displayed to me but it has no content<br />
<img src="/assets/uploads/files/1707743657591-c5df6361-f970-458a-8ebb-43a4aae65f44-image.png" alt="c5df6361-f970-458a-8ebb-43a4aae65f44-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Is anyone familiar with the module or already using it to be able to tell me if I have an error somewhere or if there is a problem with the module?</p>
]]></description><link>https://forum.magicmirror.builders/topic/18503/mmm-microsoft-todo</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 11:42:47 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/18503.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Feb 2024 13:15:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Microsoft ToDo on Tue, 13 Feb 2024 12:05:06 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> yes i did but with <a href="https://github.com/thobach/MMM-MicrosoftToDo/issues/109" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MMM-MicrosoftToDo/issues/109</a><br />
hope they will find a solution</p>
]]></description><link>https://forum.magicmirror.builders/post/115564</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115564</guid><dc:creator><![CDATA[svenpisa]]></dc:creator><pubDate>Tue, 13 Feb 2024 12:05:06 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Microsoft ToDo on Mon, 12 Feb 2024 17:52:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svenpisa" aria-label="Profile: svenpisa">@<bdi>svenpisa</bdi></a> i don’t know… but there is a similar issue posted to the module github repo</p>
<p dir="auto"><a href="https://github.com/thobach/MMM-MicrosoftToDo/issues/107" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/thobach/MMM-MicrosoftToDo/issues/107</a></p>
<p dir="auto">I would engage the author</p>
]]></description><link>https://forum.magicmirror.builders/post/115544</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115544</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 12 Feb 2024 17:52:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Microsoft ToDo on Mon, 12 Feb 2024 15:43:25 GMT]]></title><description><![CDATA[<p dir="auto">So when I enter the command, I first get a huge list… But I think this entry here is of interest, right?</p>
<pre><code>0|MagicMirror  | [12.02.2024 16:40.44.103] [ERROR] [MMM-MicrosoftToDo]: getTodos / get access token: https://login.microsoftonline.com/common/oauth2/v2.0/token
0|MagicMirror  | [12.02.2024 16:40.44.104] [ERROR] [MMM-MicrosoftToDo]: Error: checkFetchStatus failed with status 'Bad Request' {}

</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/115543</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115543</guid><dc:creator><![CDATA[svenpisa]]></dc:creator><pubDate>Mon, 12 Feb 2024 15:43:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Microsoft ToDo on Mon, 12 Feb 2024 14:08:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svenpisa" aria-label="Profile: svenpisa">@<bdi>svenpisa</bdi></a> there are logging entries on the code, so you should see messages where npm start is done</p>
<p dir="auto">if you use pm2 to launch mm  then the command</p>
<p dir="auto">pm2 logs --lines=50</p>
<p dir="auto">will display the last 50 lines<br />
50 may need to be larger, the default is 15</p>
<p dir="auto">there are also debug entries, if you add “DEBUG”  to the logLevel property in config.js you will get those too…  careful, this will enable the calendar debugging info which can be quite large</p>
]]></description><link>https://forum.magicmirror.builders/post/115542</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115542</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 12 Feb 2024 14:08:52 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Microsoft ToDo on Mon, 12 Feb 2024 13:55:19 GMT]]></title><description><![CDATA[<p dir="auto">Hi Sam,</p>
<p dir="auto">ich habe beides versucht.</p>
<pre><code>config: {
						oauth2ClientSecret: 'xxxxx',
						oauth2RefreshToken: 'xxxxxxxxxxxxxxx',
						oauth2ClientId: 'xxxxxxxxxxxxx',
						listName: 'ToDo', // optional parameter: if not specified displays tasks from default "Tasks" list, if specified will look for a task list with the specified name (exact spelling), don't specify if you want to make use of the 'includedLists' configuration property of the 'plannedTasks' configuration.
						// Optional parameter:  see Planned Tasks Configuration
</code></pre>
<p dir="auto">the entry listName: is once the name of the list from Microsoft ToDo (spelling of the list is correct) and I have also completely removed the listName so that the tasks are displayed without a list. But unfortunately also without success…</p>
<p dir="auto">I wonder if I did something wrong with the ClientID or Secret, but if I had used the wrong one, I wouldn’t have received a token, would I?</p>
]]></description><link>https://forum.magicmirror.builders/post/115541</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115541</guid><dc:creator><![CDATA[svenpisa]]></dc:creator><pubDate>Mon, 12 Feb 2024 13:55:19 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Microsoft ToDo on Mon, 12 Feb 2024 13:37:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/svenpisa" aria-label="Profile: svenpisa">@<bdi>svenpisa</bdi></a> I don’t know, but  you have added items to the shopping list on the ms app,<br />
correct?</p>
]]></description><link>https://forum.magicmirror.builders/post/115540</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/115540</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 12 Feb 2024 13:37:08 GMT</pubDate></item></channel></rss>