Read the statement by Michael Teeuw here.
Task Management with Magic Mirror
-
Hi All -
I’m trying to avoid reinventing the wheel if I can avoid it. I used to use RememberTheMilk coupled with beautiful soup and conky for this but some changes on their side (and on Firefox’s side) as well as some security concerns have left me flailing a bit.Basic idea is that I’m working on backend magic mirror setup and want to use it essentially as a task manager for my office. I’m an attorney so the basic idea would be:
(1) show my current cases in one list;
(2) be able to navigate (voice) into a single case
(3) See tasks (and subtasks) for the caseThen with this I could hopefully do other things like get a list of tasks on all cases “due today” or “due this week” etc…
Any thoughts greatly appreciated. Worst case I’m thinking of just having a spreadsheet with LibreOffice that can be parsed with python and spit out to the MagicMirror but something more elegant would be nice.
-
@jmadero nothing exists to create this kind of integration.
u will have to invent it.
only voice assistant that is ‘extendable’ is Google assistant, by bugsounet.
see recipes. not well documented.
most other modules don’t have support for taking commands/notifications from outside , so you will have to enhance them to suit your needs