Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

News module not working #66

Closed
dewmguy opened this issue Jan 30, 2016 · 5 comments
Closed

News module not working #66

dewmguy opened this issue Jan 30, 2016 · 5 comments

Comments

@dewmguy
Copy link

dewmguy commented Jan 30, 2016

I just pulled the new version today and uploaded it and the news module isn't working

I just changed the rss feed to "http://www.reddit.com/r/news/.rss", as I've done with many previous versions and not changed any internal settings.

"No feed results for: https://query.yahooapis.com/v1/public/yql?format=json&q=select%20*%20from%20rss%20where%20url%3D'http%3A%2F%2Fwww.reddit.com%2Fr%2Fnews%2F.rss'"
Failed to show a news story 20 times, stopping any attempts

@bitte-ein-bit
Copy link

I get an error when I click on your second link
{"error":{"lang":"en-US","description":"Query syntax error(s) [line 1:62 mismatched character ' ' expecting ''']"}}

You're sure the url is correct? Maybe reddit has some issues in their rss feed? Using a different feed it works for me.

@MichMich
Copy link
Collaborator

MichMich commented Feb 6, 2016

@jerbookins Where you able to solve this? Can I close this issue?

@tomschouteden
Copy link

I am getting the same error as @jerbookins after replacing the feed with the AP feed

news: {
        feed: 'http://hosted2.ap.org/atom/APDEFAULT/cae69a7523db45408eeb2b3a98c0c9c5'
    }
{"error":{"lang":"en-US","description":"Query syntax error(s) [line 1:98 mismatched character ' ' expecting ''']"}}

@MichMich
Copy link
Collaborator

It's due to the usage of the yahoo api. In a previous version we did not use it. I'm not very happy with the Yahoo solution, but don't have the time to make a new solution for it. A pull request would be kindly appreciated.

@MichMich
Copy link
Collaborator

This will be solved in V2.

DonIsaac pushed a commit to DonIsaac/MagicMirror that referenced this issue Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants