▲ | Show HN: Print the daily weather forecast on a thermal receipt printer(github.com) | ||||||||||||||||||||||||||||
21 points by chr15m 5 days ago | 6 comments | |||||||||||||||||||||||||||||
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! | |||||||||||||||||||||||||||||
▲ | orphea 4 days ago | parent | next [-] | ||||||||||||||||||||||||||||
Please be aware that some thermal paper is not safe: https://www.pca.state.mn.us/business-with-us/bpa-and-bps-in-... | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
▲ | barbazoo 2 days ago | parent | prev [-] | ||||||||||||||||||||||||||||
I like stuff like this that brings things from the digital world to the physical world. It’s very practical but also art in a way. |