|
|
@@ -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
|