@karsten13 said in Cursor shown in v2.16.0:
Hi Kasten,
I tried !important in the custom.css and in the main.css. The cursor is still visible.
Even after after a reboot of the pi, the same, still visible.
I think I will wait for v2.17.0 in October.
@karsten13 said in Cursor shown in v2.16.0:
Hi Kasten,
I tried !important in the custom.css and in the main.css. The cursor is still visible.
Even after after a reboot of the pi, the same, still visible.
I think I will wait for v2.17.0 in October.
@fozi said in Warn-App NINA:
Vorschlag:
- Wenn keine Warnungen anliegen, sollte lediglich “Keine Warnungen” als Nachricht erscheinen in #666 statt grün und ohne Haken davor. Das würde besser zu MMM-DWDWarweather Modul passen ☺.
Schnelle Lösung über custom.css:
/**
* MMM-NINA
*/
.MMM-NINA .nina-wrapper .nina-alert.severity-Fine{
color: #666;
}
@sdetweil I see the cursor only on the pi. And it disappears if I move the mouse the first time on the pi. But the cursor is visible again after i do a
pm2 restart 0
On my windows machine witch chrome, I don’t see the cursor at no time.
@Jalibu is there an option to limit the time period into the past and into the future?
The new rain-map is working wonderful. Does anyone know a map, with transparent or light transparent background?
@sdetweil I do not know what that mean. Is there a way that I can fix it?
Or do I have to wait for version 17?
Fun fact, if I move the the mouse, the cursor disappears immediately.
@sdetweil as it was working fine before, I am not 100% happy to just install something over.
Hi,
I have a solid black cursor on my MM v2.16.0. The cursor disappears as soon as I move the mouse the first time.
In the main.css I see:
html {
cursor: none;
overflow: hidden;
background: var(--color-background);
user-select: none;
font-size: var(--font-size);
}
I used the script from @sdetweil to update and install my MM.
Any ideas how to fix that? I think, I saw this behavior first time after updating to v2.15.0.