Read the statement by Michael Teeuw here.
MMM-Chores - Manage and keep track of your household Chores
-
@smfd_guy
Hi I made a new update. ( git pull in the folder)
If you leave dateFormatting With only ”” it will not show a date{
module: “MMM-Chores”,
position: “bottom_right”,
header: “Chores”,
config: {
hideYear: true,
updateInterval: 60 * 1000,
adminPort: 5003,
showDays: 1, // show tasks from today and th>
showPast: true, // also show unfinished tasks f>
dateFormatting: “” // example: month-day, can b>
}
}, -
Has been a lot of updates last 2 days. Try to go to the folder and do a git pull and restart the mm
/Pierre -
I just did a new pull and tried the “” to hide the dates. I rebooted but the dates are still showing up. Not sure what I’m doing wrong…
{
module: “MMM-Chores”,
position: “top_left”,
header: “Chores”,
config: {
updateInterval: 60 * 1000,
adminPort: 5003,
openaiApiKey: “your-openApi-key-here”,
hideYear:true,
showDays: 3, // show tasks from today and the next 2 days (total 3 days)
showPast: true, // also show unfinished tasks from past days
dateFormatting:“” // Date format pattern to display task dates,You can use tokens like ‘yyyy’ (year), ‘mm’ (month), ‘dd’ (day), or “mm-dd-yyyy” (US style)
}
}, -
@smfd_guy – Same here… New install but the dates display nevertheless.
-
Thanks for all the updates. I’m still unable to click on the chores to mark them as completed. I’m assuming this is an issue on my end. Has anyone else been able to mark them at completed?
-
@redbeardedninja – Are you trying to clear the item(s) on the display screen? I tried that too, but found it can only be marked done from the admin panel.
-
Yeah, exactly what I’m trying to do. Ideally, the kids or me or whoever would be able to check off their completed chores. When I go to click the box on the display screen, I see the hand/mouse cursor but it doesn’t interact. If I have to do it from the admin panel, it sort of defeats the purpose that I’m looking for. Open to ideas of how to make this work (not that I have the skill or knowledge to accomplish that…but still).
-
@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.