All Projects → zli117 → Eink Calendar

zli117 / Eink Calendar

Licence: mit
Smart calendar with EInk display and Raspberry Pi

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Eink Calendar

Mud Pi
A simple MUD server in Python, for teaching purposes, which could be run on a Raspberry Pi
Stars: ✭ 184 (-3.66%)
Mutual labels:  raspberry-pi
Docker Shadowsocks Libev
✈️ Dockerfiles for shadowsocks-libev server and client (on x86 and arm)
Stars: ✭ 188 (-1.57%)
Mutual labels:  raspberry-pi
Pitop
Raspberry Pi terminal based activity monitor
Stars: ✭ 189 (-1.05%)
Mutual labels:  raspberry-pi
Rpi gpio
Ruby conversion of RPi.GPIO Python module
Stars: ✭ 185 (-3.14%)
Mutual labels:  raspberry-pi
Raspi
Base functionality for working with a Raspberry Pi from Node.js
Stars: ✭ 187 (-2.09%)
Mutual labels:  raspberry-pi
Switchboard
Control of Internet connected devices within a given network via web interface.
Stars: ✭ 188 (-1.57%)
Mutual labels:  raspberry-pi
Wirehome.core
Wirehome.Core is a home automation system written in C# targeting .NET Core. It runs on Linux, Windows and macOS.
Stars: ✭ 180 (-5.76%)
Mutual labels:  raspberry-pi
Comitup
Bootstrap Wifi support over Wifi
Stars: ✭ 190 (-0.52%)
Mutual labels:  raspberry-pi
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-95.81%)
Mutual labels:  raspberry-pi
Ansible Kubernetes Openshift Pi3
Ansible playbooks for setting up a Kubernetes Raspberry Pi 3 cluster
Stars: ✭ 189 (-1.05%)
Mutual labels:  raspberry-pi
Pyload
The free and open-source Download Manager written in pure Python
Stars: ✭ 2,393 (+1152.88%)
Mutual labels:  raspberry-pi
Eventcal
Filter to only include attending and maybe facebook events in ical and google calendar
Stars: ✭ 187 (-2.09%)
Mutual labels:  google-calendar
Multi Room Audio Centralized Audio For Home
🎵 This Github Repository provides details on setting up a centralized audio system for your home using nothing but Raspberry Pi's and Old Speakers.
Stars: ✭ 189 (-1.05%)
Mutual labels:  raspberry-pi
Tensorflow On Raspberry Pi
TensorFlow for Raspberry Pi
Stars: ✭ 2,162 (+1031.94%)
Mutual labels:  raspberry-pi
Deviceplane
Open source device management for embedded systems and edge computing
Stars: ✭ 917 (+380.1%)
Mutual labels:  raspberry-pi
Home Assistant
Home-Assistant-Config
Stars: ✭ 182 (-4.71%)
Mutual labels:  raspberry-pi
Temperature Monitor
Raspberry Pi-based home temperature monitoring network.
Stars: ✭ 187 (-2.09%)
Mutual labels:  raspberry-pi
Blockpage
A temporary unblock solution and blockpage for your Pi-Hole system
Stars: ✭ 191 (+0%)
Mutual labels:  raspberry-pi
Rpi Backlight
🔆 A Python module for controlling power and brightness of the official Raspberry Pi 7" touch display
Stars: ✭ 190 (-0.52%)
Mutual labels:  raspberry-pi
Photobooth
A photobooth Web-Application for raspberry pi with gphoto2
Stars: ✭ 188 (-1.57%)
Mutual labels:  raspberry-pi

EInk Smart Calendar Build Status

What does it do?

It's a raspberry pi based smart calendar that can tell you the current date, weather, and your events on Google calendar. Updates once per hour. Also supports manual update with a press of button.

Components needed:

Enable SPI Mode:

To Enable, pass following command

sudo raspi-config

Select Interfacing Options

Select P4 SPI

Select Yes when asked Would you like the SPI interface to be enabled?

It will prompt The SPI interface is enabled, press ok

Select Finish to exit raspi-config

Install the dependencies:

pip install -r requirements.txt
sudo apt install libopenjp2-7 libtiff5

Also make sure you have at least Python 3.7 installed, which should be the case for the most recent Raspbian releases.

Get API credentials:

  • OWM API key:
    • Go to the Weather API page: link
    • Subscribe to 5 day / 3 hour forecast
  • Google credentials:
    • Follow the instructions of this answer on stackoverflow.
    • Instead of choosing the drive API, choose Calendar API v3 of scope https://www.googleapis.com/auth/calendar.readonly
    • We will need the client ID, client secrete, refresh token and access token

Hook up the wires:

Or download diagram.fzz. Note that the labeling on the breadboard corresponds to the wires on the hat comes with the screen. The wiring is the same as on page 12 of the official documentation

Run it:

Once you have got all the credentials and hooked up the wires, you can run main.py without any parameter to create the config file:

python3 main.py

and follow the interactive guide to create the config file.

You can specify the config file for later runs as:

python3 main.py -c <config file path>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].