@Peter Sorry about that Peter. If there is nothing further please remember to mark as resolved.
There is another option. You can use my module, MMM-NewsAPI which has a language option. It will bring up news from multiple source with the language of nl.
Just follow the instructions on the Github page.
817bc357-c4cf-47cc-8ce7-c49777a0dd20-image.png
You can use your existing NewsAPI apiKey.
You can use the following configuration.
{
module: "MMM-NewsAPI",
//header: "news",
position: "bottom_center",
disabled: false,
config: {
apiKey: "your-api-key-goes-here",
choice: "headlines",
pageSize: 20,
sortBy: "publishedAt",
drawInterval: 1000*30,
templateFile: "template.html",
fetchInterval: 1000*60*60,
query: {
country: "",
category: "",
q: "",
qInTitle: "",
sources: "",
domains: "",
excludeDomains: "",
language: "nl"
}
}
}