Skip to content

Releases: aschuma/max7219-led-matrix-clock-mqtt-display

1.1.0

12 Nov 16:19
03f9c5c
Compare
Choose a tag to compare

3rd party lib upgrade

1.0.0

06 Mar 12:27
7c9fbf1
Compare
Choose a tag to compare
Merge pull request #5 from aschuma/current

Code cleanups ⛵

0.9.0

06 Feb 21:20
b90dba6
Compare
Choose a tag to compare
Merge pull request #4 from aschuma/current

Current

minute animation

16 Jan 13:21
Compare
Choose a tag to compare
0.8.1

INTERNAL: minute animation cosmetics ⛵

MVP

29 Dec 17:58
Compare
Choose a tag to compare
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>
};
   ```