A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Newsfeed displays umlauts incorrectly
-
Newsfeed displays umlauts incorrectly in the second column.
Help please.
{ module: "newsfeed", position: "bottom_bar", config: { updateInterval: "15000", reloadInterval: "300000", feeds: [ { title: "Stuttgarter Zeitung", url: "http://www.stuttgarter-nachrichten.de/stuttgart.rss.feed", encoding: "UTF-8", } ], showSourceTitle: true, showPublishDate: true, broadcastNewsFeeds: true, broadcastNewsUpdates: true, showDescription: true, } },
-
@sdetweil
Oh! OK SchadeDanke für die Hilfe
Update:
I was able to solve it,
At the end of the defaults of the newsfeed.js = dangerouslyDisableAutoEscaping: true -
-
i put this but no change, now both lines are incorrect :-(
reloadInterval: "300000", feeds: [ { title: "Stuttgarter Zeitung", url: "http://www.stuttgarter-nachrichten.de/stuttgart.rss.feed", encoding: "ISO-8859-1", }
-
@robiv8 yes, I followed more of the issue, and we don’t really have a fix…
-
@sdetweil
Oh! OK SchadeDanke für die Hilfe
Update:
I was able to solve it,
At the end of the defaults of the newsfeed.js = dangerouslyDisableAutoEscaping: true -
@robiv8 if it’s in defaults u can set it in config.js…
don’t edit our files… breaks updatesI didn’t think we had implemented that! cool
-
@sdetweil
OK Thanks for the tip