node-red-web-nodes icon indicating copy to clipboard operation
node-red-web-nodes copied to clipboard

Forecast.io Node

Open Raminios opened this issue 10 years ago • 0 comments

Input Node

- Will be the same as the query node, but will ping the weather database periodically and output data when a change is detected.

Query Node

- 7 day forecast information from the current day, or weather information from a certain date and time, past or future.

Options

  • API Key - The user provided API key.
  • Forecast - 7 days from now, or specific date and time. Either makes certain extra options appear.
  • Longitude - For the user to provide the longitudinal degree of the location.
  • Latitude - For the user to provide the latitudinal degree of the location.

_Appears when specific date and time is selected:_

  • Date - A user provided date.
  • Time - A user provided time.

Outputs

TO BE DECIDED. Will be a similar format to the openweathermap output data.

Raminios avatar Oct 24 '14 13:10 Raminios