<?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[Help with showing todoist tasks?]]></title><description><![CDATA[<p dir="auto">So I thought I had this setup correctly, but none of my list are showing. Not sure what is going wrong, but the header “Todoist” is showing as shown in the screenshots. Can anyone help with this?</p>
<p dir="auto">this is in my config:<br />
<img src="/assets/uploads/files/1507843456461-todoist3.png" alt="2_1507843455124_todoist3.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">I tried using both the client ID and the client secret. are these the api keys I am after?<br />
<img src="/assets/uploads/files/1507843456424-todoist2.png" alt="1_1507843455124_todoist2.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">You can see the title on upper right with no tasks shown below:<br />
<img src="/assets/uploads/files/1507843456587-todoist1.png" alt="0_1507843455124_todoist1.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Been struggling with this for a bit. Thanks much.</p>
]]></description><link>https://forum.magicmirror.builders/topic/5251/help-with-showing-todoist-tasks</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 12:48:44 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5251.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Oct 2017 21:26:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help with showing todoist tasks? on Wed, 20 Jun 2018 09:35:56 GMT]]></title><description><![CDATA[<p dir="auto">dears, can u plz provide me step-by-step how to get token? I’ve ID and Secret, but no idea what to do now…</p>
<p dir="auto">thanks, Zdeněk</p>
]]></description><link>https://forum.magicmirror.builders/post/40702</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/40702</guid><dc:creator><![CDATA[zdenek]]></dc:creator><pubDate>Wed, 20 Jun 2018 09:35:56 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Sun, 15 Oct 2017 06:18:24 GMT]]></title><description><![CDATA[<p dir="auto">That issue <a class="plugin-mentions-user plugin-mentions-a" href="/user/d3r" aria-label="Profile: d3r">@<bdi>d3r</bdi></a> mentioned was the problem. It now displays just fine. Thanks for the help!</p>
]]></description><link>https://forum.magicmirror.builders/post/29578</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29578</guid><dc:creator><![CDATA[devtech8]]></dc:creator><pubDate>Sun, 15 Oct 2017 06:18:24 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Fri, 13 Oct 2017 10:07:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devtech8" aria-label="Profile: devtech8">@<bdi>devtech8</bdi></a> Just remembered there was something else too.<br />
Did you take a look at this?<br />
<a href="https://github.com/cbrooker/MMM-Todoist/issues/16" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/cbrooker/MMM-Todoist/issues/16</a></p>
]]></description><link>https://forum.magicmirror.builders/post/29472</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29472</guid><dc:creator><![CDATA[d3r]]></dc:creator><pubDate>Fri, 13 Oct 2017 10:07:39 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Fri, 13 Oct 2017 09:12:38 GMT]]></title><description><![CDATA[<p dir="auto">something else i mentioned.<br />
As i remember, there was some issues, Todoist was not showing something, like in your case.</p>
<p dir="auto">I never had the problems and i am on an very old version (jan 9)</p>
<pre><code>pi@pi3:~/MagicMirror/modules/MMM-Todoist $ git show
commit 155ffe4d49bd8af59ab8bb0736c3ad756c0515d6
</code></pre>
<p dir="auto">(btw. not sure, if this is correct, like i did it, to see the installed version)</p>
<p dir="auto">Maybe <a class="plugin-mentions-user plugin-mentions-a" href="/user/cbrooker" aria-label="Profile: cbrooker">@<bdi>cbrooker</bdi></a> has a idea for your problem.</p>
]]></description><link>https://forum.magicmirror.builders/post/29469</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29469</guid><dc:creator><![CDATA[barnosch]]></dc:creator><pubDate>Fri, 13 Oct 2017 09:12:38 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Fri, 13 Oct 2017 08:41:59 GMT]]></title><description><![CDATA[<p dir="auto">This one works for me.</p>
<pre><code>{
		module: 'MMM-Todoist',
		position: 'top_left',
		header: "To Do", 
		config: {
          		accessToken: 'blablablae0fa5611c30blablablablablabla',
			maximumEntries: 20,
			interval: 600,
			lists: [ "2157759361" ],
			fade: false,
      			}
		}, 
