let config = { address: "0.0.0.0", port: 8080, basePath: "/", ipWhitelist: [], useHttps: false, language: "de", locale: "de-DE", logLevel: ["INFO", "LOG", "WARN", "ERROR"], timeFormat: 24, units: "metric", modules: [ { module: "alert", }, { module: "updatenotification", position: "top_bar" }, { module: 'MMM-Carousel', position: 'bottom_bar', config: { transitionInterval: 22000, showPageIndicators: true, showPageControls: false, ignoreModules: ["MMM-BurnIn"], mode: 'slides', slides: { "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: 'newsfeed', position: "bottom_bar", carouselId: "1" } ] } } }, { module: "clock", position: "top_left", config: { carouselId: '1', timeFormat: 24, } }, { module: "weather", position: "top_right", config: { carouselId: "1", weatherProvider: "openweathermap", type: "current", location: "Worms", locationID: "2806142", apiKey: "e3185c8094b5cbc1d4291d0dcf64e113" } }, { module: "weather", position: "top_right", header: "Wettervorhersage", config: { carouselId: "1", weatherProvider: "openweathermap", type: "forecast", location: "Worms", locationID: "2806142", apiKey: "e3185c8094b5cbc1d4291d0dcf64e113" } }, { module: 'MMM-DWD-WarnWeather', position: 'top_right', config: { carouselId: "1", region: 'Worms', changeColor: true, minutes: false, displayRegionName: true, displayInnerHeader: true, interval: 10 * 60 * 1000, loadingText: 'Warnungen werden geladen...', noWarningText: 'Keine Warnungen', severityThreshold: 2 } }, { module: "newsfeed", position: "bottom_bar", config: { carouselId: "1", feeds: [ { title: "Tagesschau.de", url: "https://www.tagesschau.de/xml/rss2/", ignoreOlderThan: "345600000" }, { title: "Schwarzwälder Bote - Rottweil", url: "https://www.schwarzwaelder-bote.de/rottweil.rss.feed", 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", position: "bottom_bar", config: { updateInterval: 15, invertDuration: 5 } } ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== "undefined") { module.exports = config; }