5nord / KoboWeather

A Weather app for the Kobo Mini E-Reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KoboWeather

In the morning when choosing clothes for my kid, I easily get anoyed by clicking through various weather apps, accepting cookies, finding out when it will rain, etc. The e-paper project [german] of a friend gave me the template to ease my mornings.

This project provides a weather forecase application for the Kobo Mini. It's still much work in progress. This is how it will look like, when it's ready:

Vision

Installing

This Go application requires a cross compiler for ARM and a libc which is compatible with the libc version used on the Kobo Mini. An older version should be okay, but newer versions not.

Cross Compiler

Probably any will do. I choose below package (from Fedora 32):

sudo dnf install gcc-c++-arm-linux-gnu gcc-arm-linux-gnu binutils-arm-linux-gnu

About

A Weather app for the Kobo Mini E-Reader

License:MIT License


Languages

Language:Shell 44.3%Language:Go 34.5%Language:Makefile 21.2%