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

Newfeet only show the last rss feed

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 3 Posters 4.3k Views 1 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.
  • S Offline
    shgmongohh
    last edited by Oct 5, 2016, 4:43 PM

    Hello,
    in my newsfeed module I have three rss feeds. The module only shows the last one on the mirror.
    Is this correct?
    Sebastian

    M 1 Reply Last reply Oct 5, 2016, 6:35 PM Reply Quote 0
    • M Offline
      MichMich Admin @shgmongohh
      last edited by Oct 5, 2016, 6:35 PM

      @shgmongohh Could you post the newsfeed part of your config?

      S 1 Reply Last reply Oct 5, 2016, 7:20 PM Reply Quote 0
      • S Offline
        shgmongohh @MichMich
        last edited by Oct 5, 2016, 7:20 PM

        @MichMich
        Here is my newsfeed config

        			module: 'newsfeed',
        			position: 'bottom_bar',
        			config: {
        				feeds: [
        					{
        						title: "Spiegel",
        						url: "http://www.spiegel.de/schlagzeilen/tops/index.rss",						
        						title: "Sueddeutsche",
        						url: "http://rss.sueddeutsche.de/rss/Topthemen",
        						title: "Tagesschau",
        						url: "http://www.tagesschau.de/xml/rss2"
        					}
        				],
        				showSourceTitle: true,
        				showPublishDate: true
        			}
        		}
        

        Sebastian

        1 Reply Last reply Reply Quote 0
        • K Offline
          KirAsh4 Moderator
          last edited by Oct 5, 2016, 7:25 PM

          Break them up:

          				feeds: [
          					{
          						title: "Spiegel",
          						url: "http://www.spiegel.de/schlagzeilen/tops/index.rss",
          					},
          					{
          						title: "Sueddeutsche",
          						url: "http://rss.sueddeutsche.de/rss/Topthemen",
          					},
          					{
          						title: "Tagesschau",
          						url: "http://www.tagesschau.de/xml/rss2"
          					}
          				],
          

          A Life? Cool! Where can I download one of those from?

          S 1 Reply Last reply Oct 5, 2016, 7:34 PM Reply Quote 2
          • S Offline
            shgmongohh @KirAsh4
            last edited by Oct 5, 2016, 7:34 PM

            @KirAsh4
            Thank you. It woks fine!

            Sebastian

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