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

Newsfeed not loading on display properly

Scheduled Pinned Locked Moved Troubleshooting
6 Posts 2 Posters 2.4k 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.
  • H Offline
    homebrew
    last edited by Dec 27, 2017, 10:36 PM

    Re: Newsfeed is not loading

    Hi,

    My syntax seems to be fine, but am getting the comments within Terminal-
    Create new news fetcher for url: http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml - Interval: 300000
    Create new news fetcher for url: http://feeds.bbci.co.uk/news/video_and_audio/news_front_page/rss.xml?edition=uk - Interval: 300000

    I used the exact code from the newsfeed module. I tried getting a new rss-link from bbc and got the same comment anyways.

    Any ideas would be greatly appreciated!

    M 1 Reply Last reply Dec 27, 2017, 10:50 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @homebrew
      last edited by Dec 27, 2017, 10:50 PM

      @homebrew

      Can you describe how it is “not loading on display properly?”

      Create a working config
      How to add modules

      H 1 Reply Last reply Dec 27, 2017, 11:00 PM Reply Quote 1
      • H Offline
        homebrew @Mykle1
        last edited by Dec 27, 2017, 11:00 PM

        This post is deleted!
        M 1 Reply Last reply Dec 27, 2017, 11:14 PM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @homebrew
          last edited by Mykle1 Dec 27, 2017, 11:16 PM Dec 27, 2017, 11:14 PM

          @homebrew

          Ok, so, disable or remove the stocks module entry because we know that’s not working anyway.

          Then edit your newsfeed entry to look like this. You can edit out my stuff and/or add your BBS news in the same way

          {
          	module: 'newsfeed',
          	position: 'bottom_bar',
          	config: {
          		feeds: [
          				{
          				title: "NASA",
          				url: "https://www.nasa.gov/rss/dyn/solar_system.rss"
          				},
          				{
          				title: "Reuters Science News",
          				url: "http://feeds.reuters.com/reuters/scienceNews"
          				},
          				{
          				title: "New York Times",
          				url: "http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml"
          				},
          				{
                              		title: "BBC World News",
                              		url: "http://feeds.bbci.co.uk/news/world/us_and_canada/rss.xml"
                          		},
          			],
          			showSourceTitle: true,
          			showPublishDate: true
          			}
          		}
          	]
          
          };
          /*************** DO NOT EDIT THE LINE BELOW ***************/
          if (typeof module !== 'undefined') {module.exports = config;}
          

          Create a working config
          How to add modules

          H 1 Reply Last reply Dec 27, 2017, 11:30 PM Reply Quote 2
          • H Offline
            homebrew @Mykle1
            last edited by Dec 27, 2017, 11:30 PM

            @Mykle1

            finally worked! I had to comment out the google maps traffic module too
            thanks!

            M 1 Reply Last reply Dec 28, 2017, 1:43 AM Reply Quote 2
            • M Offline
              Mykle1 Project Sponsor Module Developer @homebrew
              last edited by Dec 28, 2017, 1:43 AM

              @homebrew

              Great! :-)

              Create a working config
              How to add modules

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