Skip to content

Semoar/display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kindle Smart Home Info Display

Fetch data such as weather forecast, train departures or other smart home data and print it nicely.

In contrast to other similar projects, this completely runs on the Kindle itself and requires no server component.

For more information about jailbreaking and building a physical frame, see the accompanying blog post.

Build

For trying locally use go run main.go and open the resulting example.png.

To build for Kindle, you need to use golang 1.17 (newer versions don't run on Kindles old kernel). You can use a container to do this:

podman run --rm -v "${PWD}":/app -it docker.io/golang:1.17.13 bash -c "cd /app && env GOOS=linux GOARCH=arm GOARM=5 go build"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages