|
@@ -35,17 +35,17 @@ let config = {
|
|
|
showPageControls: true,
|
|
showPageControls: true,
|
|
|
slides: {
|
|
slides: {
|
|
|
main: [
|
|
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: "compliments", position: "middle_center", carouselId: "1" },
|
|
|
|
|
- { name: "newsfeed", position: "bottom_bar", carouselId: "1" }
|
|
|
|
|
|
|
+ { name: "clock", position: "top_left", carouselId: '1' },
|
|
|
|
|
+ { name: "weather", position: "top_right", carouselId: '1' },
|
|
|
|
|
+ { name: 'MMM-DWD-WarnWeather', position: "top_right", carouselId: '1' },
|
|
|
|
|
+ { name: "compliments", position: "middle_center", carouselId: '1' },
|
|
|
|
|
+ { name: "newsfeed", position: "bottom_bar", carouselId: '1' }
|
|
|
],
|
|
],
|
|
|
"Birgit": [
|
|
"Birgit": [
|
|
|
- { name: "clock", position: "top_left", carouselId: "1" }
|
|
|
|
|
|
|
+ { name: "clock", position: "top_left", carouselId: '1' }
|
|
|
],
|
|
],
|
|
|
"Jonathan": [
|
|
"Jonathan": [
|
|
|
- { name: "clock", position: "top_left", carouselId: "1" }
|
|
|
|
|
|
|
+ { name: "clock", position: "top_left", carouselId: '1' }
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
}
|
|
}
|
|
@@ -54,7 +54,7 @@ let config = {
|
|
|
module: "clock",
|
|
module: "clock",
|
|
|
position: "top_left",
|
|
position: "top_left",
|
|
|
config: {
|
|
config: {
|
|
|
- carouselId: "1",
|
|
|
|
|
|
|
+ carouselId: '1',
|
|
|
timeFormat: 24,
|
|
timeFormat: 24,
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
@@ -62,7 +62,7 @@ let config = {
|
|
|
module: "weather",
|
|
module: "weather",
|
|
|
position: "top_right",
|
|
position: "top_right",
|
|
|
config: {
|
|
config: {
|
|
|
- carouselId: "1",
|
|
|
|
|
|
|
+ carouselId: '1',
|
|
|
weatherProvider: "openweathermap",
|
|
weatherProvider: "openweathermap",
|
|
|
type: "current",
|
|
type: "current",
|
|
|
location: "Worms",
|
|
location: "Worms",
|
|
@@ -75,7 +75,7 @@ let config = {
|
|
|
position: "top_right",
|
|
position: "top_right",
|
|
|
header: "Wettervorhersage",
|
|
header: "Wettervorhersage",
|
|
|
config: {
|
|
config: {
|
|
|
- carouselId: "1",
|
|
|
|
|
|
|
+ carouselId: '1',
|
|
|
weatherProvider: "openweathermap",
|
|
weatherProvider: "openweathermap",
|
|
|
type: "forecast",
|
|
type: "forecast",
|
|
|
location: "Worms",
|
|
location: "Worms",
|
|
@@ -87,7 +87,7 @@ let config = {
|
|
|
module: 'MMM-DWD-WarnWeather',
|
|
module: 'MMM-DWD-WarnWeather',
|
|
|
position: 'top_right',
|
|
position: 'top_right',
|
|
|
config: {
|
|
config: {
|
|
|
- carouselId: "1",
|
|
|
|
|
|
|
+ carouselId: '1',
|
|
|
warnCellID: '807319000',
|
|
warnCellID: '807319000',
|
|
|
changeColor: true,
|
|
changeColor: true,
|
|
|
minutes: false,
|
|
minutes: false,
|
|
@@ -103,7 +103,7 @@ let config = {
|
|
|
module: "compliments",
|
|
module: "compliments",
|
|
|
position: "middle_center",
|
|
position: "middle_center",
|
|
|
config: {
|
|
config: {
|
|
|
- carouselId: "1",
|
|
|
|
|
|
|
+ carouselId: '1',
|
|
|
updateInterval: 20000,
|
|
updateInterval: 20000,
|
|
|
fadeSpeed: 3000,
|
|
fadeSpeed: 3000,
|
|
|
morningStartTime: 5,
|
|
morningStartTime: 5,
|
|
@@ -117,7 +117,7 @@ let config = {
|
|
|
module: "newsfeed",
|
|
module: "newsfeed",
|
|
|
position: "bottom_bar",
|
|
position: "bottom_bar",
|
|
|
config: {
|
|
config: {
|
|
|
- carouselId: "1",
|
|
|
|
|
|
|
+ carouselId: '1',
|
|
|
feeds: [
|
|
feeds: [
|
|
|
{
|
|
{
|
|
|
title: "Tagesschau.de",
|
|
title: "Tagesschau.de",
|