Page 1 of 1

Open Weather Map language

Posted: Tuesday 19 January 2021 16:04
by JanvdW
In the Open Weather Map configuration in Dashticz (CONFIG.js) I have set both [owm_country] and owm_lang] to 'NL'. This results in a Dutch description of the weather, but the days are still in English (which is different in the manual. I think that this is caused by the English client OS, but it would be nice if the days are presented in the language that is set in OCNFIG.js as well.

Re: Open Weather Map language

Posted: Tuesday 19 January 2021 17:26
by HansieNL
Do you have the following language setting?

Code: Select all

config['language'] = 'nl_NL';
Edit:
Check also the following language setting:

Code: Select all

config['calendarlanguage'] = 'nl_NL';

Re: Open Weather Map language

Posted: Tuesday 19 January 2021 19:27
by JanvdW
The 'language' parameter was fine, but I had no ''calendarlanguage' set. That did the trick and solved the issue. Thanks!