|
|
@@ -106,6 +106,47 @@ let config = {
|
|
|
remoteFile: "https://gist.githubusercontent.com/Psycho0verload/af47b09bacebfc887a5a4f7fef44fd39/raw/7a19397c80610e82bb6d3272f784f0a76808ca6b/compliments.json"
|
|
|
}
|
|
|
},
|
|
|
+ {
|
|
|
+ module: 'MMM-Todoist',
|
|
|
+ position: 'bottom_left',
|
|
|
+ header: 'ToDo - Jinaki',
|
|
|
+ config: {
|
|
|
+ hideWhenEmpty: true,
|
|
|
+ accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
+ maximumEntries: 60,
|
|
|
+ updateInterval: 10 * 60 * 1000,
|
|
|
+ fade: true,
|
|
|
+ projects: [2273684134]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ module: 'MMM-Todoist',
|
|
|
+ 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.
|
|
|
+ hideWhenEmpty: true,
|
|
|
+ accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
+ maximumEntries: 60,
|
|
|
+ updateInterval: 10 * 60 * 1000, // Update every 10 minutes
|
|
|
+ fade: true,
|
|
|
+ // projects and/or labels is mandatory:
|
|
|
+ projects: [2273684252]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ module: 'MMM-Todoist',
|
|
|
+ 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.
|
|
|
+ hideWhenEmpty: true,
|
|
|
+ accessToken: '88c7c668a17e16c8dc780278a992ec935bd05ad1',
|
|
|
+ maximumEntries: 60,
|
|
|
+ updateInterval: 10 * 60 * 1000, // Update every 10 minutes
|
|
|
+ fade: true,
|
|
|
+ // projects and/or labels is mandatory:
|
|
|
+ projects: [2273680600]
|
|
|
+ }
|
|
|
+ },
|
|
|
{
|
|
|
module: "newsfeed",
|
|
|
position: "bottom_bar",
|