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

MMM-RSS-FEED Update

Scheduled Pinned Locked Moved Requests
5 Posts 3 Posters 2.5k Views 3 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.
  • L Offline
    Lio019
    last edited by Feb 18, 2018, 11:17 AM

    Hello Friends.

    I´m new in Forum. I like your works.

    I´m Building now my own Mirror and have a question to the Modul RSS-FEED

    Its show me only one message.

    Can i insert a Update Time or must i use a other RSS Feed?

    Now i use the Feed from rss.orf.at/news.xml

    Thanks

    N 1 Reply Last reply Feb 18, 2018, 12:55 PM Reply Quote 0
    • K Offline
      Krato5
      last edited by Feb 18, 2018, 12:12 PM

      @Lio019 Me also wondering with that , wish if it can become like the deleault newsfeed module with its options

      1 Reply Last reply Reply Quote 0
      • N Offline
        ninjabreadman @Lio019
        last edited by ninjabreadman Feb 18, 2018, 12:56 PM Feb 18, 2018, 12:55 PM

        @Lio019 @Krato5 You’re right. Looking at the code, it loops through the entries but overwrites itself, displaying only the last one (in MMM-RSS-FEED.js):

        var entries = result.feed.entries;
          for(var i = 0; i < entries.length; i++){
          var entry = entries[i];
          wrapper.innerHTML = entry.title;
        }
        

        I think the author didn’t notice because it’s used for a “Word of the Day” feed in the screenshot, where one only wants the latest entry.

        You want it to rotate all of the RSS entries? Why not use the default newsfeed module?

        Problem with config or JavaScript? Copy/paste it into JSHint.
        Check out the detailed walkthroughs on install, config, modules, etc.

        1 Reply Last reply Reply Quote 0
        • L Offline
          Lio019
          last edited by Feb 18, 2018, 1:09 PM

          thanks.

          i don´t use the default newsfeed because its everytime show “Laden (loading)”

          i think it was not supportet

          1 Reply Last reply Reply Quote 0
          • K Offline
            Krato5
            last edited by Feb 18, 2018, 8:52 PM

            ya well they re almost the some i think , just to make things batter …

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              1/5
              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