Skip to content

TheThingBox/ttb-node-meteo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

License GitHub issues GitHub package.json version

ttb-node-meteo

ttb-node-meteo is a Node-RED node that collects weather information.

Usages

Retreive the weather data from openweathermap.org

Inputs

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

Outputs

payload string
The result of the weather research.
weather Object
The meteorological data.
picture string
the path of the representative image of the weather

Détails

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.

Références

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published