<?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[News feed cannot hide description]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I try to hide the description just below the first line of news, but it didn’t work.<br />
I tried to force “false” on showDescription option, but it’s not working neither.<br />
How can I do it ?</p>
]]></description><link>https://forum.magicmirror.builders/topic/14878/news-feed-cannot-hide-description</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 07:45:54 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14878.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Apr 2021 19:54:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to News feed cannot hide description on Thu, 08 Apr 2021 20:09:08 GMT]]></title><description><![CDATA[<p dir="auto"><code>showDescription</code> is the way you should enable/disable this, but it seems there is a bug in the current version of mm, see <a href="https://github.com/MichMich/MagicMirror/issues/2517" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MichMich/MagicMirror/issues/2517</a></p>
]]></description><link>https://forum.magicmirror.builders/post/90455</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90455</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Thu, 08 Apr 2021 20:09:08 GMT</pubDate></item><item><title><![CDATA[Reply to News feed cannot hide description on Mon, 05 Apr 2021 12:03:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mattx38" aria-label="Profile: mattx38">@<bdi>mattx38</bdi></a> in config.js, did you use false in quotes?</p>
<pre><code>showDescription:"false"
</code></pre>
<p dir="auto">this is incorrect</p>
<p dir="auto">true or false do NOT use quotes<br />
it should be</p>
<pre><code>showDescription: false
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/90306</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90306</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Mon, 05 Apr 2021 12:03:43 GMT</pubDate></item><item><title><![CDATA[Reply to News feed cannot hide description on Mon, 05 Apr 2021 09:08:08 GMT]]></title><description><![CDATA[<p dir="auto">Thank you.<br />
Why do I need to modify the custom.css rather than the config.json ?<br />
In other words, why isn’t it working ?</p>
]]></description><link>https://forum.magicmirror.builders/post/90296</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90296</guid><dc:creator><![CDATA[mattx38]]></dc:creator><pubDate>Mon, 05 Apr 2021 09:08:08 GMT</pubDate></item><item><title><![CDATA[Reply to News feed cannot hide description on Sun, 04 Apr 2021 22:55:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mattx38" aria-label="Profile: mattx38">@<bdi>mattx38</bdi></a> it would not be “false” in quotes.<br />
that is a string, and it’s value is true  regardless of it’s contents</p>
]]></description><link>https://forum.magicmirror.builders/post/90289</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90289</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Sun, 04 Apr 2021 22:55:14 GMT</pubDate></item><item><title><![CDATA[Reply to News feed cannot hide description on Sun, 04 Apr 2021 22:07:31 GMT]]></title><description><![CDATA[<p dir="auto">you can put this into <code>css/custom.css</code> file:</p>
<pre><code class="language-css">.newsfeed-desc {
  display: none;
}
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/90286</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/90286</guid><dc:creator><![CDATA[karsten13]]></dc:creator><pubDate>Sun, 04 Apr 2021 22:07:31 GMT</pubDate></item></channel></rss>