|
|
@@ -32,6 +32,9 @@ let config = {
|
|
|
{ name: 'weather', position: "top_right", carouselId: "1" },
|
|
|
{ name: 'MMM-DWD-WarnWeather', position: "top_right", carouselId: "1" },
|
|
|
{ name: 'compliments', position: "middle_center", carouselId: "1" },
|
|
|
+ { name: 'MMM-Todoist', position: "bottom_left", carouselId: "1" },
|
|
|
+ { name: 'MMM-Todoist', position: "bottom_center", carouselId: "1" },
|
|
|
+ { name: 'MMM-Todoist', position: "bottom_right", carouselId: "1" },
|
|
|
{ name: 'newsfeed', position: "bottom_bar", carouselId: "1" }
|
|
|
],
|
|
|
"Slide 1": [
|
|
|
@@ -111,6 +114,7 @@ let config = {
|
|
|
position: 'bottom_left',
|
|
|
header: 'ToDo - Jinaki',
|
|
|
config: {
|
|
|
+ carouselId: "1",
|
|
|
hideWhenEmpty: true,
|
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
maximumEntries: 60,
|
|
|
@@ -124,6 +128,7 @@ let config = {
|
|
|
position: 'bottom_center', // This can be any of the regions. Best results in left or right regions.
|
|
|
header: 'ToDo - Wohnung', // This is optional
|
|
|
config: { // See 'Configuration options' for more information.
|
|
|
+ carouselId: "1",
|
|
|
hideWhenEmpty: true,
|
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
maximumEntries: 60,
|
|
|
@@ -138,6 +143,7 @@ let config = {
|
|
|
position: 'bottom_right', // This can be any of the regions. Best results in left or right regions.
|
|
|
header: 'Einkaufsliste', // This is optional
|
|
|
config: { // See 'Configuration options' for more information.
|
|
|
+ carouselId: "1",
|
|
|
hideWhenEmpty: true,
|
|
|
accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
maximumEntries: 60,
|