MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. poohaboy
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    poohaboy

    @poohaboy

    0
    Reputation
    169
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Seoul, Korea

    poohaboy Unfollow Follow

    Latest posts made by poohaboy

    • RE: is it working well about Multi RSS News Feed?

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

      posted in Troubleshooting
      P
      poohaboy
    • RE: is it working well about Multi RSS News Feed?

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

      posted in Troubleshooting
      P
      poohaboy
    • is it working well about Multi RSS News Feed?

      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",
      				},
      			]
      		}
      	}
      ]
      
      posted in Troubleshooting
      P
      poohaboy