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)
}
},