<?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-NewsFeed]]></title><description><![CDATA[<h1><a href="https://github.com/bugsounet/MMM-NewsFeed" target="_blank" rel="noopener noreferrer nofollow ugc">MMM-NewsFeed</a></h1>
<p dir="auto">This module will be available and scheduled to be released at 01 January 2021,<br />
and needed MagicMirror v2.14.0 and more !</p>
<h2>Description</h2>
<p dir="auto">This modules allow to display news from RSS FEED</p>
<h2>ScreenShot</h2>
<ul>
<li>Horizontal</li>
</ul>
<p dir="auto"><img src="https://raw.githubusercontent.com/bugsounet/MMM-NewsFeed/dev/NewsFeedHorizontal.png" alt="" class=" img-fluid img-markdown" /></p>
<ul>
<li>Vertical</li>
</ul>
<p dir="auto"><img src="https://raw.githubusercontent.com/bugsounet/MMM-NewsFeed/dev/NewsFeedVertical.png" alt="" class=" img-fluid img-markdown" /></p>
<h2>Installation</h2>
<p dir="auto">Read <a href="https://github.com/bugsounet/MMM-NewsFeed/wiki" target="_blank" rel="noopener noreferrer nofollow ugc">Wiki</a></p>
]]></description><link>https://forum.magicmirror.builders/topic/14295/mmm-newsfeed</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 06:24:05 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/14295.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 26 Dec 2020 13:18:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to MMM-NewsFeed on Tue, 05 Oct 2021 00:45:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/killk" aria-label="Profile: killk">@<bdi>killk</bdi></a> not on windows…</p>
<p dir="auto">mm not supported on windows.</p>
<p dir="auto">you want to do it , YOU  have to figure out how</p>
<p dir="auto">this is a Linux only script</p>
<pre><code>installer/preinstall.sh
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/95233</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95233</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 05 Oct 2021 00:45:42 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NewsFeed on Tue, 05 Oct 2021 00:22:10 GMT]]></title><description><![CDATA[<p dir="auto">hi… i can’t install it</p>
<p dir="auto">“installer” no se reconoce como un comando interno o externo,<br />
programa o archivo por lotes ejecutable.<br />
npm ERR! code 1<br />
npm ERR! path C:\Users\Flori\MagicMirror\modules\MMM-NewsFeed<br />
npm ERR! command failed<br />
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c installer/preinstall.sh</p>
<p dir="auto">npm ERR! A complete log of this run can be found in:<br />
npm ERR!     C:\Users\Flori\AppData\Local\npm-cache_logs\2021-10-05T00_18_42_713Z-debug.log</p>
]]></description><link>https://forum.magicmirror.builders/post/95232</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/95232</guid><dc:creator><![CDATA[KillK]]></dc:creator><pubDate>Tue, 05 Oct 2021 00:22:10 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NewsFeed on Tue, 20 Jul 2021 20:44:34 GMT]]></title><description><![CDATA[<p dir="auto">It all in Wiki<br />
<a href="http://wiki.bugsounet.fr/en/MMM-NewsFeed/configurationStructure" target="_blank" rel="noopener noreferrer nofollow ugc">http://wiki.bugsounet.fr/en/MMM-NewsFeed/configurationStructure</a></p>
<pre><code>{
                        module: "MMM-NewsFeed1",
                        position: "top_bar",
                        configDeepMerge: true,
                        config: {
                          debug:false,
                          update: "15m",
                          speed: "15s",
                          maxItems: 100,
                          flux: [
                            {
                              from: "ABC AUSTRALIA",
                              url: "https://www.abc.net.au/news/feed/2942460/rss.xml"
			    }			    
                          ],
                          personalize: {
                            Name: "NewsFeed",
                            NameField: true,
			    NameColor: "#FFF",
                            NameBackground: "#414141",
                            ArticleColor: "#AAA",
			    ArticleBackground: "#000",
                            DescriptionColor: "#FFF",
                            DescriptionBackground: "#000",
                            QRCode: true,
			    fontSize: "100%"
			  },
                          vertical: {
                            useVertical: false,
                            width: "450px",
			    imageMaxWidth: "20vw",
                            imageMaxHeight: "20vh"
                          }
			}
		}
```,</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/92960</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92960</guid><dc:creator><![CDATA[DJBOOB66]]></dc:creator><pubDate>Tue, 20 Jul 2021 20:44:34 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NewsFeed on Tue, 20 Jul 2021 11:45:01 GMT]]></title><description><![CDATA[<p dir="auto">I’m trying this out as a replacement for the default newsfeed. I’m having trouble styling it though. I’d like it to have a more transparent background and to make the font white. I can’t seem to make that happen.<br />
For example- on the default newsfeed module I set the background with rgba(0, 0, 0, 0.2);</p>
<p dir="auto">I can’t get that to apply to this one.</p>
]]></description><link>https://forum.magicmirror.builders/post/92954</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/92954</guid><dc:creator><![CDATA[gonzonia]]></dc:creator><pubDate>Tue, 20 Jul 2021 11:45:01 GMT</pubDate></item><item><title><![CDATA[Reply to MMM-NewsFeed on Sat, 26 Dec 2020 22:04:55 GMT]]></title><description><![CDATA[<p dir="auto">Hi, I see many people who want to download and execute this module.</p>
<p dir="auto">Just remember this…</p>
<ul>
<li>You can download install it but you can’t execute it until the 01 january 2021.</li>
<li>If you try to execute it: it will be disabled ;)</li>
<li>It will be automaticaly activated with MagicMirror v2.14.0</li>
</ul>
<p dir="auto">It will be my first module for 2021 (yeah again a another module !!)</p>
<p dir="auto">And Many others will come (Again !)</p>
<p dir="auto">So wait and see !</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/bugsounet" aria-label="Profile: bugsounet">@<bdi>bugsounet</bdi></a> (coder for pleasure !)</p>
]]></description><link>https://forum.magicmirror.builders/post/86167</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/86167</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sat, 26 Dec 2020 22:04:55 GMT</pubDate></item></channel></rss>