MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. Snoevit
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 12
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Translate errors in "NEWS"

      Hey! I got the same issue, i solved it by using this:

      {
      	module: 'newsfeed',
      	position: 'bottom_center',
      	config: {
      		feeds: [
      			   {
      			   title: "Expressen",
      			   url: "http://expressen.se/rss/nyheter",
      			   encoding: "ISO-8859-1",
      			   },
      		        ],
      			showSourceTitle: true,
      			showPublishDate: true,
      			showDescription: true,
      			reloadInterval: 200000,
      			updateInterval: 15000,
      			animationSpeed: 3500
                        }
      }, 
      

      When i was trying with Aftonbladet, DN and my local paper, they all worked without encoding, so there must be something in Expressens feed.

      posted in Troubleshooting
      S
      Snoevit
    • 1 / 1