bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 107 forks source link

All features of the original are now available or: New plugin and purist mode #115

Closed plotaBot closed 5 years ago

plotaBot commented 5 years ago

The plugin is displaying the current seconds. The animation and numbers are exactly (/almost) the same as the ones the original clock is using. The other feature of the original is called the purist mode. It displays time without prefix IT IS/ES IST/etc. I tought why not so I added it to my clock months ago. Now I'm pulling;) ...sharing is caring

plotaBot commented 5 years ago

Could you please checkout my develop branch? I have implemented two useful things: 1) I was having issues using the showText in wordclock_dsiplay.py. Somehow python on my WSL wasnt able to read the .ttf eventough it was in the desired location. For now FreeSans.ttf is smply sitting in root dir of the wordclock wasting 1,5MB. Maybe I should add the exact location to the config.... 2) The color_temp is now settable from the webui;)

Greetings plotaBot