|
|
@@ -11,8 +11,8 @@ let config = {
|
|
|
units: "metric",
|
|
|
modules: [
|
|
|
{
|
|
|
- module: "alert",
|
|
|
- },
|
|
|
+ module: "alert",
|
|
|
+ },
|
|
|
{
|
|
|
module: 'MMM-Carousel',
|
|
|
position: 'bottom_bar',
|
|
|
@@ -44,19 +44,31 @@ let config = {
|
|
|
carouselId: '1'
|
|
|
}
|
|
|
},
|
|
|
+ /* Angepasste HTML Snippets */
|
|
|
+ {
|
|
|
+ module: "MMM-HTMLSnippet",
|
|
|
+ position: "top_left",
|
|
|
+ config: {
|
|
|
+ carouselId: "1",
|
|
|
+ html: `<h1>Tagesüberblick</h1>`,
|
|
|
+ width: "600px",
|
|
|
+ height: "300px",
|
|
|
+ backgroundColor: "#FFF",
|
|
|
+ updateInterval: 0,
|
|
|
+ }
|
|
|
+ },
|
|
|
/* Angepasste Logos */
|
|
|
{
|
|
|
- module: 'MMM-SimpleLogo',
|
|
|
- position: 'top_right',
|
|
|
- config: {
|
|
|
+ module: 'MMM-SimpleLogo',
|
|
|
+ position: 'top_right',
|
|
|
+ config: {
|
|
|
carouselId: "1",
|
|
|
- fileUrl: "modules/MMM-SimpleLogo/public/wachenwappen.png",
|
|
|
- text: "",
|
|
|
- position: "left",
|
|
|
- width: "250px",
|
|
|
- refreshInterval: "refresh"
|
|
|
- }
|
|
|
- },
|
|
|
+ fileUrl: "modules/MMM-SimpleLogo/public/wachenwappen.png",
|
|
|
+ text: "",
|
|
|
+ position: "right",
|
|
|
+ width: "200px",
|
|
|
+ }
|
|
|
+ },
|
|
|
/* Angepasste Calender */
|
|
|
{
|
|
|
module: "calendar",
|