Read the statement by Michael Teeuw here.
MMM-Todoist - Your todoist tasks on your mirror
-
Could one of the professionals take a look at the config of MMM-Todoist and MMM-myCalendar and see if it would be possible to easily adapt the look of mycalendar to that of todoist?
-
I must ask again.🙈
Could somebody help me to change the Look of MMM-Todoist?
It would be great, if the Look could be the same like MMM-myCalendar.
Then it would make a better overall impression.At first, it would be great to know, if this is (easily) makebal.
-
Hello everyone! Need your help. Parameter: showProjects: false does not remove the project from the mirror. Where is the mistake?
-
@Clubjack said in MMM-Todoist - Your todoist tasks on your mirror:
I must ask again.🙈
Could somebody help me to change the Look of MMM-Todoist?
It would be great, if the Look could be the same like MMM-myCalendar.
Then it would make a better overall impression.At first, it would be great to know, if this is (easily) makebal.
You’d need to change the css and more then like the innerHTML’s themselves.
-
hi,
ive just installed mmm-todoist on my mirror and after the install i can start the mirror fine but it seems that after its installed i think its affecting either mmm-keybindings of mmm-carousel because normally i can use the arrow keys to gleft and right BUT im not able to click on the page indicator to select a page, and after installing mmm-todoist im now not able to use arrow keys to select page BUT i am now able to click on the page indicator to select pages!! Curious!!
i get no errors starting but in the development tools section im getting these warnings and errors:
/home/pi/MagicMirror…rity-warnings.js:95 Electron Security Warning (Insecure Resources) This renderer process loads resources using insecure protocols.This exposes users of this app to unnecessary security risks. Consider loading the following resources over HTTPS or FTPS. - http://0.0.0.0:8080/css/main.css - http://0.0.0.0:8080/fonts/roboto.css - http://0.0.0.0:8080/socket.io/socket.io.js - http://0.0.0.0:8080/vendor/node_modules/nunjucks/browser/nunjucks.min.js - http://0.0.0.0:8080/js/defaults.js - http://0.0.0.0:8080/config/config.js - http://0.0.0.0:8080/vendor/vendor.js - http://0.0.0.0:8080/modules/default/defaultmodules.js - http://0.0.0.0:8080/js/logger.js - http://0.0.0.0:8080/translations/translations.js - http://0.0.0.0:8080/js/translator.js - http://0.0.0.0:8080/js/class.js - http://0.0.0.0:8080/js/module.js - http://0.0.0.0:8080/js/loader.js - http://0.0.0.0:8080/js/socketclient.js - http://0.0.0.0:8080/js/main.js - http://0.0.0.0:8080/fonts/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2 - http://0.0.0.0:8080/translations/en.json - http://0.0.0.0:8080/translations/en.json - http://0.0.0.0:8080/modules/MMM-Carousel//MMM-Carousel.js - http://0.0.0.0:8080/modules/MMM-Carousel/MMM-Carousel.css - http://0.0.0.0:8080/modules/MMM-GoogleAssistant//MMM-GoogleAssistant.js - http://0.0.0.0:8080/modules/MMM-GoogleAssistant/components/response.js - http://0.0.0.0:8080/modules/MMM-GoogleAssistant/MMM-GoogleAssistant.css For more information and help, consult https://electronjs.org/docs/tutorial/security. This warning will not show up once the app is packaged. /home/pi/MagicMirror…ity-warnings.js:145 Electron Security Warning (Insecure Content-Security-Policy) This renderer process has either no Content Security Policy set or a policy with "unsafe-eval" enabled. This exposes users of this app to unnecessary security risks. For more information and help, consult https://electronjs.org/docs/tutorial/security. This warning will not show up once the app is packaged. :8080/modules/MMM-Go…ib/highcharts.js:10 Uncaught Error: Highcharts error #16: www.highcharts.com/errors/16 at Object.a.error (:8080/modules/MMM-Go…ib/highcharts.js:10) at :8080/modules/MMM-CO…lib/highcharts.js:8 at :8080/modules/MMM-CO…lib/highcharts.js:8 TypeError: Cannot read property 'items' of undefined at Class.getDom (:8080/modules/MMM-To…/MMM-Todoist.js:551) at main.js:111 at new Promise (<anonymous>) at updateDom (main.js:110) at main.js:52 at Array.forEach (<anonymous>) at createDomObjects (main.js:21) at Object.modulesStarted (main.js:499) at startModules (loader.js:56) at loader.js:38 :8080/modules/MMM-To…/MMM-Todoist.js:551 Uncaught (in promise) TypeError: Cannot read property 'items' of undefined at Class.getDom (:8080/modules/MMM-To…/MMM-Todoist.js:551) at main.js:111 at new Promise (<anonymous>) at updateDom (main.js:110) at main.js:52 at Array.forEach (<anonymous>) at createDomObjects (main.js:21) at Object.modulesStarted (main.js:499) at startModules (loader.js:56) at loader.js:38 api.openweathermap.o…ef566eab7f1c9b6c4:1 Failed to load resource: the server responded with a status of 401 (Unauthorized) :8080/modules/defaul…therforecast.js:261 weatherforecast: Your AppID does not support long term forecasts. Switching to fallback endpoint.
and my config is:
/*-------------------- MMM-Todoist Route Start-----------------*/ { module: 'MMM-Todoist', position: 'top_left', header: 'Todoski...', config: { hideWhenEmpty: true, accessToken: 'xoxoxoxox', maximumEntries: 60, updateInterval: 10*60*1000, // Update every 10 minutes fade: false, // projects and/or labels is mandatory: projects: [ xxxxxxx, xxxxxxx ], //labels: [] // Tasks for any projects with these labels will be shown }, },
also but not a biggie, i have 2 projects todo and magicmirror after adding a couple to each, the mirror displays them in staggered project order rather than in order as added - ie:
task1 - todo
task5 - MM
task2 - todo
task6 -MM
task3 - todo
task7 - MM
task4 - todoid like:
task1 - todo
task2 - todo
task3 - todo
task4 - todo
task5 - MM
task6 -MM
task7 - MMany help or ideas would be great!
Many thanks,
Richie
-
@cbrooker Strange thing is happening here, when it refreshes the list at 10 minutes my mirror restarts, any suggestions?