hi i cant seems to get to module to work as intended.
is it possible to specify 2 countries?
even then, when i specify country as SG, it keep showing me the default news from 24news.
what am i doing wrong here?
{
module: "MMM-NewsAPI",
header: "news",
position: "top_center",
config: {
apiKey: "12345",
type: "horizontal",
choice: "headlines",
pageSize: 10,
sortBy: "publishedAt",
drawInterval: 1000*30,
templateFile: "template.html",
fetchInterval: 1000*60*60,
QRCode: true,
query: {
country: "sg",
category: "",
q: "",
qInTitle: "",
domains: "",
excludeDomains: "",
language: "",
}
}
},



