<?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[default newsfeed and prohibitedWords]]></title><description><![CDATA[<p dir="auto">I’m truly sick of seeing “Trump” appear in my news headlines, unless it’s to notify me that he’s being impeached.  It makes me not want to look at my magic mirror.</p>
<p dir="auto">I’m not sure how to add prohibitedWords to my config to make him disappear.  Any suggestions?  Here’s what I have now.  It works, but anywhere I try to put <em><strong>prohibitedWords: ‘trump’</strong></em> , it breaks the module or magic mirror won’t load.</p>
<pre><code>{
                module: "newsfeed",
                position: "bottom_bar", // This can be any of the regions. Best results in center regions.
                config: {
                        // The config property is optional.
                        // If no config is set, an example calendar is shown.
                        // See 'Configuration options' for more information.

                        feeds: [
                                {
                                        title: "New York Times",
                                        url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
                                },
                                {
                                        title: "The Verge",
                                        url: "https://www.theverge.com/rss/index.xml",
                                },
                        ],
                }
        },

</code></pre>
]]></description><link>https://forum.magicmirror.builders/topic/6859/default-newsfeed-and-prohibitedwords</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 10:53:36 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/6859.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Mar 2018 21:52:48 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to default newsfeed and prohibitedWords on Thu, 29 Mar 2018 14:00:43 GMT]]></title><description><![CDATA[<p dir="auto">Thank you!  My news feed is now Chump free!</p>
]]></description><link>https://forum.magicmirror.builders/post/37610</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37610</guid><dc:creator><![CDATA[twosquirrels]]></dc:creator><pubDate>Thu, 29 Mar 2018 14:00:43 GMT</pubDate></item><item><title><![CDATA[Reply to default newsfeed and prohibitedWords on Wed, 28 Mar 2018 22:04:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/twosquirrels" aria-label="Profile: twosquirrels">@<bdi>twosquirrels</bdi></a> it has to be an array, see  the documentation</p>
<pre><code>{
                module: "newsfeed",
                position: "bottom_bar",
                config: {
                        prohibitedWords: ['trump'],
                        feeds: [
                                {
                                        title: "New York Times",
                                        url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
                                },
                                {
                                        title: "The Verge",
                                        url: "https://www.theverge.com/rss/index.xml",
                                },
                        ],
                }
        },
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/37579</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/37579</guid><dc:creator><![CDATA[strawberry 3.141]]></dc:creator><pubDate>Wed, 28 Mar 2018 22:04:29 GMT</pubDate></item></channel></rss>