Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 768 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 768 Bytes

rgb-matrix-info-display

This project sets up an info display using a LED Matrix Display from Sparkfun, AdaFruit or eBay and Aliexpress. By using the awesome rpi-rgb-led-matrix library from hzeller it currently displays the current date and time, outside temperature (needs to be replaced by custom datasource) and currently playing title and artist of my multiroom audio system (needs also be replaced by custom datasource).

Setup

  • Compile and install the rpi-rgb-led-matrix library according to the readme.

  • Install dependencies:

    pip install paho-mqtt 
    pip install requests

Run the program

python3 -u main.py