Skip to content

App for Raspbery to display random photo from random google album in series. Show discord channel, calendar and weather on portrait screen.

Notifications You must be signed in to change notification settings

petrasl1976/fridge-kiosk-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

  • Install basic raspbery
  • create venv for project
sudo apt update
sudo apt install python3-pip python3-venv
rm -rf venv
python3 -m venv venv
source venv/bin/activate
pip install --break-system-packages google-api-python-client google-auth google-auth-oauthlib flask broadlink
  • clone repository
  • to facilitate login
ssh -L 8080:localhost:8080 [email protected]
  • now open http://localhost:8080 and login to your account so calendar and google photos could be used byt this app

About

App for Raspbery to display random photo from random google album in series. Show discord channel, calendar and weather on portrait screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published