• 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.0k 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.
  • S Offline
    scott5532
    last edited by Jul 19, 2018, 6:05 PM

    Hello everyone,

    I was wondering if anyone has a link to a good RSS module. I have been using
    MM-RSS-FEED unsuccessfully, and everything I read says it may not have been finished off very well.

    Thanks in advance,

    Andy Scott

    ? 1 Reply Last reply Jul 19, 2018, 6:31 PM Reply Quote 0
    • ? Offline
      A Former User @scott5532
      last edited by Jul 19, 2018, 6:31 PM

      @scott5532 How about using default newsfeed module?

      1 Reply Last reply Reply Quote 2
      • S Offline
        scott5532
        last edited by Jul 22, 2018, 1:50 PM

        Hello,

        Currently using the default news feed and it works fine, but looking around to see if there’s anything else that may display further information and not just the title.
        I have the MI5 RSS “current threat level” running on our information mirror at work and don’t know if it shows anything else except “Current Threat Level: SEVERE”

        Thanks for your comment,
        Andy Scott

        ![alt text](0_1532267376862_MM Screen.PNG image url)

        1 Reply Last reply Reply Quote 0
        • 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
                      • 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