Skip to content

Automatically queries Intuit Mint for display on 5in Raspberry Pi Screen

License

Notifications You must be signed in to change notification settings

athornton1618/mintbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mintbot

Automatically queries Intuit Mint for display on 5in Raspberry Pi Screen

Alt text

Materials

  1. Raspberry Pi 4 (or Raspberry Pi Zero)
  2. MicroSD card w/ Rpi OS
  3. Elecrow 5in Rpi LCD Display https://www.elecrow.com/wiki/index.php?title=HDMI_Interface_5_Inch_800x480_TFT_Display
  4. Intuit Mint account (It's free!) https://mint.intuit.com/

Setup

  1. Create an Intuit Mint account
  2. Setup Raspberry Pi w/ raspian OS
  3. Install LCD display, follow driver setup instructions: https://www.elecrow.com/download/How%20to%20install%20the%20LCD%20driver.pdf

Packages

sudo apt update
sudo apt install python3
pip3 install pandas matplotlib numpy

Installation

cd ~/Documents
git clone https://github.com/athornton1618/mintbot
cd mintbot
sudo chmod a+x mintbot.py
nano mintbot.py

Write in Username where prompted
Write in Password where prompted

sudo nano /etc/xdg/lxsession/LXDE/autostart

Add these lines

@unclutter -idle 0
@/usr/bin/python /home/pi/Documents/mintbot.py

sudo reboot
That's it! Good to go.

NOTE

Occasionally Mint asks for multi-factor authentication
Might want to set up VNC connection to Rpi to input code manually if that happens

About

Automatically queries Intuit Mint for display on 5in Raspberry Pi Screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages