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.5k 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer @homebrew
      last edited by

      @homebrew

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

      Create a working config
      How to add modules

      homebrewH 1 Reply Last reply Reply Quote 1
      • homebrewH Offline
        homebrew @Mykle1
        last edited by

        This post is deleted!
        Mykle1M 1 Reply Last reply Reply Quote 0
        • Mykle1M Offline
          Mykle1 Project Sponsor Module Developer @homebrew
          last edited by Mykle1

          @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

          homebrewH 1 Reply Last reply Reply Quote 2
          • homebrewH Offline
            homebrew @Mykle1
            last edited by

            @Mykle1

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

            Mykle1M 1 Reply Last reply Reply Quote 2
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @homebrew
              last edited by

              @homebrew

              Great! :-)

              Create a working config
              How to add modules

              1 Reply Last reply Reply Quote 1
              • 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