Push custom info to Awtrix's CustomApp.
- Make sure CustomApp is installed.
- Create python3.x env.
- Install package:
pip install -r requirements.txt
- Copy
template.cfgasconfig.cfg, and change it. - In
parse/custom.py, write function to resolve your tasks. The function's name needs to be the same as you defined in theconfg.cfg, but use lower case.
# Run celery worker
CFG_PATH=config.cfg make
# Run celery beat
CFG_PATH=config.cfg make beat