csv | ||
feature_titles | ||
fonts | ||
gifs | ||
images | ||
logos | ||
rpi-rgb-led-matrix@dfc27c15c2 | ||
static | ||
templates | ||
.gitignore | ||
.gitmodules | ||
7x14.bdf | ||
7x14.pbm | ||
7x14.pil | ||
01_setup_packages.sh | ||
02_setup_python.sh | ||
03_update_boot_config.sh | ||
api_caller.py | ||
check_update.sh | ||
clock_screensaver2.py | ||
clock_screensaver.py | ||
coin_list.json | ||
database_caller2.py | ||
database_caller.py | ||
demo | ||
display_gif.ppm | ||
EncodeSans.ttf | ||
live_mlb.py | ||
live_mls.py | ||
live_nba.py | ||
live_nfl.py | ||
live_nhl.py | ||
live_pl.py | ||
pulsing-brightness.py | ||
pulsing-colors.py | ||
README.md | ||
resetmatrix.py | ||
samplebase.py | ||
server.py | ||
setup_config_files.sh | ||
startup.sh | ||
stockTicker.py | ||
stockTicker.pyc | ||
test.py | ||
test.txt | ||
update.sh | ||
user_image.ppm | ||
version.txt | ||
world_clock2.py |
Fintic
Install instructions
-
Update your Raspberry PI OS and install git
sudo apt update sudo apt upgrade -y sudo apt install -y git
-
Clone the repo:
git clone https://github.com/fin-tic/fintic --recursive
-
Enter the repo:
cd fintic
-
Install Packages:
bash 01_setup_packages.sh
-
Install Python dependencies:
bash 02_setup_python.sh
-
Configure boot configuration:
bash 03_update_boot_config.sh
-
Reboot the pi:
sudo reboot now
Install the hotspot
cd ~
curl "https://www.raspberryconnect.com/images/hsinstaller/AutoHotspot-Setup.tar.gz" -o AutoHotspot-Setup.tar.gz
tar -xzvf AutoHotspot-Setup.tar.gz
cd Autohotspot
sudo ./autohotspot-setup.sh
Choose option 2, then option 7 to change the SSID and password (for some reason it didnt work with the default SSID and password).
Then you can connect to the network and go to http://fintic.local:1024 or http://10.0.0.5:1024 and enter wifi information, then reboot
Change the hostname
To change the hostname (URL used to access the server) first open config
sudo raspi-config
Then go to system options -> hostname and change it to e.g. fintic
You then connect to the server using the url fintic.local:1024
Run instructions
sudo -E python3 server.py
in browser go to url http://raspberrypi.local:1024
If it doesnt work because of a missing package try running setup.sh again, sometimes it fails to connect to the package repos
Notes
To conver bdf font to pil format do pilfont.py pillow v 5.4.1 works, but version 8.2.0 breaks.