agentlytics
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
A weather dashboard image generator for Kindle Paperwhite 7th Gen
git clone https://github.com/terminalbytes/kindle-dashboard.gitterminalbytes/kindle-dashboardHey there! 👋 This is a fun little project I put together to display weather info on my Kindle. It's specifically built to work with Environment Canada's weather data (because their API is free and pretty decent!).
This is the server that I'm using for the Kindle Dashboard specified in this blog post: Reviving my Kindle PW7
👆 This is how it looks on my Kindle! (Rotated 90° for Kindle display)
This dashboard generates a clean, Kindle-friendly weather display that shows:
Look, this is a pretty rough project that I hacked together for my own use. It works for me, but there might be bugs, and the code could definitely use some cleanup. That said, if you're in Canada and want to build your own Kindle weather display, this could be a good starting point!
git clone git@github.com:terminalbytes/kindle-dashboard.git cd kindle-dashboard
api-weather.ts file.docker-compose up -d
This will:
To generate a new dashboard (and update battery level):
curl http://localhost:8080/battery/75 # Change 75 to your actual battery percentage
Your fresh dashboard will be available at:
http://localhost:8080/dash.png
There's a handy script (icon-codes.ts) that helps map Environment Canada's weather icon codes to their conditions. It parses API responses to build a comprehensive mapping, which is super useful if you want to add new icon mappings or understand what each code means.
The main weather dashboard generation happens in api-weather.ts. It:
If you want to hack on it locally:
docker build -t kindle-dashboard . docker run -p 8080:8080 kindle-dashboard
WEATHER_LOCATION in api-weather.ts to change)public directoryFound a bug? Want to add a feature? PRs are welcome! Just remember:
MIT License - Go wild! Just don't blame me if your Kindle shows the wrong weather 😉
Copyright (c) 2024 terminalbytes
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
more like this
Comprehensive analytics dashboard for AI coding agents — Cursor, Windsurf, Claude Code, VS Code Copilot, Zed, Antigravi…
an efficient and user friendly OTA server equipped with a powerful WEB UI, designed to effortlessly manage both your ES…
PlexWatch is a Discord bot that provides a real-time dashboard for your Plex media server, featuring active stream moni…
search projects, people, and tags