<?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 change Fade-in&#x2F;Fade-out]]></title><description><![CDATA[<p dir="auto">I what to change the animation Fade-in/Fade-out for newsfeed. but i don’t find the right place in newsfeed source ala query animation slide up or down and so on.<br />
I would like a to have flip as animation.</p>
]]></description><link>https://forum.magicmirror.builders/topic/5497/newsfeed-change-fade-in-fade-out</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 20:46:13 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/5497.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 10 Nov 2017 20:38:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Newsfeed change Fade-in&#x2F;Fade-out on Wed, 15 Nov 2017 22:12:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/l0cal" aria-label="Profile: l0cal">@<bdi>l0cal</bdi></a> said in <a href="/post/31169">Newsfeed change Fade-in/Fade-out</a>:</p>
<blockquote>
<p dir="auto">It’s very stuttering on my pi (pi 2). I’ll test some parameters but i don’t finde a good result for me. i think i’ll leave it for now.<br />
Big thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a></p>
</blockquote>
<p dir="auto">You’re welcome. We did warn you. The Pi is not designed for heavy graphics. However, you can keep it in mind if you ever experiment with something more capable than the Pi.</p>
]]></description><link>https://forum.magicmirror.builders/post/31188</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31188</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Wed, 15 Nov 2017 22:12:30 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed change Fade-in&#x2F;Fade-out on Wed, 15 Nov 2017 20:12:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> said in <a href="/post/31034">Newsfeed change Fade-in/Fade-out</a>:</p>
<blockquote>
<p dir="auto">updateInterval: 28 * 1000,</p>
</blockquote>
<p dir="auto">It’s very stuttering on my pi (pi 2). I’ll test some parameters but i don’t finde a good result for me. i think i’ll leave it for now.<br />
Big thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a></p>
]]></description><link>https://forum.magicmirror.builders/post/31169</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31169</guid><dc:creator><![CDATA[l0cal]]></dc:creator><pubDate>Wed, 15 Nov 2017 20:12:49 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed change Fade-in&#x2F;Fade-out on Mon, 13 Nov 2017 10:05:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> thank you for this solution. I’ll test it in the next days and let you know if it works for me. <em>thumbsup</em></p>
]]></description><link>https://forum.magicmirror.builders/post/31054</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31054</guid><dc:creator><![CDATA[l0cal]]></dc:creator><pubDate>Mon, 13 Nov 2017 10:05:28 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed change Fade-in&#x2F;Fade-out on Mon, 13 Nov 2017 01:58:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mykle1" aria-label="Profile: Mykle1">@<bdi>Mykle1</bdi></a> Well quit farting and you won’t need the fan HAHAAHAHA</p>
]]></description><link>https://forum.magicmirror.builders/post/31049</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31049</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Mon, 13 Nov 2017 01:58:41 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed change Fade-in&#x2F;Fade-out on Sun, 12 Nov 2017 15:11:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/l0cal" aria-label="Profile: l0cal">@<bdi>l0cal</bdi></a> said in <a href="/post/31005">Newsfeed change Fade-in/Fade-out</a>:</p>
<blockquote>
<p dir="auto">what i want to change like an news ticker form right to left  (marquee)</p>
</blockquote>
<p dir="auto">I was intrigued by your request. I like learning new things so I went ahead to see if I could accomplish what you were asking. It might seem like a small feat by those more adept at coding but it was a victory for me, however small.</p>
<p dir="auto"><strong>Note:</strong> This was done on my dev machine. I have not tested it on a Pi. As others have stated, you will most likely find that the marquee effect does not run very smoothly on a Pi. You might want to disable all module animations (at first) to see if this will run acceptably on a Pi. However, it may not, in any case.</p>
<p dir="auto">There are some options available to you, as well. You can have the marquee run in various directions by changing <code>directions='left'</code> to left, right, up or down. You can also modify the speed of the animation by changing <code>scrollamount='5'</code>. 1 being the slowest, 20 being sickeningly fast.</p>
<p dir="auto"><strong>This is how I did it. I’m sure there are other ways.</strong></p>
<p dir="auto">Line 164 in the newsfeed.js file should be changed to this:<br />
<strong>Click on the picture. When the window opens, click on it again to enlarge.</strong><br />
<img src="/assets/uploads/files/1510499211770-capture.jpg" alt="0_1510499211191_Capture.JPG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also, change the <code>updateInteval:</code> in your config to something like this, then adjust accordingly:</p>
<pre><code>module: "newsfeed",
position: "bottom_bar",
config: {
	updateInterval: 28 * 1000,
</code></pre>
<p dir="auto">I’d like to know how it works for you so please post your results. Here is a short video of how it works for  me.</p>
<p dir="auto"><a href="https://youtu.be/I64DLP5ELDM" target="_blank" rel="noopener noreferrer nofollow ugc">https://youtu.be/I64DLP5ELDM</a></p>
<p dir="auto">Sorry about the sound. Exhaust fan is running! My bad.</p>
]]></description><link>https://forum.magicmirror.builders/post/31034</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31034</guid><dc:creator><![CDATA[Mykle1]]></dc:creator><pubDate>Sun, 12 Nov 2017 15:11:20 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed change Fade-in&#x2F;Fade-out on Sat, 11 Nov 2017 18:49:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/l0cal" aria-label="Profile: l0cal">@<bdi>l0cal</bdi></a> sliding animations on a raspberry doesn’t work smoothly, just so you know.</p>
]]></description><link>https://forum.magicmirror.builders/post/31019</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31019</guid><dc:creator><![CDATA[broberg]]></dc:creator><pubDate>Sat, 11 Nov 2017 18:49:09 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed change Fade-in&#x2F;Fade-out on Sat, 11 Nov 2017 10:42:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cowboysdude" aria-label="Profile: cowboysdude">@<bdi>cowboysdude</bdi></a> sure, but the animationSpeed can’t change the type of animation. now the type fade in and out and this is what i want to change like an news ticker form right to left  (marquee)</p>
]]></description><link>https://forum.magicmirror.builders/post/31005</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/31005</guid><dc:creator><![CDATA[l0cal]]></dc:creator><pubDate>Sat, 11 Nov 2017 10:42:46 GMT</pubDate></item><item><title><![CDATA[Reply to Newsfeed change Fade-in&#x2F;Fade-out on Sat, 11 Nov 2017 00:39:30 GMT]]></title><description><![CDATA[<p dir="auto">In your config file you can add:</p>
<p dir="auto">animationSpeed: 2.5 * 1000  -&gt;&gt;  change the 2.5 to speed it up or slow it down…</p>
]]></description><link>https://forum.magicmirror.builders/post/30996</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/30996</guid><dc:creator><![CDATA[cowboysdude]]></dc:creator><pubDate>Sat, 11 Nov 2017 00:39:30 GMT</pubDate></item></channel></rss>