Tech News
← Back to articles

Show HN: Print the daily weather forecast on a thermal receipt printer

read original related products more articles

Thermal Receipt Weather Printer

Prints a daily weather forecast on an ESC/POS thermal printer, such as the "Bisofice Mini BT thermal receipt printer".

Dependencies | Setup | Usage | Cron

Dependencies

Python 3

Pillow : The Python imaging library.

: The Python imaging library. ImageMagick: For converting SVG icons to a printable format.

Setup

Install dependencies: On Debian/Ubuntu: sudo apt-get update && sudo apt-get install imagemagick python3-pil On other systems, install ImageMagick via your package manager and Pillow via pip: pip install Pillow Get the weather icons: Run the script with the --download-icons flag to download only the necessary icon files: ./printweather.py --download-icons Or git clone https://github.com/erikflowers/weather-icons

Or download the zip.

... continue reading