Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Latest commit

 

History

History
44 lines (40 loc) · 1.56 KB

README.md

File metadata and controls

44 lines (40 loc) · 1.56 KB

⚠️ MagicMirror-Compliments is deprecated, please consider creating your own fork.

MagicMirror-Compliments No Maintenance Intended

I wanted the MagicMirror compliments in my own language, so here are some translations. Feel free to add your own language!

How to add the compliments to your MagicMirror

Step 1: Check for supported languages

At the moment there are just four languages:

  • English en.json
  • German de.json
  • Dutch nl.json
  • Chuvash cv.json

Step 2: Change config

Open your config:

sudo nano ~/MagicMirror/config/config.js

Scroll till you can see the compliments module. It looks something like this:

{
    module: "compliments",
    position: "lower_third"
},

Change it to:

⚠️ MagicMirror-Compliments is deprecated, please consider creating your own fork and using that url as remoteFile.

{
    module: "compliments",
    position: "lower_third",
    config: {
        remoteFile: "https://raw.githubusercontent.com/michadenheijer/MagicMirrorCompliments/main/nl.json"
    }
},

Change nl.json to your own language like en.json or fr.json. The abbreviation of your language can be found above.

Credits

Dutch and English languages by Micha den Heijer, German language by fixing-it, Chuvash language by mirontoli.

Visit MagicMirror!

MagicMirror