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.

    is it working well about Multi RSS News Feed?

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 2 Posters 1.7k Views 2 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.
    • P Offline
      poohaboy
      last edited by poohaboy

      I configured followed to introduction of New Feed Module like below.
      I want to see two RSS News alternatively, now one news only appears on the Magic Mirror.
      Is this happened for me only? Could you advise how I can make two news appear in rotation?

      modules: [
      	{
      		module: "newsfeed",
      		position: "bottom_bar",	// This can be any of the regions. Best results in center regions.
      		config: {
      			// The config property is optional.
      			// If no config is set, an example calendar is shown.
      			// See 'Configuration options' for more information.
      
      			feeds: [
      				{
      					title: "New York Times",
      					url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml",
      				},
      				{
      					title: "BBC",
      					url: "http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk",
      				},
      			]
      		}
      	}
      ]
      
      S 1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @poohaboy
        last edited by

        @poohaboy the default module collects all the feed info into one list

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        P 1 Reply Last reply Reply Quote 0
        • P Offline
          poohaboy @sdetweil
          last edited by

          @sdetweil Thanks for reply, what do you think about seeing all the feed on my MM2 when I reinstall module?

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            sdetweil @poohaboy
            last edited by sdetweil

            @poohaboy I added two feeds, and I see info from both

            {
                  module: "newsfeed",
                  disabled: false,
                  position: "bottom_bar",
                  config: {
                    feeds: [
                      {
                        title: "New York Times",
                        url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
                      },
                      {
                        title: "BBC",
                        url: "http://feeds.bbci.co.uk/news/world/rss.xml",
                      }          
                    ],
                    showSourceTitle: true,
                    showPublishDate: true
                  }
                },
            

            they are sorted by published date, most recent to oldest

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            P 1 Reply Last reply Reply Quote 0
            • P Offline
              poohaboy @sdetweil
              last edited by poohaboy

              @sdetweil said in is it working well about Multi RSS News Feed?:

              http://feeds.bbci.co.uk/news/world/rss.xml

              Thank you so much. I found what was wrong at my side. My problem was that News contents was older than others’ since my RSS address I want to see was not latest. After I change new RSS, I can see News alternatively.

              1 Reply Last reply Reply Quote 0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

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