@sdetweil
I went through the entire process of obtaining new Google Credentials and now it works. Must have been blip when I did the authentication yesterday. Sorry for troubling you.
In all honesty it’s not always a matter of just time. Some modules are written and the author gives them out for free. This is why you can ‘fork’ a module and make the changes you want to it.
I know personally I don’t sometimes have time and sometimes I just don’t have the desire to change something because one person is asking for it. It’s a lot of work to do after working a full time job everyday :) When these things that are hobbies start to feel like another full time job we sometimes lose interest in them.
With that being said perhaps he may find some time in the future.
@hco125 said in MMM-GoogleTasks not compatible with MMM-pages, MMM-Carousel, or MMM-ModuleScheduler:
TypeError: Cannot convert undefined or null to object
at Function.keys ()
bug…
missing data, when display is requested
do this
edit MMM-GoogleTasks.js
change line 37
from
this.tasks;
to
this.tasks= {};