Releases: aschuma/max7219-led-matrix-clock-mqtt-display
Releases · aschuma/max7219-led-matrix-clock-mqtt-display
1.1.0
1.0.0
0.9.0
minute animation
0.8.1 INTERNAL: minute animation cosmetics ⛵
MVP
Basic Implementation ⛵ * Please consult https://github.com/rm-hull/luma.led_matrix/blob/master/README.rst for LED Matrix setup/wiring * Checkout source code `git clone https://github.com/aschuma/max7219-led-matrix-clock-mqtt-display.git` * Create a python 3 virtual environment * Install 3rd part libraries defined in `requirements.txt` * Copy `config.py.template` to `config.py` and adjust the settings * Run the `__init__.py` script in the base directory * Submit MQTT events using `display/` as base path. The payload of the events should be like ``` { name : <label-string-for-the-value>, description: <string-describing-the-value--currently-unused>', weight : <integer-used-for-sorting-the-values>, value : <the-value-to-display-as-string>, unit : <unit-of-the-value-to-display-as-string>, timestamp: <iso-timestamp-as-string--only-for-debugging-purpose> }; ```