lubeda / EsphoMaTrix

A simple DIY status display with an 8x32 RGB LED panel implemented with esphome.io and Home Assistant
MIT License
217 stars 23 forks source link

Clock showing __ __ under, even if only time is set to be displayed #42

Closed pplucky closed 1 year ago

pplucky commented 1 year ago

Hello.

Just got my Ulanzi clock yesterday and managed to get EsphoMaTrix working on it. Great work, thanks in advance.

In "other" clock applications I used (awtrix, for instance), these only appeared in case more than 1 information was to be shown (date, day of week, etc).

As per my personal settings, I usually only display the clock, so I wonder if removing the appearing below the clock is feasible, in case only time is set to be displayed.

Thanks in advance.

andrew-codechimp commented 1 year ago

According to the docs, should be possible if you add day_of_week: false under the ehmtx section though not tried myself.

pplucky commented 1 year ago

According to the docs, should be possible if you add day_of_week: false under the ehmtx section though not tried myself.

I missed it, as I had not understood it was a representation of the weekday: dayofweek (Optional, bool): draw the day indicator on the bottom of the screen. Disable e.g. if you want larger fonts, defaults to true.

I'll try it with dayofweek: false, thanks again.,

pplucky commented 1 year ago

Solved, according to the documentation.