A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
News feed not loading and how not to translate them
-
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 -
Can you post your config?
-
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 filevar 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 } },
-
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 -
Perfect! It works. Thank you very much @chrisfoerg