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

News feed not loading and how not to translate them

Scheduled Pinned Locked Moved Troubleshooting
5 Posts 3 Posters 2.9k Views 3 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.
  • A Offline
    albaace
    last edited by Dec 12, 2016, 7:37 PM

    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 Offline
      chrisfoerg
      last edited by Dec 12, 2016, 9:37 PM

      Can you post your config?

      1 Reply Last reply Reply Quote 0
      • A Offline
        albaace
        last edited by Dec 13, 2016, 4:22 PM

        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
        • Y Offline
          yawns Moderator
          last edited by Dec 13, 2016, 4:42 PM

          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 Offline
            albaace
            last edited by Dec 13, 2016, 4:57 PM

            Perfect! It works. Thank you very much @chrisfoerg

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