@Peter You can post the following in your browser.
https://newsapi.org/v2/top-headlines/sources?apiKey=add-your-api-key-here
This will return all news sources and you can look for more in your country or region.
@Peter You can post the following in your browser.
https://newsapi.org/v2/top-headlines/sources?apiKey=add-your-api-key-here
This will return all news sources and you can look for more in your country or region.
@Peter why not just use your country code as input? That would pull news from all available sources for your specific country. I do not think that they have a list of specific sources.
you can add &country=nl to the end and it will filter just nl. From what I have seen is that nl only has one provider,
{
"status": "ok",
"sources": [
{
"id": "rtl-nieuws",
"name": "RTL Nieuws",
"description": "Volg het nieuws terwijl het gebeurt. RTL Nieuws informeert haar lezers op een onafhankelijke, boeiende en toegankelijke wijze over belangrijke ontwikkelingen in eigen land en de rest van de wereld.",
"url": "https://www.rtlnieuws.nl/",
"category": "general",
"language": "nl",
"country": "nl"
}
]
}
@Peter You can have a look at the sources section on the module page. It provides a link to obtain sources.
@emile-gasbarri Hi. Sorry, I do not have any time to do this.
@RIKKO14 You should then be able to run pm2 logs --lines 50 and that should return the details from the pm2 log. Hopefully it has any error details.
@RIKKO14 How do you start MagicMirror?
@RIKKO14 Also, are there any errors where you start MM? If you start it using pm2 then the pm2 logs need to be checked. If NPM then check the terminal where you run npm from.
@RIKKO14 I know Sam would want to have a look at the upgrade log. Can you check that for any errors? I think it is in the installers directory.
@RIKKO14 My suggestion would be to use the script from Sam. See his Github for script details. Use his upgrade script .
https://github.com/sdetweil/MagicMirror_scripts
Run the upgrade script and then run it with apply
@dondula Yeah, MMM-News was handed back to original author and archived. You should install MMM-NewsAPI and use that instead.