Jonathan Starck 3 жил өмнө
parent
commit
99535858a9
1 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 4 4
      config/config.js

+ 4 - 4
config/config.js

@@ -33,8 +33,8 @@ let config = {
 						{ 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: 'MMM-Todoist', position: "bottom_center", carouselId: "2" },
+						{ name: 'MMM-Todoist', position: "bottom_right", carouselId: "3" },
 						{ name: 'newsfeed', position: "bottom_bar", carouselId: "1" }
 					],
 					"Slide 1": [
@@ -128,7 +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",
+				carouselId: "2",
                 hideWhenEmpty: true,
                 accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
                 maximumEntries: 60,
@@ -143,7 +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",
+				carouselId: "3",
                 hideWhenEmpty: true,
                 accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
                 maximumEntries: 60,