@darrenhill BBC seems to be working fine.

Not sure why yours is not pulling anything. I am using the following config.
module: "MMM-NewsAPI",
header: "news",
position: "bottom_bar",
pages: {"sport": "bottom_bar"},
config: {
apiKey: "API_KEY",
type: "horizontal",
choice: "everything",
pageSize: 20,
sortBy: "publishedAt",
drawInterval: 1000*30,
templateFile: "template.html",
fetchInterval: 1000*60*60,
query: {
country: "",
category: "",
q: "",
qInTitle: "",
sources: "",
domains: "bbc.co.uk",
excludeDomains: "",
language: ""
}
}
},```



