Jonathan Starck 3 lat temu
rodzic
commit
71bae9283d
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3 3
      config/config.js

+ 3 - 3
config/config.js

@@ -115,7 +115,7 @@ let config = {
             header: 'ToDo - Jinaki',
             config: {
 				carouselId: "1",
-                hideWhenEmpty: true,
+                hideWhenEmpty: false,
                 accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
                 maximumEntries: 60,
                 updateInterval: 10 * 60 * 1000,
@@ -129,7 +129,7 @@ let config = {
             header: 'ToDo - Wohnung', // This is optional
             config: { // See 'Configuration options' for more information.
 				carouselId: "2",
-                hideWhenEmpty: true,
+                hideWhenEmpty: false,
                 accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
                 maximumEntries: 60,
                 updateInterval: 10 * 60 * 1000, // Update every 10 minutes
@@ -144,7 +144,7 @@ let config = {
             header: 'Einkaufsliste', // This is optional
             config: { // See 'Configuration options' for more information.
 				carouselId: "3",
-                hideWhenEmpty: true,
+                hideWhenEmpty: false,
                 accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
                 maximumEntries: 60,
                 updateInterval: 10 * 60 * 1000, // Update every 10 minutes