Code Monkey home page Code Monkey logo

kindle-display-and-server's Introduction

Kindle Display and Server

This project fetches my todo list and random quotes and displays them on my kindle and converts it into a low power information display.

It is largely inspired by Matthew Petroff's Kindle Weather Display. I rewrote the server and modified the client to display my todo list and random quotes. This works by generating PNGs with Pillow and Python. They are served by the server and fetched by the Kindle.

This should work with any Kindle that has been Jailbroken.

##Server

  • On Ubuntu Linux, install the dependencies:

      sudo apt-get install python3-pip libfreetype6-dev
      sudo pip3 install Pillow cairosvg
    
  • Make sure port 9876 is forwarded to your server

  • cd server/

  • Run python3 server.py

The server will serve at http://<your-ip>:9876

##Client (The Kindle)

  • The following relies on Jennifer's tutorial to get SSH access
  • Copy the kindle_client directory to /mnt/us/ on the Kindle
  • Run chmod +x fetch_and_display.sh
  • Add the following entry to /etc/crontab/root: * * * * * /mnt/us/kindle_display/fetch_and_display.sh
  • Run /etc/init.d/cron restart to restart the cron daemon

kindle-display-and-server's People

Contributors

cdelahousse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.