MagicMirror² v2.14.0 is available! For more information about this release, check out this topic.
Change language in Clock module?
-
I’m trying to change the language in the default clock module. I want to change from english to swedish.
Possible? and if so… how?Thanks
-
Configure your
config.js
. You can find these lines.... language: "en", timeFormat: 24, units: "metric", ...
Modify
language:"en"
tolanguage:"sv"
. (I don’t know exact Swedish locale code. I believesv
means Swedish, right?
Then restart MM.
-
Wow… I feel dumb…
Thanks!
-
THX this was helpful!