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 Troubleshooting
    6 Posts 4 Posters 4.4k Views 4 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.
    • X Offline
      xchribiza
      last edited by

      Your link seems to be fine and I think that should work.
      If you can copy and paste the config file (especially the module rss) to see if there is any error in the code
      As far as your second question YES you can put 2 or more rss feeds
      Just copy and paste the code with the title and url under the excisting one in the module.

      1 Reply Last reply Reply Quote 1
      • cowboysdudeC Offline
        cowboysdude Module Developer
        last edited by cowboysdude

        Ooooooooooooorrrrrrrrrrrrr you could do a search on the forum because this has happened to others before…

        That little search feature…such a nice thing to have on a forum…

        Like this one… https://forum.magicmirror.builders/topic/881/more-newsfeed-s/3

        1 Reply Last reply Reply Quote 2
        • sithasS Offline
          sithas
          last edited by

          ok so here is the config all i did was switch out the nyt with the espn.{
          module: “newsfeed”,
          position: “bottom_bar”,
          config: {
          feeds: [
          {
          title: “New York Times”,
          url: “http://www.espn.com/espn/rss/nhl/news”
          }
          ],
          showSourceTitle: true,
          showPublishDate: true
          }
          when i do that it sits in loading but mirror boots up also i get this
          reate new calendar fetcher for url: http://www.calendarlabs.com/templates/ical/US-Holidays.ics - Interval: 300000
          Create new news fetcher for url: http://www.espn.com/espn/rss/nhl/news - Interval: 300000
          Whoops! There was an uncaught exception…
          TypeError: parser.close is not a function
          at SAXStream.openf1 (/home/pi/MagicMirror/node_modules/feedme/lib/xmlfeedparser.js:107:14)
          at emitOne (events.js:96:13)
          at SAXStream.emit (events.js:188:7)
          at SAXParser.me._parser.(anonymous function) [as onopentag] (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:258:17)
          at emit (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:624:35)
          at emitNode (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:629:5)
          at openTag (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:825:5)
          at SAXParser.write (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:1391:13)
          at SAXStream.write (/home/pi/MagicMirror/node_modules/sax/lib/sax.js:239:18)
          at module.exports.yoshi.write (/home/pi/MagicMirror/node_modules/feedme/lib/feedme.js:41:14)

          any help would be great ive looked all over and nothing i do seems to work

          sithas

          1 Reply Last reply Reply Quote 0
          • M Offline
            MasonT3 @sithas
            last edited by

            @sithas I personally couldn’t get any ESPN rss feed to work, but I figured it out if you google “google feedburner” (or go to https://feedburner.google.com/fb/a/myfeeds) and type your rss feed link: http://www.espn.com/espn/rss/nhl/news it will create that into a feed that the mirror will load, I already did it for you if you just want to put “http://feeds.feedburner.com/espn/Whny” in your config for rss feed. And if you have multiple rss feeds they just rotate through them all. If you need any more help let me know.

            1 Reply Last reply Reply Quote 1
            • sithasS Offline
              sithas
              last edited by

              Thanks Mason I was pulling my hair out trying to figure out why it would not work. works like a charm now…

              thanks

              Sithas

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy