|
|
@@ -51,11 +51,11 @@ let config = {
|
|
|
position: "top_center",
|
|
|
config: {
|
|
|
carouselId: "1",
|
|
|
- html: `<h1>Tagesüberblick</h1>`,
|
|
|
+ html: `<div><h1>Tagesüberblick</h1></div>`,
|
|
|
width: "600px",
|
|
|
height: "300px",
|
|
|
- backgroundColor: "#FFF",
|
|
|
- updateInterval: 0,
|
|
|
+ backgroundColor: "#000",
|
|
|
+ updateInterval: 600000,
|
|
|
}
|
|
|
},
|
|
|
{
|