n0bel / PiClock

A Fancy Clock built around a monitor and a Raspberry Pi
MIT License
566 stars 182 forks source link

Fix #122 #141 and part of #125 #149

Closed BertLindeman closed 3 years ago

BertLindeman commented 5 years ago

Fix #122 "does not work with regional settings"

Fix part of #125 "Text layout issues":

  1. Put all date/time format strings in the config (with appropriate defaults in the startup area so old configs still work)

Fix #141 "Config.DateLocale does not format forecast date and time"

Made some records in Config-Example.py shorter than 80 chars.

BertLindeman commented 5 years ago

In the comments could you include examples for the formats (or any of the settings that are not obvious)? Or maybe links to where the definitions can be found?

Was out today, will have a look tomorrow. You are right that they are not all obvious.

ScottChapman commented 5 years ago

In the comments could you include examples for the formats (or any of the settings that are not obvious)? Or maybe links to where the definitions can be found?

Was out today, will have a look tomorrow. You are right that they are not all obvious.

Slacker. ;-)

ScottChapman commented 5 years ago

LGTM!