@cowboysdude Alright thanks :)
Read the statement by Michael Teeuw here.
Posts
-
RE: 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 :) -
RE: News module wiht pictures
@cowboysdude Here’s a list of the translation errors that I noticed:
- ‘2 Jahre vor’ is correctly ‘vor 2 Jahren’
- ‘1 Jahr vor’ is correctly ‘vor 1 Jahr’
- ‘2 Monate vor’ is correctly ‘vor 2 Monaten’
- ‘1 Monat vor’ is correctly ‘vor 1 Monat’
- ‘2 Wochen vor’ is correctly ‘vor 2 Wochen’
- ‘1 Woche vor’ is correctly ‘vor 1 Woche’
- ‘2 Tage vor’ is correctly ‘vor 2 Tagen’
- ‘1 Tag vor’ is correctly ‘vor 1 Tag’
- ‘2 Std vor’ is correctly ‘vor 2 Std’ or ‘vor 2 Stunden’ - ‘Std’ is the abbreviation for ‘Stunde’ or ‘Stunden’
- ‘2 Protokoll vor’ (I think that should stand for minutes?) - is correctly ‘vor 2 Minuten’
- ‘1 Minute vor’ is correctly ‘vor 1 Minute’
- ‘2 seconds vor’ is correclty ‘vor 2 Sekunden’
- ‘1 seconds vor’ is correctly ‘vor 1 Sekunde’
I was able to correct it myself. The rest seems all correct.
Thank you for the effort you put in this! :) -
RE: News module wiht pictures
@cowboysdude Wow thank you so much! :) It works really good, thank you! :)
-
RE: News module wiht pictures
@cowboysdude Hey thanks for your answer!
This is the link to the feed: https://www.badisches-tagblatt.de/LokalesBadenBaden.rss -
News module wiht pictures
I would like to include a rss-feed with pictures from a local newspaper in my MagicMirror. The module MMM-PNews looks exactly like I would like to have it but unfortunately you can only add feeds from this site, where my feed isn’t included. I couldn’t find a common module where you can add your own feeds. Does anyone know any module which does the same or something similar? Or is it possible to change the MMM-PNews module to display own rss-feeds? I took a look at the JavaScript code of the module but I couldn’t figure out a way to add own feeds.
Thanks for your help and tipps!