I discovered now how to fix, just changed the encoding in both files and its working
Read the statement by Michael Teeuw here.
Posts
-
RE: Not reading RSS
-
RE: Not reading RSS
Thanks for the help, it was an “http://” that was missing :p
But Now i have the se=ame problem that you had, a lot of "?"appears in special caracthers like “ç”, “ó”, etc.
Any solution? -
RE: Not reading RSS
This is my newsfeed.js file
// Default module config. defaults: { feeds: [ { title: "Ultimas Noticias", url: "http://www.cmjornal.pt/rss", encoding: "UTF-8" //ISO-8859-1 } ], showSourceTitle: true, showPublishDate: true, showDescription: false, wrapTitle: true, wrapDescription: true, truncDescription: true, lengthDescription: 400, hideLoading: false, reloadInterval: 5 * 60 * 1000, // every 5 minutes updateInterval: 10 * 1000, animationSpeed: 2.5 * 1000, maxNewsItems: 0, // 0 for unlimited ignoreOldItems: false, ignoreOlderThan: 24 * 60 * 60 * 1000, // 1 day removeStartTags: "", removeEndTags: "", startTags: [], endTags: [], prohibitedWords: [] }, // Define required scripts. getScripts: function() { return ["moment.js"]; },
Any idea why its stuck on loading?
-
RE: Not reading RSS
@ninjabreadman said in Not reading RSS:
I understood what you meened now, i runned that command and it loaded the RSS, but in the magicMirror app just says loading
-
RE: Not reading RSS
Yeah, i installed an older version of raspian and it worken now, 2 months later. With the NY Times it works, but with my RSS it just stays on loading
-
Not reading RSS
Im trying to put this RSS (http://www.cmjornal.pt/rss) but the module just stays on “loading”
Any guesses? -
RE: Ill pay to someone that can install MagicMirror
I tryed everything that you guys sayed here in forum, and nothing worked
-
Ill pay to someone that can install MagicMirror
Im tired of trying to install MagicMirror and just getting a lot of errors that I cant solve. Ill pay any price to someone that can install this for me on my raspberry
-
RE: Cant put this to work
I didnt even knew the app created a local server
-
Cant put this to work
My first time building a mirror, and i cant run the app, actually i can rin it but is just stays all black. Can you guys help me out?