PinkCrab - Ecowitt Weather Block
A custom gutenberg block, that adds live weather from a given weather station.
by Glynn Quelch<glynn.quelch@gmail.com> · github.com/gin0115/ecowitt-weather-block
★ 0stars
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/gin0115/ecowitt-weather-block/releases/download/1.0.0-RC2/ecowitt-weather-block.zipDeclares an update source (https://github.com/gin0115/ecowitt-weather-block), so updates arrive through the plugin's own updater.
From the readme
Ecowitt Weather Block
![WP6.4 [PHP7.4-8.3] Tests](https://github.com/gin0115/ecowitt-weather-block/actions/workflows/WP64.yaml/badge.svg)
![WP6.8 [PHP8.0-8.4] Tests](https://github.com/gin0115/ecowitt-weather-block/actions/workflows/WP68.yaml/badge.svg)
![WP6.9 [PHP8.0-8.5] Tests](https://github.com/gin0115/ecowitt-weather-block/actions/workflows/WP69.yaml/badge.svg)
A WordPress block plugin for displaying real-time and historical weather data from Ecowitt weather stations.
Features
- Live Weather Block — displays current weather observations with configurable auto-refresh
- Weather History Block — renders historical weather charts with adjustable date ranges and aggregation intervals
- Multiple Themes — default, materialike, slate and dashboard themes with customisable colours and icon sets
- Unit Conversion — automatic conversion between metric and imperial units for all measurement types
- Caching — database-backed observation cache to reduce API calls
- GitHub Auto-Updates — checks for new releases and provides one-click updates from the WordPress dashboard
Supported Measurements
| Category | Measurements |
|---|---|
| Outdoor | Temperature, Feels Like, Dew Point, Humidit
Read the full README on GitHub →