Weather: Dutch weekdays instead of English
Posted: 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,
}
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,
}