Mirror of https://github.com/fin-tic/fintic (private repo) This is the software that runs on the raspberry pi 3 inside a fintic.io device.
Go to file
c0de 8d2467cdbc fix spacing and spelling 2023-10-09 19:20:00 -05:00
csv sector added to last updates 2023-08-14 18:00:20 +08:00
feature_titles tiny place feature titles 2023-08-17 18:44:20 +08:00
fonts bonus coffee font for jokes feature 2023-07-17 15:56:15 +08:00
gifs bug fixes 2021-12-06 20:10:14 +00:00
images bug fixes 2021-12-06 20:10:14 +00:00
logos change SHOP logo 2023-09-19 21:28:45 +08:00
rpi-rgb-led-matrix@dfc27c15c2 scrolling text implimented in Python 2021-04-27 19:29:14 +01:00
static Update app.js 2023-09-13 22:00:44 +08:00
templates auto cap stocks and crypto text fields 2023-09-16 19:49:56 +08:00
.gitignore Ignore configuration and user files 2023-10-08 20:21:39 -05:00
.gitmodules scrolling text implimented in Python 2021-04-27 19:29:14 +01:00
01_setup_packages.sh Replace setup.sh 2023-10-08 21:51:33 -05:00
02_setup_python.sh Replace setup.sh 2023-10-08 21:51:33 -05:00
03_update_boot_config.sh move cron install to boot config script 2023-10-09 19:08:41 -05:00
7x14.bdf bug fixes 2021-12-06 20:10:14 +00:00
7x14.pbm bug fixes 2021-12-06 20:10:14 +00:00
7x14.pil bug fixes 2021-12-06 20:10:14 +00:00
EncodeSans.ttf bug fixes 2021-12-06 20:10:14 +00:00
README.md fix spacing and spelling 2023-10-09 19:20:00 -05:00
api_caller.py database caller new method 2022-03-06 09:29:42 +00:00
check_update.sh fixed check update available bug 2022-10-05 16:19:59 +08:00
clock_screensaver.py Update clock_screensaver.py 2023-08-23 21:21:37 +08:00
clock_screensaver2.py added brightness 2023-08-23 21:21:26 +08:00
coin_list.json bug fixes 2021-12-06 20:10:14 +00:00
database_caller.py replace corporation wtih corp 2023-09-13 22:49:54 +08:00
database_caller2.py database caller new method 2022-03-06 09:29:42 +00:00
demo initial commit - old code 2021-04-26 19:51:21 +01:00
display_gif.ppm bug fixes 2021-12-06 20:10:14 +00:00
live_mlb.py live mlb 2023-01-09 17:36:59 +08:00
live_mls.py live mls 2023-01-09 17:35:54 +08:00
live_nba.py live nba 2023-01-09 17:39:53 +08:00
live_nfl.py live nfl 2023-01-09 17:41:52 +08:00
live_nhl.py live nhl 2023-01-09 17:45:32 +08:00
live_pl.py live premier league 2023-01-09 17:34:12 +08:00
pulsing-brightness.py Add files via upload 2023-02-23 13:26:12 +08:00
pulsing-colors.py Add files via upload 2023-02-23 13:26:12 +08:00
resetmatrix.py bug fixes 2021-12-06 20:10:14 +00:00
samplebase.py Add files via upload 2023-02-23 13:26:12 +08:00
server.py added save display name 2023-09-13 21:56:51 +08:00
setup_config_files.sh format setup_config_files.sh 2023-10-08 21:51:51 -05:00
startup.sh deleted force_fetch.py, doesn't work 2022-10-06 16:35:34 +08:00
stockTicker.py decreased width for clock 1 prof 2023-09-20 15:18:32 +08:00
stockTicker.pyc bug fixes 2021-12-06 20:10:14 +00:00
test.py bug fixes 2021-12-06 20:10:14 +00:00
test.txt scrolling news headlines added 2021-05-21 14:24:37 +01:00
update.sh Update update.sh 2022-02-21 20:26:07 +00:00
user_image.ppm startup logo 2021-07-28 20:18:38 +01:00
version.txt sports_fixes 2022-03-05 10:37:22 +00:00
world_clock2.py added brightness 2023-08-23 21:22:29 +08:00

README.md

Fintic

Install instructions

  1. Update your Raspberry PI OS and install git

    sudo apt update
    sudo apt upgrade -y
    sudo apt install -y git
    
  2. Clone the repo: git clone https://github.com/fin-tic/fintic --recursive

  3. Enter the repo: cd fintic

  4. Install Packages: bash 01_setup_packages.sh

  5. Install Python dependencies: bash 02_setup_python.sh

  6. Configure boot configuration: bash 03_update_boot_config.sh

  7. 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 didn't 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 doesn't work because of a missing package try running setup.sh again, sometimes it fails to connect to the package repos

Notes

To convert bdf font to pil format do pilfont.py <font filename>
pillow v 5.4.1 works, but version 8.2.0 breaks.