Read the statement by Michael Teeuw here.
MMM-Chores - Manage and keep track of your household Chores
-
@redbeardedninja – Agreed! If the developer can make it work as you described it will be much more useable. Probably more intuitive to use, too.
-
@PierreGode could you clarify how this module is meant to work? Should we be able to check off things on the magic mirror, or just on the admin panel?
-
Hi! dateFormatting: “” is now working with todays patch.
-
@redbeardedninja the plan is to do everything in the admin portal. the mirror is for you to have an overview of what is done and what is left to do.
-
@JohnGalt
if you want to remove things from the mirror you can delete them after being marked as completed. ( everything is still stored in data.json file and AI can use that as information. -
@redbeardedninja Hi! good point! I am lookin at it and started a update for it to work.
-
@PierreGode awesome, thanks for letting us know and working on a new way to interact with your module
-
@PierreGode – Great! I went in and did a ‘git pull’, and indeed that functionality now works.
-
@PierreGode – Can you clarify your comment above comment above [quoted below]? If I read this correctly, the module is exposing the data it has to be scraped by AI engines.
" … everything is still stored in data.json file and AI can use that as information "
-
@JohnGalt
All tasks and peope are stored in data.json even if you delete them (softdelete) . this is so both analytics page can view history and also so the AI generate can use your completed task as information. when you press AI generate it will read the data.json and look for all completed task deleted or not, and use that to create tasks for coming week.