@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).
You have developed a module for the MagicMirror? Join the group and get a "Module Developer" badge!
@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).
@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 🙂
@Niggich Have you also check for any errors in the Dev console (shift + ctrl + i)
not working with more pages and server mode
Not sure I understand the above.
The module works fine, works with MMM-pages and in Container (server only mode) I have tested this.
Can you check in the logs if you see any errors in the logs and advise?
@plainbroke You can target the selectors specifically in your custom.css like this:
#wotd-we {
color: orange;
font-size: 50px;
}
@sdetweil You provide your own list of modules and config alongside your compose and it all gets imported into the container. No need to go fiddle in the container itself.
@plainbroke There are instructions on the Docker website. Follow the link in my post above.
@schlomm There is a PR that seems to fix the issue: https://github.com/MarcLandis/MMM-Buttons/pull/11