DJ-Dan

Results 10 comments of DJ-Dan

> I guess what you are looking for is the build-in API. > Please have a look at the API documentation in web interface of the clock: /api Hey @FrankX0,...

Thanks for your reply. If I edit the brightness value over the API website, then I become a error message: error code 500 "message": "Internal Server Error" Does anyone know...

Hi, this is the output when i start the clock manually, `Parsing /home/pi/rpi_wordclock/wordclock_config/wordclock_config.cfg Interface type set to gpio_low Wiring configuration WCA_WIDTH: 11 WCA_HEIGHT: 10 Num of LEDs: 114 Wiring layout:...

> Agreed, @FrankX0 ;) > > @DJ-Dan, can you provide me the commit, you're running the wordclock with? ...are you on master? I'm not sure what you mean. Do you...

> No worries, @DJ-Dan, > > if you login to your raspberry pi and open a terminal, can you provide me with the output of the following commands? > `cd...

> Thanks for the quick feedback, @DJ-Dan. So I have all input to look into it. > > Best, > Bernd

upps i clicked myself! Thanks for your support

Hey @bk1285 the command `git remote update` worked fine but the `git checkout --track origin/develop` gave a error because i changed the wordclock_display.py fiel I have generated a new code...

I hope I did everything right The outputs from the codes are: `pi@raspberrypi:~ $ cd rpi_wordclock/ pi@raspberrypi:~/rpi_wordclock $ git remote update Fetching origin pi@raspberrypi:~/rpi_wordclock $ git checkout --track origin/develop fatal:...

Okay sorry for my fault. `pi@raspberrypi:~ $ cd rpi_wordclock/ pi@raspberrypi:~ /rpi_wordclock $ git remote update Fetching origin pi@raspberrypi:~ /rpi_wordclock $ git checkout develop Switched to branch 'develop' Your branch is...