Jonathan Starck 3 жил өмнө
parent
commit
f709780d6e
1 өөрчлөгдсөн 21 нэмэгдсэн , 0 устгасан
  1. 21 0
      config/config.js

+ 21 - 0
config/config.js

@@ -111,6 +111,27 @@ let config = {
 				afternoonEndTime: 20,
 				remoteFile: "https://gist.githubusercontent.com/Psycho0verload/af47b09bacebfc887a5a4f7fef44fd39/raw/428db52c39bba05f78a02ca3ec5d4e13e224b52d/compliments.json"
 			}
+		},
+		{
+			module: "newsfeed",
+			position: "bottom_bar",
+			config: {
+				carouselId: "1",
+				feeds: [
+					{
+						title: "Tagesschau.de",
+						url: "https://www.tagesschau.de/xml/rss2/"
+					},
+					{
+						title: "Der Postillon",
+						url: "http://feeds.feedburner.com/blogspot/rkEL"
+					}
+				],
+				showSourceTitle: true,
+				showPublishDate: true,
+				broadcastNewsFeeds: true,
+				broadcastNewsUpdates: true
+			}
 		}
 	]
 }