Read the statement by Michael Teeuw here.
MMM-Chores - Manage and keep track of your household Chores
-
@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. -
@redbeardedninja Hi this has now being added to latest update!
you can now check the checkboxes directly on the mirror it self. (touch screen also works)( the web admin portal will not update directly unless you refresh the page)
What i found hard is that the mouse is invisible on magic mirror but if you manage to find the checkboxes they will be clickable. ( meaby a setting that can be tampered with) -
@PierreGode said in MMM-Chores - Manage and keep track of your household Chores:
What i found hard is that the mouse is invisible on magic mirror
MMM-Cursor can solve that 🙂
-
@PierreGode just change it to not hidden using custom.css
html { cursor:default; }
or use unclutter (have apt install it) will only be visible when you move it
it is hidden on purpose(in msin.css), an output only panel couldn’t use it
-
@sdetweil said in MMM-Chores - Manage and keep track of your household Chores:
or use unclutter (have apt install it) will only be visible when you move it
I think unclutter doesn’t work on modern systems (Wayland).
-
@KristjanESPERANTO true
similar options
https://bist.be/posts/unclutterwayland/ -
@PierreGode thanks so much! The new update works like a charm. Now for me to work on the custom css to make the module a bit larger…
-
@PierreGode – Thanks for the update on the data being available to AI. Since I don’t want my data available, I will just delete the module folder and remove it from the config file.
Can you confirm that data is NOT stored anywhere outside the module folder? Thanks in advance.