8000 GitHub - garrettheel/homedisplay
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

garrettheel/homedisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

homedisplay

http://web.mta.info/developers/developer-data-terms.html#data

Installation

First, build rpi-rgb-led-matrix in the venv

# install necessary libs
apt-get install python3-dev python3-venv git libopenjp2-7-dev python3-pillow -y

# clone lib
git clone https://github.com/hzeller/rpi-rgb-led-matrix.git

# activate venv if necessary...

# build
cd rpi-rgb-led-matrix
make build-python PYTHON=$(command -v python3)
sudo make install-python PYTHON=$(command -v python3)

Usage

export MTA_API_KEY=<api_key>
export OPENWEATHER_API_KEY=<api_key>
python display.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0