Skip to content

Pi Zero W Image for TVs at Gangplank Locations to Display information about the location on the TVs

Notifications You must be signed in to change notification settings

gangplank/gp-pi-tv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

gp-pi-tv

Pi Zero W Image for TVs at Gangplank Locations to Display information about the location on the TVs

To Setup for your location please follow the steps below:

  1. Burn Image on to SD card
  2. With card in your computer go to the boot directory/partition
  3. Within the boot directory, Right-Click > New > Text Document and rename the document to wpa_supplicant.conf - Make sure that you change the file extention from .txt to .conf
  4. Add the following to the file (update network if you had a heroin problem)
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
    ssid="gangplank"
    psk="walktheplank"
}
  1. Enable SSH but placing a blank file name ssh (no extension) in the boot directory/partition
  2. Put SD Card in Pi Zero W and connect to TV.
  3. SSH into the Pi with username pi and password mofos2010
  4. Change password with the passwd command
  5. If you want to change the pages that are being rotated:
  • Run vi /home/pi/kiosk.sh
  • Edit the line below # Run Chromium and open tabs with the urls you want in each tab (separated by a space)
  • If you want to change rotation timing change the sleep 15 command to however many seconds you want in the same file
  1. sudo reboot your pi

If you have any questions contact refriedchicken in the #queen-creek Slack channel.

DOWNLOAD THE INITIAL IMAGE HERE: https://s3-us-west-2.amazonaws.com/refriedchicken/gangplank/pi-images/gp-tv-pi.img

About

Pi Zero W Image for TVs at Gangplank Locations to Display information about the location on the TVs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published