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 and Calendar not loading

    Scheduled Pinned Locked Moved Troubleshooting
    11 Posts 5 Posters 7.3k Views 5 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.
    • V Offline
      vindoan @Mykle1
      last edited by

      @Mykle1 Thanks for the tip, I already tried http://rss.nytimes.com/services/xml/rss/nyt/HomePage.xml too and that didnt see to work either.

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

        @vindoan
        Well, this is the default NY Times url, which is somewhat different from the url you posted above.
        http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml

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

        Create a working config
        How to add modules

        V 1 Reply Last reply Reply Quote 0
        • V Offline
          vindoan @Mykle1
          last edited by

          @Mykle1 if you follow the link, the URL changes and I copied that one. I tried both the default one and the one posted and both didnt work at all.

          1 Reply Last reply Reply Quote 0
          • V Offline
            vindoan
            last edited by

            Im not sure if this is important or not. Im on nodejs version 0.10.29 (stable). There is a more current version but for some reason its not updating to it. Im not sure if thats the issue.\

            1 Reply Last reply Reply Quote 0
            • V Offline
              vindoan
              last edited by

              I FIGURED IT OUT, nodejs had to at least 0.10.40 to work with the modules, had to follow this post to force update it https://raspberrypi.stackexchange.com/questions/48303/install-nodejs-for-all-raspberry-pi

              0 1 Reply Last reply Reply Quote 1
              • 0 Offline
                0livia @vindoan
                last edited by

                @vindoan Hi thanks for your help, to upgrading to the latest nodejs solved it.
                I have a jessie box so i upgraded a different way what you linked for the Pi.

                So here it is if using a linux box instead of Pi

                sudo npm cache clean -f /cleanup the package
                sudo npm install -g n /you’ll need npm’s n module
                sudo n stable
                node -v /you should have the latest nodejs

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