Jonathan Starck 3 lat temu
rodzic
commit
fd876326ef
1 zmienionych plików z 30 dodań i 1 usunięć
  1. 30 1
      config/config.js

+ 30 - 1
config/config.js

@@ -30,7 +30,8 @@ let config = {
                     "Main": [
                         { name: 'clock', position: "top_left", carouselId: "1" },
 						{ name: 'weather', position: "top_right", carouselId: "1" },
-						{ name: 'MMM-DWD-WarnWeather', position: "top_right", carouselId: "1" }
+						{ name: 'MMM-DWD-WarnWeather', position: "top_right", carouselId: "1" },
+						{ name: 'newsfeed', position: "bottom_bar", carouselId: "1" }
                     ]
                 }
 
@@ -84,6 +85,34 @@ let config = {
                 noWarningText: 'Keine Warnungen',
                 severityThreshold: 2
             }
+        },
+		{
+            module: "newsfeed",
+            position: "bottom_bar",
+            config: {
+                carouselId: "1",
+                feeds: [
+                    {
+                        title: "Deutscher Berufsverband Rettungsdienst e.V.",
+                        url: "https://dbrd.de/index.php/aktivitaeten?format=feed&type=rss",
+                        ignoreOlderThan: "345600000"
+                    },
+                    {
+                        title: "Allgmeine Zeitung - VG Rhein-Selz",
+                        url: "https://www.allgemeine-zeitung.de/rss/lokales/oppenheim/vg-rhein-selz",
+                        ignoreOlderThan: "345600000"
+                    },
+                    {
+                        title: "Der Postillon",
+                        url: "http://feeds.feedburner.com/blogspot/rkEL",
+                        ignoreOlderThan: "345600000"
+                    }
+                ],
+                showSourceTitle: true,
+                showPublishDate: true,
+                broadcastNewsFeeds: false,
+                broadcastNewsUpdates: false
+            }
         },
 		{
 			module: "MMM-BurnIn",