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:
@htilburgs
You can set it in the web in config page > Display Settings > Date format > Unassigned > SaveI’m sorry for this late reaction. I’ll try this tomorrow (monday) when I have access to my mirror. Currently not at home. I let you Guys know the results.
-
@PierreGode
Tested and works. Thanks! -
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.
-
@jtillinghast
What does the command pm2 logs give you? -
@PierreGode And of course, today it works for seemingly no other reason. I don’t believe I have touched anything in the module or the config since it wasn’t working, but now it looks good! I will continue to monitor. Thanks.
-
Question: Is it possible to set the config in some way to only show chores for one person? I’m using MMM-Pages to give each kid their own dashboard, for example, and I’m wondering if the page could just show the chores for that one person.
-
@jtillinghast and then you need multiple instances in config.js
-
@sdetweil Sure-- I have the multiple instances, but I’m just not sure what to put into the config to filter each instance down.
-
@jtillinghast ok, takes a little extra coding for multiple instances. Just making sure that is handled too
-
@sdetweil Can you say more about the extra coding? I created multiple instances, and assigned them to the unique pages via the class. Is there more unique configuration that needs to get handled?
