• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.7k 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.
  • C Offline
    cowboysdude Module Developer
    last edited by cowboysdude Jul 23, 2018, 1:21 AM Jul 23, 2018, 1:20 AM

    Or this one…

    https://github.com/cowboysdude/MMM-Jnews

    0_1532308890684_capture.png

    1 Reply Last reply Reply Quote 2
    • C Offline
      Charley Module Developer
      last edited by Jul 23, 2018, 8:53 AM

      If you want to see more then just the title you must set the configurations options properly

      check The Configuration options here.

      MMM-Bose-Soundtouch, MMM-Domoticz, MMM-crypto-portfolio, MMM-Fibaro, MMM-rain-forecast

      1 Reply Last reply Reply Quote 1
      • J Offline
        jeffreyking
        last edited by Jul 31, 2018, 3:54 PM

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

        C 1 Reply Last reply Aug 1, 2018, 1:52 AM Reply Quote 0
        • C Offline
          cowboysdude Module Developer @jeffreyking
          last edited by cowboysdude Aug 1, 2018, 1:53 AM Aug 1, 2018, 1:52 AM

          @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 Aug 2, 2018, 1:07 AM

            thank you

            J 1 Reply Last reply Aug 2, 2018, 1:45 AM Reply Quote 0
            • J Offline
              justjim1220 Module Developer @jeffreyking
              last edited by justjim1220 Aug 2, 2018, 2:21 AM Aug 2, 2018, 1:45 AM

              @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 Aug 2, 2018, 2:15 AM

                How do I add this @justjim1220

                J M 2 Replies Last reply Aug 2, 2018, 2:23 AM Reply Quote 0
                • J Offline
                  justjim1220 Module Developer @jeffreyking
                  last edited by Aug 2, 2018, 2:23 AM

                  @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
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @jeffreyking
                    last edited by Aug 2, 2018, 2:30 AM

                    @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