rpi_wordclock icon indicating copy to clipboard operation
rpi_wordclock copied to clipboard

Update requirements.txt

Open FrankX0 opened this issue 2 years ago • 3 comments

To resolve issue #229, #238 and #239

FrankX0 avatar Jan 10 '23 18:01 FrankX0

Will also fix #231 :)

oxivanisher avatar Feb 08 '23 17:02 oxivanisher

Nice to have the color cycling at startup, @FrankX0.

To have that available in a more generic manner, I was wondering, if you'd be ready to add this as an animation in https://github.com/bk1285/rpi_wordclock/blob/main/wordclock_tools/wordclock_display.py#L345

Than you'd need to specify the kind of animation when showing time the first time after startup..: https://github.com/bk1285/rpi_wordclock/blob/main/wordclock_plugins/time_default/plugin.py#L188

In the long run, this short collection of animations shall be extented, refactored + collected in a separate class/file. Idea is to have it available as a collection of effects, which can be used to transition from time n to n+1 but also to animate "special events" such as startup, shutdown, new day, new year, etc.

Best, Bernd

bk1285 avatar Mar 05 '23 09:03 bk1285

Added an extra menu item to configure the sleep timer. All defaults still come from the config file. Changes made in the web-app are runtime only: restarting the clock will load the defaults from the config file again.

FrankX0 avatar Mar 03 '24 17:03 FrankX0