Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piger/node-red-contrib-met-eireann
Forecast data for Ireland from Met Éireann
https://github.com/piger/node-red-contrib-met-eireann
ireland node-red node-red-contrib weather-forecast
Last synced: about 5 hours ago
JSON representation
Forecast data for Ireland from Met Éireann
- Host: GitHub
- URL: https://github.com/piger/node-red-contrib-met-eireann
- Owner: piger
- License: apache-2.0
- Created: 2021-12-15T00:06:11.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T13:35:37.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T07:45:42.813Z (3 months ago)
- Topics: ireland, node-red, node-red-contrib, weather-forecast
- Language: JavaScript
- Homepage:
- Size: 281 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-red-contrib-met-eireann
A [met-eireann](https://www.met.ie/) node for [Node-RED](https://nodered.org/).
## Install
Run `npm install` from your Node-RED user data directory (e.g. `~/.node-red`):
```
$ npm install node-red-contrib-met-eireann
```## Usage
The `msg.payload` contents are:
| name | unit | description |
|------|------|-------------|
| `temperature` | Celsius | Air temperature 2m above the ground |
| `windDirection` | Cardinal direction | Direction of the wind (e.g. `S` or `NW`) |
| `windDirectionDeg` | Degrees | Direction of the wind (e.g. `187.7`) |
| `windSpeed` | Meters per second | Wind speed |
| `windSpeedBeaufort` | Beaufort scale | Wind speed |
| `globalRadiation` | Watt per square meter (W/m^2) | Solar irradiance |
| `humidity` | Percentage | Relative humidity |
| `pressure` | hPa | Pressure |
| `cloudiness` | Percentage | General level of cloudiness |
| `lowClouds` | Percentage | Low cloud cover |
| `mediumClouds` | Percentage | Medium cloud cover |
| `highClouds` | Percentage | High cloud cover |
| `dewPoint` | Celsius | Dewpoint temperature |
| `rain` | Millimeters | Rainfall accumulation |
| `rainProbability` | Percentage? | Probability of rainfall |The [API](https://data.gov.ie/dataset/met-eireann-weather-forecast-api) is part of
[Ireland's Open Data Portal](https://data.gov.ie/).