mumblebaj / MMM-NewsAPI

MagicMirror² module - displaying news articles from Newsapi.org API V2
MIT License
7 stars 5 forks source link

Cannot get any news at all. #1

Closed aLECChe closed 3 years ago

aLECChe commented 3 years ago

Cannot get any news at all. With of without country code. And the error returned is null.

error-001

error-002

Thank you very much.

mumblebaj commented 3 years ago

Please Query options: When using everything, you cannot use the country option. You can use it with the headlines option.

aLECChe commented 3 years ago

I might have found the problem. It seems you cannot just pick one query option, you have to write them all.

news-001

mumblebaj commented 3 years ago

Ah, good catch. There is a specific check that country and sources can't be used together. This check causes an issue if country is used on it's own. Sources and Country cannot be used together. I will add a fix for that.

mumblebaj commented 3 years ago

I have made a change that should now work with just supplying the country.