a Wordpress plugin to display weather information
from open-meteo.com for any location worldwide.
The forecast are updated every hour, by fetching data
from open-meteo.com API.
- Display current weather conditions
- Show a 7-day weather forecast
- PHP >= 8.2
- Wordpress >= 6.0
- Python >= 3.0
- Unix-like operating system (Linux, MacOs, BSD, ...)
- Download the plugin zip file
- unzip it to your Wordpress plugins directory (/wp-content/plugins)
- Activate the plugin through the 'Plugins' menu in WordPress
Or clone the github repro to your Wordpress plugins directory
Add a shortcode like this example to your post or page:
[honkUndHonkWeather lon=50.72633 lat=1.603076 headline="Boulogne-sur-Mer"]
This first release can display only one forecast per post or page.
- Localisation
- Styling options
- Use Erik Flowers Weather Icons
- Change importer to PHP

