SaschaHeyer / newswall

Rotate and display latest newspapers on e-ink display

Home Page:https://framed.news

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newswall CI

Inspired by the e-ink newspaper project (HN post; original idea by Max Braun), this is a pure node.js port of graiz/newsprint

  1. Install yarn and node e.g. using brew:
brew install node yarn
  1. The server is a simple expressjs app. Running it locally:
yarn && node --watch app.js

Then open http://localhost:3000 in your browser. You can now point your e-ink display to http://localhost:3000/latest

  1. Run tests:
yarn test

Most of the papers come from The Freedom Forum - please consider supporting them.

My Setup

I use the 32-inch Visionect display which can be easily configured in their online portal to point to any website (this is currently deployed on render.com). My excellent local framing shop made a custom frame for me that not only hides the manufacturer's logo on the frame but also hides a small portable powerbank that makes it easy to recharge the display without taking the frame off the wall. I have a little util which uses their API to overlay a little battery status on the bottom of the newspaper being shown.

My Frame

About

Rotate and display latest newspapers on e-ink display

https://framed.news


Languages

Language:JavaScript 51.9%Language:EJS 48.1%