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 case
Then 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.