Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/gex/demo-pomodoro/blame/branch/master/README.md You should set ROOT_URL correctly, otherwise the web may not work correctly.
Pomodoro timer with a Neopixel strip for indication
demo-pomodoro/README.md

12 lines
462 B

7 years ago
This demo uses GEX to drive NeoPixels. It is a Python implementation
of the [Pomodoro timer](https://en.wikipedia.org/wiki/Pomodoro_Technique).
The strip shows:
- a shortening red strip during the work phase
- dim orange/red when the user should start working
- dim green when the break can be started
- and a shortening green strip during the break phase
The end-of-phase wait states are left by pushing a button, entering the following
break or work period.