This tool is meant to be used with a device running bjorn-rgb.
This web tool allows a user to configure the brightness, dimming, and image settings for a Raspberry Pi running bjorn-rgb. Additionally, it provides GIF searching via Tenor and GIPHY for ease of selecting images to display.
Configure the provided .env
file with all necessary API keys and IDs, including
- A jsonblob ID for storing the configuration.
- An imgbb API key for storing images.
- A Tenor API key for. searching for GIFs on Tenor.
- A GIPHY API key for searching for GIFs on GIPHY.
- An admin password to allow a user to customize the displayed image.
Then, install dependencies and run the configuration tool with npm i; npm run dev
.
To access the admin interface, append ?pwd=
followed by your configured password
to the end of the URL where the tool is hosted.