Read the statement by Michael Teeuw here.
How to resize Icon and Change Day language in WunderGround
-
The language of the days. Goes in your config.js for WunderGround
lang: ‘en’, Change this to your language, or change
language: 'en',
at the top of your config.js, unless you want everything else in English. -
@Mykle1 i got this in my config.js
At the top language: ‘sv’, as i want it in Swedish.
Also i have the WunderGround lang: ‘sv’,But it still shows in English and not in Swedish?
-
@wizz said in How to resize Icon and Change Day language in WunderGround:
But it still shows in English and not in Swedish?
Yes, that’s odd. You could try removing
lang: ‘sv’,
from the WunderGround portion of your config.js.Also, are you sure you’re using the most recent version of WunderGround?
In your terminal, go to ~/MagicMirror/modules/MMM-WunderGround $
and typegit pull
, then restart your mirror -
@wizz said in How to resize Icon and Change Day language in WunderGround:
But it still shows in English and not in Swedish?
I just checked my translations folder in the MMM-WunderGround folder. I only have de, en, fr, nl and pl. This may be where your problem is.
-
@wizz the module uses momentjs to create those day abbrevations. maybe you’re missing the moment locales for swedish.
also the config option
lang
has no effect at all as it is not used anywhere in the code, maybe it is from an old version. The language which is used for moment js is the global config language. -
@strawberry-3-141 the moment locales how do i add that? if it is missing?
-
@wizz The module dependency moment.js gets mapped in the vendor directory to the file moment-with-locales.js and in there is the locale sv. Do the other modules work with swedish language? Is only a part working in swedish? Can you make a screenshot?
-
@strawberry-3-141 Later on tonight i will try to make a screenshot of that. and hope to get that right :)
-
@strawberry-3-141 All Modules work with Swedish but not WunderGround and also the Traffic Module is only in English but the rest works with Swedish?
-
@strawberry-3-141 The default Weather module display in Swedish but not the Wunderground module ?
This means that the moment locales works.