MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    News feed not loading and how not to translate them

    Troubleshooting
    3
    5
    2334
    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.
    • A
      albaace last edited by

      Hello,
      I can’t get to work the news feed modules. I am using the MM2 in spanish and the news feed page is in catalan. I used RSS but still not working, says it is loading. Could this problem be due to the translations? How can I make that the news feed don’t get translated?
      Thanks

      1 Reply Last reply Reply Quote 0
      • C
        chrisfoerg last edited by

        Can you post your config?

        1 Reply Last reply Reply Quote 0
        • A
          albaace last edited by

          It is the original config but i changed the language to spanish (lang:es) and the news feed to “http://www.ara.cat/rss.html”. @chrisfoerg
          Here is the config:
          The config file

          var config = {

          port: 8080,
          
          
          
          language: 'es',
          
          timeFormat: 24,
          
          units: 'metric',
          

          modules: [
          {

          		module: 'newsfeed',
          
          		position: 'bottom_bar',
          
          		config: {
          
          			feeds: [
          
          				{
          
          					title: "Diari Ara",
          
          					url: "http://www.ara.cat/rss.html"
          
          				}
          
          			],
          
          			showSourceTitle: true,
          
          			showPublishDate: true
          
          		}
          
          	},
          
          1 Reply Last reply Reply Quote 0
          • yawns
            yawns Moderator last edited by

            use url: 'http://www.ara.cat/rss' instead
            You linked to http://www.ara.cat/rss.html which is a landing page, the real rss feed (xml based) is http://www.ara.cat/rss

            1 Reply Last reply Reply Quote 1
            • A
              albaace last edited by

              Perfect! It works. Thank you very much @chrisfoerg

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy