|
@@ -25,7 +25,6 @@ let config = {
|
|
|
slides: {
|
|
slides: {
|
|
|
Main: [
|
|
Main: [
|
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
- { name: 'MMM-HTMLSnippet', position: "top_center", carouselId: "1" },
|
|
|
|
|
{ name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
{ name: 'MMM-SimpleLogo', position: "top_right", carouselId: "1" },
|
|
|
{ name: 'calendar', position: "middle_center", carouselId: "1" }
|
|
{ name: 'calendar', position: "middle_center", carouselId: "1" }
|
|
|
],
|
|
],
|
|
@@ -46,21 +45,6 @@ let config = {
|
|
|
carouselId: '1'
|
|
carouselId: '1'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- module: "MMM-HTMLSnippet",
|
|
|
|
|
- position: "top_center",
|
|
|
|
|
- config: {
|
|
|
|
|
- carouselId: "1",
|
|
|
|
|
- html: `
|
|
|
|
|
- <div style="text-align: center; font-family: "Roboto Condensed", sans-serif; font-weight: 400;">
|
|
|
|
|
- <h1 style="color: #FFF;">Tagesüberblick</h1>
|
|
|
|
|
- </div>`,
|
|
|
|
|
- width: "600px",
|
|
|
|
|
- height: "200px",
|
|
|
|
|
- backgroundColor: "#000",
|
|
|
|
|
- updateInterval: 600000,
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
{
|
|
{
|
|
|
module: 'MMM-SimpleLogo',
|
|
module: 'MMM-SimpleLogo',
|
|
|
position: 'top_right',
|
|
position: 'top_right',
|
|
@@ -74,6 +58,7 @@ let config = {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
module: "calendar",
|
|
module: "calendar",
|
|
|
|
|
+ header: "Tagesübersicht",
|
|
|
position: "middle_center",
|
|
position: "middle_center",
|
|
|
config: {
|
|
config: {
|
|
|
carouselId: "1",
|
|
carouselId: "1",
|