A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
RSS FEED
-
Is there a module that makes the rss feed scroll across the screen like on TV
-
@jeffreyking said in RSS FEED:
https://www.youtube.com/watch?v=KJZwEZvSVEk
I have one that scrolls up but this is also run on my mini itx…Pi’s don’t like the scrolling. It heats up the PI…that is why the generic news module…it works great on the Pi!
-
thank you
-
I added the marquee script in the newsfeed.js file to make mine scroll across the screen…
} if (!this.config.showFullArticle) { var title = document.createElement("div"); title.className = "normal large bold" + (!this.config.wrapTitle ? " no-wrap" : " "); title.innerHTML = "<marquee scrollamount=10 scrolldelay=90>" + this.newsItems[this.activeItem].title + "</marquee><br>"; wrapper.appendChild(title); }
-
How do I add this @justjim1220
-
open your newsfeed.js
find this line… ‘if (!this.config.showFullArticle) {’
copy and paste that section with my section in the above post.
-
Why don’t you try the module listed above before you go changing the module files? At least see if it runs adequately on your setup first. :-)