Display a Le Wagon tickets status with a Lifx device.
Connect your Lifx device to the internet.
Open config.yml
and edit the batch_slug
and the brightness
.
Create a secret.yml
file. Add the API token under api_token
and your light bulb's ID under light_id
.
Start the daemon
# Clone the project and cd to it
$ ./daemon.rb start
Stop the daemon
$ ./daemon.rb stop