said in MMM-Openhab:
Hi all,
thanks for the module, it’s really a great addon for my MMs.
Since OH4.2 the theming is to be configured via the sitemap itself. Since I cannot use the mouse in electron, how could I change the settings to black and small arrangement?
Thanks in advance…
I figured out that you indeed can use the mouse. Just add the code in custom.css, restart and apply with connected mouse, remove the code, restart, done :)
html {
cursor: unset;
}