UNPKG

node-red-contrib-dwd-local-weather

Version:

Node Red node to retrieve local weather forecast from DWD (Germany)

31 lines (30 loc) 1.29 kB
{ "dwdweather": { "label": { "name": "Name", "omitMessageOnStart": "Omit message on start", "repeat": "Repeat", "mosmixStation": "MOSMIX Station", "lookAheadHours": "Look ahead hours", "additionalFields": "Additional fields", "topic": "Topic" }, "description": { "mosmixStation": "MOSMIX Station number. See \"id\" in ", "mosmixStationLinkText": "here", "lookAheadHours": "Hours to look ahead into the future. Use 0 to get current weather.", "additionalFields": "Comma separated list of additional element short names to parse and return from MOSMIX (case sensitive, i. e. \"DRR1\"). See: ", "additionalFieldsLinkText": "here" }, "status": { "requesting": "Requesting latest MOSMIX data file" }, "warn": { "nofuturepredictions": "no predictions for any future dates found - likely the file is too old or lookAhead hours set too high", "nohistoricpredictions": "no predictions for historic dates found - likely you are using the < modifier and looking back in time there is no data", "noattribute": "MOSMIX attribute __attribute__ not known or not processed", "requestFailed": "MOSMIX request failed: __error__", "noDataForStation": "MOSMIX returned no data (404). Please check whether the station number is correct." } } }