mumblebaj / MMM-NewsAPI

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

Optional QR Code for Article URI #7

Closed blades closed 1 year ago

blades commented 1 year ago

What it says on the tin, really. Have added QRious to provide a QR link to the article URL as an option. Default sticks the QR code over on the right, but I used a custom css on my end to shift it left. I went right for this because otherwise there's a big black empty space where the canvas object goes thanks to the margin I put on there.

Also fixed a minor bug with article ID/Name not being populated. I think the output JSON from the newsapi no longer includes the description/content any more, so I also added a headline.html template that might be useful with less information in there.

Hopefully it's a useful addition, but if not, no worries - just thought it might be useful to someone else.

mumblebaj commented 1 year ago

Merging to Dev branch to test and compare. Once happy will Merge to main.