浏览代码

no message

Jonathan Starck 3 年之前
父节点
当前提交
4e7893b51b
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      config/config.js

+ 3 - 5
config/config.js

@@ -32,9 +32,7 @@ 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: "2" },
-						{ name: 'MMM-Todoist', position: "bottom_right", carouselId: "3" },
+						{ name: 'MMM-Todoist', carouselId: "1" },
 						{ name: 'newsfeed', position: "bottom_bar", carouselId: "1" }
 					],
 					"Slide 1": [
@@ -128,7 +126,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: "2",
+				carouselId: "1",
                 hideWhenEmpty: false,
                 accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
                 maximumEntries: 60,
@@ -143,7 +141,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: "3",
+				carouselId: "1",
                 hideWhenEmpty: false,
                 accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
                 maximumEntries: 60,