Read the statement by Michael Teeuw here.
MMM-NewsFeedTicker, how do I make the marquee go faster
-
Try this, but after that I don’t know.
.tickerbody { -webkit-animation: marquee 1s linear infinite !important; -moz-animation: marquee 1s linear infinite !important; -ms-animation: marquee 1s linear infinite !important; -o-animation: marquee 1s linear infinite !important; animation: marquee 1s linear infinite !important; }
Be aware that the Raspberry pi doesn’t do animations very well, so something that works smooth and quick on a normal computer won’t work as well on a pi.
-
Thanks, great job.:winking_face:
There you can see how “important” is important, the same, did yesterday too. -
I have now discovered a new problem.
I want to read the entire line and not the same line twice. *(Ich möchte die gesamte Zeile und nicht zweimal dieselbe Zeile lesen.)
Where can you extend the display time? (Wo kann man die Anzeigezeit verlängern?) -
@broberg said in MMM-NewsFeedTicker, how do I make the marquee go faster:
MMM-NewsFeedTicker
go to the following line in the MMM-NewsFeedTicker.js file and change the number 1000 to a lower number. (some users are finding that changing to 300 works best for them, adjust to your preference)
tickerBody.style.animationDuration = Math.round(this.config.updateInterval / 1000) + "s";
hope it helps you
-
@JohnDelta
Unfortunately no, thanks anyway.
My main concern is: “I want to read the entire line and not the same line twice. Where can you extend the display time?”Lordy