|
|
@@ -26,7 +26,8 @@ let config = {
|
|
|
"Main": [
|
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
{ name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
- { name: 'calendar', position: "middle_center", carouselId: "1" }
|
|
|
+ { name: 'calendar', position: "middle_center", carouselId: "1" },
|
|
|
+ { name: 'MMM-SimpleLogo', position: "bottom_right", carouselId: "2" },
|
|
|
],
|
|
|
"Slide 1": [
|
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
@@ -94,6 +95,17 @@ let config = {
|
|
|
width: "200px",
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ module: 'MMM-SimpleLogo',
|
|
|
+ position: 'bottom_right',
|
|
|
+ config: {
|
|
|
+ carouselId: "2",
|
|
|
+ fileUrl: "modules/MMM-SimpleLogo/public/RW-Nierstein.jpg",
|
|
|
+ text: "WLAN Zugang",
|
|
|
+ position: "right",
|
|
|
+ width: "200px",
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
module: "calendar",
|
|
|
header: "Tagesübersicht",
|
|
|
@@ -452,7 +464,7 @@ let config = {
|
|
|
days: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
|
|
|
brightTime: 600,
|
|
|
dimTime: 2300,
|
|
|
- maxDim: 0.7
|
|
|
+ maxDim: 0.5
|
|
|
}
|
|
|
]
|
|
|
}
|