</code></pre>
<p dir="auto">the %2F must be subtracted, correct.</p>
<p dir="auto">Did you install all the dependencies of the module with<br />
“npm install” within the “modules/MMM-todoist” folder ?</p>
]]></description><link>https://forum.magicmirror.builders/post/29468</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29468</guid><dc:creator><![CDATA[barnosch]]></dc:creator><pubDate>Fri, 13 Oct 2017 08:41:59 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Fri, 13 Oct 2017 06:37:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/barnosch" aria-label="Profile: barnosch">@<bdi>barnosch</bdi></a> and <a class="plugin-mentions-user plugin-mentions-a" href="/user/d3r" aria-label="Profile: d3r">@<bdi>d3r</bdi></a> - something seems messed up and nothing is going right with this. Tried quite a few variances.</p>
<p dir="auto">For some reason, I had it as <code>lists:</code> but I see in the repo for the project that it lists as <code>projects:</code>. So toyed around between the both of them with 1, 2, and 3 projects and creating test tasks. The config says the “projects” look a certain way in the URL with the number being after “%2F”. So in my case for 1 project, this screenshot:</p>
<p dir="auto"><img src="/assets/uploads/files/1507876270065-capture.png" alt="0_1507876269348_Capture.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">So now my code in the config should be:</p>
<pre><code>{
	module: 'MMM-Todoist',
	position: 'top_right',	// This can be any of the regions. Best results in left or right regions.
	header: 'Todoist test', // This is optional
	config: { // See 'Configuration options' for more information.
		  accessToken: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
		maximumEntries: 60,
		interval: 60,
		lists: ["2162058078"],
		fade: false
  }
},
</code></pre>
<p dir="auto">I am using the correct API key as noted from a previous response.</p>
<p dir="auto">If I look via dev tools at the page, here is a snapshot:</p>
<p dir="auto"><img src="/assets/uploads/files/1507876609107-capture2.png" alt="0_1507876609146_Capture2.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">But still, the best I can get is just the title showing up. Further thoughts please?</p>
<p dir="auto">Thanks much.</p>
]]></description><link>https://forum.magicmirror.builders/post/29456</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29456</guid><dc:creator><![CDATA[devtech8]]></dc:creator><pubDate>Fri, 13 Oct 2017 06:37:09 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Fri, 13 Oct 2017 06:02:51 GMT]]></title><description><![CDATA[<p dir="auto">put your lists in<br />
" "<br />
like this:</p>
<pre><code>lists: ["2163440886", "2162058078"]
</code></pre>
<p dir="auto">For troubleshooting, just use one list, if that works then, add the second.</p>
]]></description><link>https://forum.magicmirror.builders/post/29452</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29452</guid><dc:creator><![CDATA[barnosch]]></dc:creator><pubDate>Fri, 13 Oct 2017 06:02:51 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Thu, 12 Oct 2017 23:13:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/devtech8" aria-label="Profile: devtech8">@<bdi>devtech8</bdi></a> Everything else seem fine.</p>
]]></description><link>https://forum.magicmirror.builders/post/29446</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29446</guid><dc:creator><![CDATA[d3r]]></dc:creator><pubDate>Thu, 12 Oct 2017 23:13:17 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Thu, 12 Oct 2017 23:12:12 GMT]]></title><description><![CDATA[<p dir="auto">Thanks. Is that all that seems wrong?</p>
]]></description><link>https://forum.magicmirror.builders/post/29445</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29445</guid><dc:creator><![CDATA[devtech8]]></dc:creator><pubDate>Thu, 12 Oct 2017 23:12:12 GMT</pubDate></item><item><title><![CDATA[Reply to Help with showing todoist tasks? on Thu, 12 Oct 2017 23:01:41 GMT]]></title><description><![CDATA[<p dir="auto">Go to settings then integrations on the todoist website. You’ll find your api token there.</p>
]]></description><link>https://forum.magicmirror.builders/post/29444</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/29444</guid><dc:creator><![CDATA[d3r]]></dc:creator><pubDate>Thu, 12 Oct 2017 23:01:41 GMT</pubDate></item></channel></rss>