Story

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

chr15m Wednesday, July 30, 2025

I wrote this simple Python script that prints the daily weather forecast on those cheap thermal receipt printers you can get online for under fifty bucks. It fetches weather data, converts the icons to something printable, and outputs everything in ESC/POS format so you can pipe it directly to /dev/USB/lp0.

Nothing fancy, i just thought it would be nice to have a physical weather printout each morning.

You can configure it with your GPS coordinates and timezone, and stick it in a cron job.

Enjoy!

21 6
github.com
Visit article Read on Hacker News Comments 6