<?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[Newsfeed Module Speed Help]]></title><description><![CDATA[<p dir="auto">Question: Is there a way to slow the display speed of the newsfeed module? (i.e. I’m not able to read and absorb an item fast enough before the next item appears.)</p>
]]></description><link>https://forum.magicmirror.builders/topic/15331/newsfeed-module-speed-help</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 13:22:02 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/15331.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Aug 2021 14:03:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newsfeed Module Speed Help on Tue, 14 Sep 2021 17:39:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/nealffischer" aria-label="Profile: nealffischer">@<bdi>nealffischer</bdi></a> there is a bug. fixed for next release October 1,</p>
<p dir="auto">published in the develop branch</p>
<pre><code>cd ~/MagicMirror
rm package-lock.json
git checkout develop
npm install
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/94517</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94517</guid><dc:creator><![CDATA[sdetweil]]></dc:creator><pubDate>Tue, 14 Sep 2021 17:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed Module Speed Help on Tue, 14 Sep 2021 17:37:09 GMT]]></title><description><![CDATA[<p dir="auto">Okay, I changed the update interval, but I am still having a problem.</p>
<p dir="auto">When the feeds display, I have a number of feeds I am pulling from. The module works but I get varied speeds and it isn’t consistent as to which article glitches. i.e. An article may do this once and not the next time.</p>
<p dir="auto">I have the update interval set to 20000. That seems to be a good speed for me. Then, every other pass-through the system 3 or 4 articles will just fly through so quickly I can’t read them.</p>
<p dir="auto">Any help would be appreciated.</p>
<pre><code>{
			module: "newsfeed",
			position: "top_bar",
			config: {
				feeds: [
					{
						title: "ELCA News",
						url: "https://www.elca.org/RSS/News"
					},
					{
						title: "ELCA World Hunger",
						url: "https://blogs.elca.org/worldhunger/feed/"
					},
					{
						title: "ELCA Administration Matters",
						url: "https://blogs.elca.org/adminmatters/feed/"
					},
					{
						title: "ELCA Lutheran Disaster Response",
						url: "https://blogs.elca.org/disasterresponse/feed/"
					},
					{
						title: "ELCA Living Lutheran",
						url: "https://www.livinglutheran.org/feed/"
					},
					{
						title: "South Carolina Synod",
						url: "https://www.google.com/alerts/feeds/13140288216647873894/13275359932109925288"
					},
					{
						title: "Bishop Ginny Aebischer",
						url: "https://www.google.com/alerts/feeds/13140288216647873894/14563665481092621252"
					},
					{
						title: "Lutheran World Federation Blog",
						url: "https://lutheranworld.org/feed/blog/all/rss.xml"
					},
					{
						title: "Lutheran World Federation News",
						url: "https://lutheranworld.org/feed/news/all/rss.xml"
					},
					{
						title: "LTSS Experiences",
						url: "https://www.lr.edu/rss.cfm?news=29"
					},
					{
						title: "LTSS Faculty",
						url: "https://www.lr.edu/rss.cfm?news=26"
					},
					{
						title: "LTSS Innovative Teaching",
						url: "https://www.lr.edu/rss.cfm?news=30"
					},
					{
						title: "LTSS Programs",
						url: "https://www.lr.edu/rss.cfm?news=28"
					},
					{
						title: "LTSS Landing Page News",
						url: "https://www.lr.edu/rss.cfm?news=40"
					},
					{
						title: "LSC Ted Goins Blog",
						url: "https://lscarolinas.net/news/ted-goins-blog/feed/"
					},
					{
						title: "LSC News",
						url: "https://lscarolinas.net/category/news/feed/"
					},
					{
						title: "Novusway News",
						url: "https://novusway.org/category/news/feed/"
					},
				],
				showSourceTitle: true,
				showPublishDate: true,
				showDescription: true,
				wrapDescription: true,
				truncDescription: true,
				lengthDescription: 400,
				broadcastNewsFeeds: true,
				broadcastNewsUpdates: true,
				ignoreOldItems: true,
				ignoreOlderThan: 1209600000,
				updateInterval: 20000,
			}
		},
</code></pre>
]]></description><link>https://forum.magicmirror.builders/post/94516</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/94516</guid><dc:creator><![CDATA[nealffischer]]></dc:creator><pubDate>Tue, 14 Sep 2021 17:37:09 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed Module Speed Help on Sun, 08 Aug 2021 19:41:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scumbelly" aria-label="Profile: scumbelly">@<bdi>scumbelly</bdi></a> Thank you. I didn’t understand that. I was thinking updateInterval was how often it looked for new content. This makes more sense now.</p>
]]></description><link>https://forum.magicmirror.builders/post/93444</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93444</guid><dc:creator><![CDATA[nealffischer]]></dc:creator><pubDate>Sun, 08 Aug 2021 19:41:29 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed Module Speed Help on Mon, 02 Aug 2021 16:46:34 GMT]]></title><description><![CDATA[<p dir="auto">Look at the news feed configuration options.  Start with</p>
<p dir="auto">updateInterval 	How often do you want to display a new headline? (Milliseconds)</p>
<p dir="auto">Possible values:1000 - 60000<br />
Default value: 10000 (10 seconds)</p>
]]></description><link>https://forum.magicmirror.builders/post/93301</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/93301</guid><dc:creator><![CDATA[scumbelly]]></dc:creator><pubDate>Mon, 02 Aug 2021 16:46:34 GMT</pubDate></item></channel></rss>