{"library":"node-red-contrib-weather","title":"node-red-contrib-weather","description":"Node-RED Node for fetching weather data from Xiaomi (Mi) weather API for Chinese locations. Current stable version 0.1.2, last released 2019-12-5, no active development. Key differentiator: simple integration with Node-RED, supports latitude/longitude input within China only, outputs weather object, temperature, humidity, weather condition, AQI, sunrise/sunset. Does not use any official weather API; data source is Xiaomi's internal service. Low maintenance, bug fixes via GitHub issues/QQ group.","language":"javascript","status":"maintenance","last_verified":"Sat Apr 25","install":{"commands":["npm install node-red-contrib-weather"],"cli":null},"imports":["Install via npm: npm install -g node-red-contrib-weather (then use in Node-RED palette)","Input msg.payload must be JSON: {\"latitude\":31,\"longitude\":121}","Weather data is placed in msg.payload (object with weather fields)."],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// In Node-RED flow:\n// Inject node -> weather node -> Debug node\n// Inject node payload: {\"latitude\":31,\"longitude\":121}\n// Weather node configuration: leave lat/lon empty (use input payload)\n// Debug node outputs weather object with fields: temperature, humidity, condition, AQI, sunrise, sunset, etc.","lang":"javascript","description":"Shows minimal Node-RED flow using the weather node with latitude/longitude input.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}