MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    RSS FEED

    Scheduled Pinned Locked Moved Utilities
    12 Posts 7 Posters 6.4k Views 6 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • J Offline
      jeffreyking
      last edited by

      Is there a module that makes the rss feed scroll across the screen like on TV

      cowboysdudeC 1 Reply Last reply Reply Quote 0
      • cowboysdudeC Offline
        cowboysdude Module Developer @jeffreyking
        last edited by cowboysdude

        @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!

        1 Reply Last reply Reply Quote 0
        • J Offline
          jeffreyking
          last edited by

          thank you

          justjim1220J 1 Reply Last reply Reply Quote 0
          • justjim1220J Offline
            justjim1220 Module Developer @jeffreyking
            last edited by justjim1220

            @jeffreyking

            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);
            			}
            

            "Life's Too Short To Dance With Ugly People"
            Jim Hallock - 1995

            1 Reply Last reply Reply Quote 0
            • J Offline
              jeffreyking
              last edited by

              How do I add this @justjim1220

              justjim1220J Mykle1M 2 Replies Last reply Reply Quote 0
              • justjim1220J Offline
                justjim1220 Module Developer @jeffreyking
                last edited by

                @jeffreyking

                open your newsfeed.js

                find this line… ‘if (!this.config.showFullArticle) {’

                copy and paste that section with my section in the above post.

                "Life's Too Short To Dance With Ugly People"
                Jim Hallock - 1995

                1 Reply Last reply Reply Quote 0
                • Mykle1M Offline
                  Mykle1 Project Sponsor Module Developer @jeffreyking
                  last edited by

                  @jeffreyking

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

                  Create a working config
                  How to add modules

                  1 Reply Last reply Reply Quote 2
                  • 1
                  • 2
                  • 1 / 2
                  • First post
                    Last post
                  Enjoying MagicMirror? Please consider a donation!
                  MagicMirror created by Michael Teeuw.
                  Forum managed by Sam, technical setup by Karsten.
                  This forum is using NodeBB as its core | Contributors
                  Contact | Privacy Policy