$ sudo apt update
$ sudo apt upgrade
$ sudo apt install git
$ sudo apt install i2c-tools
$ sudo apt install python3-pip
$ pip3 install --upgrade pip
$ rpi-update
$ sudo rebootAfter reboot:
$ sudo raspi-configSelect 3 Interface Options > P5 I2C > Yes > Ok > Finish
$ pip install git+https://github.com/u8slvn/transilienwatcher.git#egg=transilienwatcher
export PATH=/home/pi/.local/bin:$PATH$ transiliwatcher-init
$ vim ~/transilienwatcher/config.pytransilien:
stations:
departure: '00000000'
arrival: '00000000'
credentials:
username: 'username'
password: 'password'
refresh_time: 60
display:
type: 'lcd_i2c'
lcd:
columns: 16
rows: 2$ transilienwatcher start
$ transilienwatcher statusLog file is available in ~/transilienwatcher/transilienwatcher.log.
Stop the app:
$ translienwatcher stop