Read the statement by Michael Teeuw here.
News module wiht pictures
-
@cowboysdude I noticed another error: If no author is specified in an RSS entry, the entry will not be displayed. When the first entry of the feed has no author, the module won’t display anything till an entry with an author is loaded.
I fixed the bug myself but wanted to let you know about it anyway :) -
@Sven1894 said in News module wiht pictures:
Jahren
I will make those corrections after work tonight and post back so you can do a git pull to update :)
-
@cowboysdude Alright thanks :)
-
@cowboysdude Is it possible to put the date, author and so on under the picture? I think it would look better there :)
-
Not really. It’s written as a flex-container so 3 divs can be put side by side.
You can play with it if you want :) Can’t get into too much trouble as it’s on github and if it gets messed up you can always just go get it and copy over the messed up files :)
How to update:
~MagicMirror/modules/MMM-YourNews
in that directory type: ‘git pull’That should give you the new version with no errors for no author :)
-
@cowboysdude alright thank you :)
-
@Sven1894 You’re Welcome!