A modern, responsive skin for WeeWX focused on data visualization, featuring a glassmorphism "Aero" design, high-resolution charts, and a seamless dark mode.
| Mode | Desktop (Retina) | Mobile (iPhone) |
|---|---|---|
| Dark | ![]() |
![]() |
| Light | ![]() |
![]() |
Aero renders weather data using HTML5 Canvas for sharp, detailed charts and dials. It is designed to be easy to install with no external dependencies for the end user.
- Glassmorphism Design: A modern "Aero" aesthetic with frosted glass effects and vibrant gradients.
- Live Dials: Circular indicators for Temperature, Humidity, Pressure, and UV. The temperature dial visually shows the daily high/low range.
- Wind Compass: A custom-drawn compass showing speed, gusts, and direction simultaneously.
- Interactive Graphs: Full-width, responsive charts for rain, wind, and other metrics using
Chart.js. - Historical Explorer: Seamlessly navigate through past days, weeks, months, and years with client-side routing.
- Unit Flexibility: Toggle between Metric and Imperial units on the fly.
- Simple Install: Works as a standard WeeWX extension. No Node.js or build process required for end users.
Install the latest stable version automatically using weectl (WeeWX v5+):
weectl extension install https://github.com/sankara/weewx-skin-aero/releases/latest/download/weewx-aero.zip- Restart WeeWX:
sudo systemctl restart weewx
- The skin will be generated at your configured HTML root (usually
/var/www/html/weewx/aero).
This project uses uv for Python dependency management and development workflows.
To run the skin locally for development:
- Clone the repository.
- Prepare Data:
- Option A (Auto-Generate): Generate random test data:
uv run aero-gen --output test-data/weewx.sdb --days 7
- Option B (Real Data): Copy your own
weewx.sdbtotest-data/weewx.sdbfor realistic testing.
- Option A (Auto-Generate): Generate random test data:
- Start Dev Server:
This will build the skin, serve it at
uv run aero-dev
http://localhost:8000, and watch for file changes to auto-rebuild. - Capture Screenshots:
To update the gallery screenshots (requires Playwright):
uv run aero-screenshots
This project is licensed under the GNU General Public License v3.0.



