MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-RSS-FEED Update

    Requests
    3
    5
    2030
    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.
    • Lio019
      Lio019 last edited by

      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 Reply Quote 0
      • Krato5
        Krato5 last edited by

        @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
          ninjabreadman @Lio019 last edited by ninjabreadman

          @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
          • Lio019
            Lio019 last edited by

            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
            • Krato5
              Krato5 last edited by

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

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy