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
-
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. :-)