Skip to content

Head/raspberry-pi-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Raspberry Display Chart

##INSTALL

sudo apt-get install matchbox x11-xserver-utils unclutter midori

vi presentation.sh

#!/bin/sh  
unclutter &  
matchbox-window-manager & :  
xset -dpms  
xset s off  
while true; do  
/usr/bin/midori -e Fullscreen -a /home/pi/chart.html  
done  

chmod 755 presentation.sh

sudo vi /etc/rc.local

su -l pi -c "xinit /home/pi/presentation.sh"

sudo dpkg-reconfigure x11-common
set to "anybody"

About

Bitcoin charts for the Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages