<?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-Todoist]]></title><description><![CDATA[<p dir="auto">Hello, does anybody know how to remove this empty space ?<img src="/assets/uploads/files/1595305166653-pic1.png" alt="Pic1.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/topic/13324/mmm-todoist</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 12:53:28 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/13324.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Jul 2020 04:19:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-Todoist on Fri, 31 Jul 2020 10:27:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cbrooker" aria-label="Profile: cbrooker">@<bdi>cbrooker</bdi></a> said in <a href="/post/79208">MMM-Todoist</a>:</p>
<blockquote>
<p dir="auto">.divTableCell:first-of-type {<br />
display: none;<br />
}<br />
.divTableRow &gt; div:nth-child(2) {<br />
display: none;<br />
}</p>
</blockquote>
<p dir="auto">That is the right hint :thumbs_up:  you gave, I would never get it by my own.<br />
Many thanks!<br />
The Mirror is looking more and more nice with such small points :grinning_face:</p>
]]></description><link>https://forum.magicmirror.builders/post/79418</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79418</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Fri, 31 Jul 2020 10:27:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Mon, 27 Jul 2020 05:03:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cbrooker" aria-label="Profile: cbrooker">@<bdi>cbrooker</bdi></a> Oh Perfect… thank you very much…:folded_hands_medium-dark_skin_tone:</p>
]]></description><link>https://forum.magicmirror.builders/post/79210</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79210</guid><dc:creator><![CDATA[Stoffbeuteluwe]]></dc:creator><pubDate>Mon, 27 Jul 2020 05:03:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Mon, 27 Jul 2020 04:02:58 GMT]]></title><description><![CDATA[<p dir="auto">Alternatively, you can add this to the bottom of the MMM-Todoist.css custom CSS file.</p>
<pre><code>.divTableCell:first-of-type {
    display: none;
} 
.divTableRow &gt; div:nth-child(2) {
    display: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/79208</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79208</guid><dc:creator><![CDATA[cbrooker]]></dc:creator><pubDate>Mon, 27 Jul 2020 04:02:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Mon, 27 Jul 2020 03:42:08 GMT]]></title><description><![CDATA[<p dir="auto">Hi All,</p>
<p dir="auto">I just saw this thread and think I can offer some assistance. I wrote and maintain the MMM-Todoist module.</p>
<p dir="auto">That space that you’re seeing is where the Todo Priority would be displayed if you set a priority.</p>
<p dir="auto">Like this (the red bar):<br />
<img src="/assets/uploads/files/1595820870807-9f14d8f5-5067-4de5-944a-9e44d60d449c-image.png" alt="9f14d8f5-5067-4de5-944a-9e44d60d449c-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If you have no need for that and want to remove the space the quickest “hack” you can do is:</p>
<ol>
<li>Open /modules/MMM-Todoist/MMM-Todoist.js</li>
<li>Comment out these 2 lines:</li>
</ol>
<pre><code>divRow.appendChild(this.addPriorityIndicatorCell(item));
divRow.appendChild(this.addColumnSpacerCell());
</code></pre>
<p dir="auto">Line 592 and 593.</p>
<ol start="3">
<li>Save and reload MagicMirror.</li>
<li>Do a local commit (git commit -a)</li>
</ol>
<p dir="auto">That will remove the space however, every time you update module you might have to deal with a merge conflict.</p>
<p dir="auto">More advanced:<br />
You could also fork the repo, clone the new repo into your modules folder make, the changes, commit, push. You could then pull the upstream changes when you wanted to update.</p>
]]></description><link>https://forum.magicmirror.builders/post/79207</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79207</guid><dc:creator><![CDATA[cbrooker]]></dc:creator><pubDate>Mon, 27 Jul 2020 03:42:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Thu, 23 Jul 2020 15:27:05 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> Thanks Sam! Idea was good but not the right point.<br />
I will work a bit on it and deep dive but first look shows there will nothing I can use to work with custom.css</p>
]]></description><link>https://forum.magicmirror.builders/post/79071</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79071</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Thu, 23 Jul 2020 15:27:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Thu, 23 Jul 2020 14:25:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a> remember the whole point of this exercise was to find the element and figure out how to hide it.<br />
but I don’t see a spacerCell class defined anywhere.   you should move the left edge of the dev window further left, to get the class display vertical… (like in my previous images)</p>
<p dir="auto">u can define a spacerCell class in custom.css and then be able to edit it here, but maybe this would be enough</p>
<p dir="auto">.MMM-Todoist .spacerCell {<br />
display: none;<br />
}</p>
]]></description><link>https://forum.magicmirror.builders/post/79066</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79066</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Jul 2020 14:25:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Thu, 23 Jul 2020 14:05:44 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> don’t know what exactly I’m looking for :face_with_monocle:<br />
<img src="/assets/uploads/files/1595511676116-b536ed9c-7d84-40db-97ea-1b5c81ac7257-grafik.png" alt="b536ed9c-7d84-40db-97ea-1b5c81ac7257-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I assume 1 (marked in red 1) is exactly the space I want to get rid off.<br />
And ! seems to me related to 2  (marked in red 2) , what in english is [space]</p>
<p dir="auto">Could it be I have to do any in custom.css regarding the both lines with spacecells in it?<br />
<img src="/assets/uploads/files/1595513110166-b58ba976-881c-4d43-9b3d-1d4f460a1eab-grafik.png" alt="b58ba976-881c-4d43-9b3d-1d4f460a1eab-grafik.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.magicmirror.builders/post/79065</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79065</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Thu, 23 Jul 2020 14:05:44 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Thu, 23 Jul 2020 13:23:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a> said in <a href="/post/79059">MMM-Todoist</a>:</p>
<blockquote>
<p dir="auto">It’s tricky as I use MMM-Carousel and every time I click to expand it switch back.</p>
</blockquote>
<p dir="auto">yes, sometimes you have to just use the one module to be able to explore effectively</p>
]]></description><link>https://forum.magicmirror.builders/post/79064</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79064</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Jul 2020 13:23:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Thu, 23 Jul 2020 13:22:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a> expand the other divTableRows</p>
]]></description><link>https://forum.magicmirror.builders/post/79062</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79062</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Thu, 23 Jul 2020 13:22:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Thu, 23 Jul 2020 08:50:58 GMT]]></title><description><![CDATA[<p dir="auto">I see what you mean.<br />
It’s tricky as I use MMM-Carousel and every time I click to expand it switch back.</p>
<p dir="auto">Have commented out MMM-Carousel and see that<br />
<img src="/assets/uploads/files/1595494199862-cec1a4c5-f39c-4aca-88b1-0c95726fc317-grafik.png" alt="cec1a4c5-f39c-4aca-88b1-0c95726fc317-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Don’t know how to get the red round marked off</p>
]]></description><link>https://forum.magicmirror.builders/post/79059</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79059</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Thu, 23 Jul 2020 08:50:58 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 14:50:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a> keep expanding, you have the whole module content selected there, get to the little part that needs to move</p>
]]></description><link>https://forum.magicmirror.builders/post/79026</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79026</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jul 2020 14:50:56 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 14:43:38 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>  <img src="/assets/uploads/files/1595428856854-8f033e0d-f5e0-4e19-89cd-c47a4108de3f-grafik.png" alt="8f033e0d-f5e0-4e19-89cd-c47a4108de3f-grafik.png" class=" img-fluid img-markdown" /><br />
such an awesome tool MagicMirror is.<br />
Every time I’m in contact with this forum I learn new nice things.</p>
<p dir="auto">Can’t see how to fix this the empty space mentioned by <a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/79025</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79025</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Wed, 22 Jul 2020 14:43:38 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 14:02:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a> all 3 keys at once</p>
]]></description><link>https://forum.magicmirror.builders/post/79022</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79022</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jul 2020 14:02:05 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 14:01:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a> must be while mm is running<br />
you can do it on a remote browser too (forgot that) using chrome</p>
<p dir="auto">Windows PC to pi server</p>
]]></description><link>https://forum.magicmirror.builders/post/79021</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79021</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jul 2020 14:01:23 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 13:54:25 GMT]]></title><description><![CDATA[<p dir="auto">should “hit keyboard keys, ctrl, shift and letter i” be possible while my MM is running?<br />
Doesn’t work…</p>
]]></description><link>https://forum.magicmirror.builders/post/79019</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79019</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Wed, 22 Jul 2020 13:54:25 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 13:35:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a></p>
<p dir="auto">before starting examine the ~/MagicMirror/index.html file, this is the layout of the  page, and all content is inserted into these positions  (position: of module definition in config.js)</p>
<p dir="auto">hit keyboard keys, ctrl, shift and letter i.</p>
<p dir="auto">dev window. opens on right side of screen<br />
select the tab labeled elements<br />
expand the tree to locate the module content. (module position is important)</p>
<p dir="auto">look at time value,<br />
<img src="/assets/uploads/files/1595424639887-screenshot-at-2020-05-25-17-09-40.png" alt="Screenshot at 2020-05-25 17-09-40.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">then select the time value in dom tree</p>
<p dir="auto"><img src="/assets/uploads/files/1595424682267-screenshot-at-2020-05-25-17-11-54.png" alt="Screenshot at 2020-05-25 17-11-54.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">notice the class list, bottom of the screen circled,  and the individual classes are shown on the right, top is closest to the element, bottom is closest to t main.css</p>
<p dir="auto">u can edit the top right, and add element styles.</p>
]]></description><link>https://forum.magicmirror.builders/post/79016</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79016</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jul 2020 13:35:24 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 12:44:48 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> Sam, can you please guide me a bit.<br />
Just connected the keyboard but as estimated after short thinking there is nothing I can do while MM is running … but I guess I need it running.</p>
]]></description><link>https://forum.magicmirror.builders/post/79015</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79015</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Wed, 22 Jul 2020 12:44:48 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 12:14:47 GMT]]></title><description><![CDATA[<p dir="auto">sounds that the blocking point.<br />
lets see if I get an keyboard connectet. That will be the right way?</p>
]]></description><link>https://forum.magicmirror.builders/post/79012</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79012</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Wed, 22 Jul 2020 12:14:47 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 12:04:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bdream" aria-label="Profile: bdream">@<bdi>bdream</bdi></a> cannot. must do. on mirror app</p>
]]></description><link>https://forum.magicmirror.builders/post/79011</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79011</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jul 2020 12:04:08 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 12:02:36 GMT]]></title><description><![CDATA[<p dir="auto">oh Sam! what you are explaining here (…select the elements tab and navigate the Dom…), sound all Greek to me :man_zombie:<br />
How to do it via ssh?</p>
]]></description><link>https://forum.magicmirror.builders/post/79010</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79010</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Wed, 22 Jul 2020 12:02:36 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 11:51:01 GMT]]></title><description><![CDATA[<p dir="auto">the fastest way to learn what css needs to/can  be changed, is to. open the developers window, select the elements tab and navigate the Dom to the element u want to modify.</p>
<p dir="auto">it’s css class tree is shown on the bottom of the dev window. nearer the element on the right.<br />
the individual classes are shown on the right, nearer to element on the top.<br />
one can add/edit/remove css entries to change the displayed behavior.</p>
<p dir="auto">once u figure out what u need (styles) and where (what element) it’s easy to create a custom css entry that looks like that</p>
]]></description><link>https://forum.magicmirror.builders/post/79009</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79009</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Wed, 22 Jul 2020 11:51:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-Todoist on Wed, 22 Jul 2020 08:55:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/stoffbeuteluwe" aria-label="Profile: Stoffbeuteluwe">@<bdi>Stoffbeuteluwe</bdi></a> good question as I had same in my mind.</p>
<p dir="auto">I added in custom.css</p>
<pre><code> .MMM-Todoist {
	width:450px;
 }
 
 .MMM-Todoist .small {
	font-size: 13px;
	line-height: 15px;
 }

.MMM-Todoist .priority{
	width: 0px;
	border-right: 0px;
 }
</code></pre>
<p dir="auto">A test without success was also with</p>
<pre><code>.MMM-Todoist .spacerCell {
    width: 0px;
}
</code></pre>
<p dir="auto">I assume it’s about any with .divTable or .divTableCell but don’t know how to handle and I gave up :face_with_cold_sweat:</p>
<p dir="auto">May you find a solution  :crossed_fingers:</p>
]]></description><link>https://forum.magicmirror.builders/post/79007</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/79007</guid><dc:creator><![CDATA[bdream]]></dc:creator><pubDate>Wed, 22 Jul 2020 08:55:56 GMT</pubDate></item></channel></rss>