Hey all-- I’m trying to get MMM-Chores working, but no matter what I do, the module shows up in the mirror as “No tasks to show (emoji).” I have populated the list with tasks, and confirmed that they appear in the data.json file. And I can reach the admin panel for Chores, so I know the server is running. Relevant codeblock from config.js:
{
module: "MMM-Chores",
position: "bottom_left",
classes: "overview",
header: "Chores",
config: {
updateInterval: 60 * 1000,
adminPort: 5003,
settings: "unlocked",
dateFormatting: "",
login: false,
users: [{ username: "dad", password: "", permission: "read" }],
}
}
I’m sure it’s something simple, so I appreciate your help! TIA.