Page 1 of 1

Weather: Dutch weekdays instead of English

Posted: Tuesday 10 October 2023 21:25
by michelscholte
Is it possible to get the weekday-names in Dutch instead of English in the weather forecast? The description is in Dutch. I use the OWM version.

My config.js is:
blocks['weather'] = {
type: 'weather',
apikey: '---------------------------------',
city: '---',
decimals: 0,
layout: 0,
icons: 'fill',
count: 3,
showRain: false,
showWind: false,
showGust: false,
country: 'nl',
lang: 'nl',
scale: 1,
}

Knipsel.JPG
Knipsel.JPG (18.74 KiB) Viewed 1047 times

Re: Weather: English weekdays instead of Dutch

Posted: Wednesday 11 October 2023 21:37
by michelscholte
michelscholte wrote: Tuesday 10 October 2023 21:25 Is it possible to get the weekday-names in Dutch instead of English in the weather forecast? The description is in Dutch. I use the OWM version.

My config.js is:
blocks['weather'] = {
type: 'weather',
apikey: '---------------------------------',
city: '---',
decimals: 0,
layout: 0,
icons: 'fill',
count: 3,
showRain: false,
showWind: false,
showGust: false,
country: 'nl',
lang: 'nl',
scale: 1,
}


Knipsel.JPG
Option config['calendarlanguage'] = 'nl_NL' in config.js is the solution.