Read the statement by Michael Teeuw here.
Frameless Bathroom Mirror - Part 1: Software and Preparations
-
hi. wie hast du die deutschen news da rein bekommen?
ich scheiter da immer.
-
@samson_82 Hallo, du brauchst doch nur die (RSS feeds) von von Deutschen Nachrichten in die config einfügen.
Ich kann dir auch mal meine config von den Nachrichten schicken…wenn es bei dir nicht klappt. -
@samson_82 Hi, ja, wie auch @Stoffbeuteluwe geschrieben hat, du brauchst nur eine passende url für einen rss feed im config.js eintragen: ich habe diese beiden verwendet:
{ module: "newsfeed", position: "bottom_bar", config: { feeds: [ { title: "derStandard.at - Newsroom", url: "http://derStandard.at/?page=rss&ressort=Newsroom" }, { title: "kurier.at", url: "http://kurier.at/newsfeed/nachrichten_rss.xml" }, ], showSourceTitle: true, showPublishDate: true } },
-
That‘s a really cool sneak preview. I like the maps integration with iFrame and will give it a try on my mirror. Looking forward to seeing the finished build.
-
Danke euch.
Werds am Freitag mal testen.MfG
-
Is that Postmodern Jukebox in the video?
-
@bhepler yes exactly :-)
It is “Life on Mars” - a terrific rendition, I find. -
@samson_82 did it work? Hat’s geklappt?
-
Ja hats. Danke
-
@Meidlmarkus said in Glass on the way, but still eager to share my first try:
I’m a bit proud of the next module to be honest.
And you have every reason to be! That’s great. I can’t even get any map displayed on the mirror.
To have it appear in a matching style I used filter:greyscale 100% plus invert 100% within the js of the module. This way I managed a quite decent google display without the need of an API key.
Would you mind sharing the module’s code from your config file, as well as the modified MMM-iFrameReload.js ?