A MagicMirror Module for compliments in my own language.
At the moment there are just four languages:
- Danish
dk-compliments.json
- English
en-compliments.json
- German
de-compliments.json
- Dutch
nl-compliments.json
- Chuvash
cv-compliments.json
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"
},
Copy the xx-compliments.json to /MagicMirror/modules/default/compliments and change it to:
{
module: "compliments",
position: "lower_third",
config: {
remoteFile: 'dk-compliments.json'"
}
},
Change dk-compliments.json
to your own language like en-compliments.json
or nl-compliments.json
. The abbreviation of your language can be found above.
Danish language by The-Exterminator, Dutch and English languages by Micha den Heijer, German language by fixing-it, Chuvash language by mirontoli.