Pascal Henze

Results 50 comments of Pascal Henze

Hi @bk1285 , [strandtest.py.zip](https://github.com/bk1285/rpi_wordclock/files/2684764/strandtest.py.zip) But keep in mind that that errors could also appear after installation. That's why im developed the plugin.

Have you tried my install instructions here ? https://github.com/phenze/rpi_wordclock/tree/master-python3 I dont use the auto installer. So it is not tested in my fork. I have used Buster without gui and...

Take care to use the python3 commands. It is `pip3 install` and not `pip install`. And the software is started with `python3` instead of `python`. Please also tell us which...

This means that you have made changes in a wrong file. You can habe a look with `git status` which files you have changed. I am quite sure that is...

This exceptions are all the same. Like the error message says "No option 'language' in section: 'plugin_time_default'". Try adding the language option under the plugin_time_default section in your config file:...

Haha i get it! He is using my development branch because in the documentation of bernds repo there is the wrong path. In my development branch you need the `language`...

You have said: ``` and as recomended *Bernds Version* git clone https://github.com/bk1285/rpi_wordclock.git ``` Did you also switch to the develop branch (`git checkout --track origin/develop`) ? It looks like you...

So jetzt auf Deutsch vll hilft das ja was ;) Du musst auf den develop branch wechseln. origin/master ist der alte Stand ohne die python3 Ă„nderungen. Dazu wechselt du in...

Hello @FrankX0 , thank you for your input! (and for the great new Web Interface by the way !!) Regarding your points i have the following input: 1. I will...

@kimthostrup that's great ! Thank you !