Skip to content

An elegant Python GUI for displaying time, calendered events, and important updates throughout Hackathon Events.

License

Notifications You must be signed in to change notification settings

mjafri118/HHDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HHDash

Step 0:

  • Make sure file is in directory /home/pi/HHDash

Step 1:

  • Run setup.py install

Step 2:

Add to crontab:

  • */1 * * * * cd /home/pi/Desktop/HHDash/Scripts/ && /usr/bin/python /home/pi/Desktop/HHDash/Scripts/update.py
  • @reboot cd /home/pi/Desktop/HHDash/Scripts/ && /usr/bin/python /home/pi/Desktop/HHDash/Scripts/dashboard.py

Step 3:

Make sure screen doesn’t timeout:

  • Turn off display

  • Create file /etc/X11/xorg.conf with this content: Section "ServerFlags" Option "blank time" "0" Option "standby time" "0" Option "suspend time" "0" Option "off time" "0" EndSection

Congratulations, you have successfully configured your very own HackHarvard Dashboard!

About

An elegant Python GUI for displaying time, calendered events, and important updates throughout Hackathon Events.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages