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.2k 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.
    • scott5532S Offline
      scott5532
      last edited by

      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 Reply Quote 0
      • ? Offline
        A Former User @scott5532
        last edited by

        @scott5532 How about using default newsfeed module?

        1 Reply Last reply Reply Quote 2
        • scott5532S Offline
          scott5532
          last edited by

          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
          • cowboysdudeC Offline
            cowboysdude Module Developer
            last edited by cowboysdude

            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

              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

                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
                        • 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