ttb-node-meteo is a Node-RED node that collects weather information.
Retreive the weather data from openweathermap.org
- apiKey string
- The API key for openweathermap.
- city string
- The city name for the weather.
- country string
- The country name for the city.
- unity string
-
The unit of temperature used. the possible values are:
- celsius
- c
- fahrenheit
- f
- weather string
-
The weather mode (current or forecast). the possible values are:
- actual
- prevision
- payload string
- The result of the weather research.
- weather Object
- The meteorological data.
- picture string
- the path of the representative image of the weather
This node retrieves the current weather or forecast for tomorrow on openweathermap.org for a given city using the ttb-weather
node module.
To work, this node needs a valid openweathermap API key, a default one is used if it is not filled in, but it may not work because it is shared and limited to 60 uses per minute. To have your own API key, register on openweathermap and go to the API keys section. The free offer allows 60 uses per minute and no banking information is requested.
- GitHub - the nodes github repository
- GitHub - the
ttb-weather
github repository - openweathermap - the openweathermap website