espruino / BangleApps

Bangle.js App Loader (and Apps)
https://banglejs.com/apps
MIT License
478 stars 1.14k forks source link

[clkinfocal] Clock Info - Calendar format dd MMM shows day twice #3429

Closed vczb closed 3 months ago

vczb commented 3 months ago

Affected hardware version

Bangle 2

Your firmware version

BangleJS 2 - 2v21

The bug

WhatsApp Image 2024-05-20 at 14 44 30

In the "Pebble++ Clock" with "Calendar Clockinfo," when using the format dd MMM, the day appears twice. First, you can see the day at the top inside the icon, then below again along with the month.

I suggest removing the day from the bottom to show just:

20
May

Another option is to add a new date format, perhaps dd MM (or something similar).


App code:

https://github.com/espruino/BangleApps/blob/master/apps/clkinfocal/clkinfo.js


If this issue makes sense, I would love to work on it.

Thanks a lot.

Installed apps

bobrippling commented 3 months ago

Sounds good, I don't think @hughbarney you'd have any objections?

vczb commented 3 months ago

Since there are no objections I will start to work on it