|
@@ -10,6 +10,9 @@ let config = {
|
|
|
timeFormat: 24,
|
|
timeFormat: 24,
|
|
|
units: "metric",
|
|
units: "metric",
|
|
|
modules: [
|
|
modules: [
|
|
|
|
|
+ {
|
|
|
|
|
+ module: "alert",
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
module: 'MMM-Carousel',
|
|
module: 'MMM-Carousel',
|
|
|
position: 'bottom_bar',
|
|
position: 'bottom_bar',
|
|
@@ -22,7 +25,7 @@ let config = {
|
|
|
slides: {
|
|
slides: {
|
|
|
Main: [
|
|
Main: [
|
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
{ name: 'clock', position: "top_left", carouselId: "1" },
|
|
|
- { name: 'calendar', position: "middle_center", carouselId: "1" }
|
|
|
|
|
|
|
+ { name: 'calendar', position: "middle_center"}
|
|
|
],
|
|
],
|
|
|
"Slide 2": [
|
|
"Slide 2": [
|
|
|
{ name: 'clock', classes: '', position: "top_left", carouselId: "2" }
|
|
{ name: 'clock', classes: '', position: "top_left", carouselId: "2" }
|
|
@@ -49,9 +52,8 @@ let config = {
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
module: "calendar",
|
|
module: "calendar",
|
|
|
- position: "middle_center", // This can be any of the regions. Best results in left or right regions.
|
|
|
|
|
|
|
+ position: "middle_center",
|
|
|
config: {
|
|
config: {
|
|
|
- carouselId: "1",
|
|
|
|
|
tableClass: "large wachenaufgaben",
|
|
tableClass: "large wachenaufgaben",
|
|
|
fetchInterval: 600000,
|
|
fetchInterval: 600000,
|
|
|
maxTitleLength: 50,
|
|
maxTitleLength: 50,
|