Skip to content

friebetill/BVGAnzeige

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BVGAnzeige

Small project to visualize when buses and s-bahn arrive in Berlin on Raspberry Pi.

Example1

Installation

  1. Install Kivy, look at https://kivy.org/docs/installation/installation.html If you use raspberry pi, I recommend to use KivyPie.

  2. Install bvg-grabber

sudo pip3 install bvg-grabber
  1. Install Executor, that the screen can be turned off in the night.
sudo pip3 install executor
  1. Remove error in bvg-grabber Search for "actualdeparture.py" and "scheduleddeparture.py"
sudo find / -name "scheduleddeparture.py"
sudo find / -name "actualdeparture.py"

Change the lines of both files:

soup = BeautifulSoup(response.text)

to

soup = BeautifulSoup(response.text, "lxml")

About

BVGAnzeige fuer die WG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages