Read the statement by Michael Teeuw here.
MMM-Chores - Manage and keep track of your household Chores
-
@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.
-
@redbeardedninja
I will add that a little bit later so sizes an be modified from config.js -
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.
-
-
@PierreGode – OK, good to know. Thanks for the quick response.
-
@JohnGalt
I will add an option in config.js to disable AI from being configurable and hide the AI button