@redbeardedninja
Hi! You can now use in config.js
textMirrorSize: “small”, // small, medium or large
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-Chores - Manage and keep track of your household Chores
-
RE: MMM-Chores - Manage and keep track of your household Chores
@JohnGalt
I will add an option in config.js to disable AI from being configurable and hide the AI button -
RE: MMM-Chores - Manage and keep track of your household Chores
No need to set your device on fire.
The data is only stored in the module folder /MMM-Chores/ in data.json and will NOT be shared with anything unless you add the openapi token.No openai api token = no data leaving your device.
If you want to use ai with api token
-
ONLY content of modules/MMM-Chores/data.json is shared.
-
data.json is my file were I store the content of admin page, for security I convert users to ID’s
-
NOTHING gets sent unless YOU press the AI genrste button.
-
-
RE: MMM-Chores - Manage and keep track of your household Chores
@redbeardedninja
I will add that a little bit later so sizes an be modified from config.js -
RE: MMM-Chores - Manage and keep track of your household Chores
@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) -
RE: MMM-Chores - Manage and keep track of your household Chores
@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. -
RE: MMM-Chores - Manage and keep track of your household Chores
@redbeardedninja Hi! good point! I am lookin at it and started a update for it to work.
-
RE: MMM-Chores - Manage and keep track of your household Chores
@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. -
RE: MMM-Chores - Manage and keep track of your household Chores
@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.
-
RE: MMM-Chores - Manage and keep track of your household Chores
Hi! dateFormatting: “” is now working with todays patch.