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.

    German "Umlaute" (ä, ü, ö, ß) in compliments module

    Scheduled Pinned Locked Moved Troubleshooting
    6 Posts 2 Posters 8.2k Views 1 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
      Anhalter42 @beck0r
      last edited by

      @beck0r I’ve got at least one “ö” in my compliments and it works; not sure why, though. You can try using an external .json file for your compliments, since thats what I did.

      1 Reply Last reply Reply Quote 0
      • B Offline
        beck0r
        last edited by beck0r

        Ok so here’s what I did to get that going

        • At first created my own .json file named “custom_complis.json” at the following path
        /MagicMirror/modules/default/compliment
        
        • Added my compliments to the external file by using the syntax described here https://github.com/MichMich/MagicMirror/tree/develop/modules/default/complimentst

        • Changed my config.js to…

        		{
        			module: "compliments",
        			position: "lower_third",
        			updateInterval: '20000',
        			config: {
        				remoteFile: 'custom_complis.json'
        				}
        		},
        
        • Restart MM
        • At this point the “umlauts” we’re still shown as unknown characters
        • Connected myself to the pi via WinSCP and browsed to my custom .json file
        • Opened my “custom_complis.json” file with notepad++ and changed the encoding to “UTF-8”
        • Restart MM -> Working

        Thank you

        1 Reply Last reply Reply Quote 0
        • B Offline
          beck0r
          last edited by beck0r

          errr… after a restart of the pi the custom file doesn’t load anymore :-(
          I don’t get it…can somebody help me?

          A 1 Reply Last reply Reply Quote 0
          • A Offline
            Anhalter42 @beck0r
            last edited by

            @beck0r I guess you changed something ;) just restarting doesn’t brake anything.

            1. So, what do you see? Standard compliments? Nothing? Error message?
            2. Does it work with compliments embedded into config file?
            3. Could you post config and remote compliments file?
            B 1 Reply Last reply Reply Quote 0
            • B Offline
              beck0r @Anhalter42
              last edited by

              @Anhalter42
              Sorry I was a little bit frustrated after a long day in front of the PC… I have validated my code against JSONLint aaaaaaaaaand… a single quotation mark " was missing in the middle of the file ;)

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