[
{
"id": "47349297.fedd8c",
"type": "inject",
"z": "4a9555bf.561e5c",
"name": "实时天气",
"topic": "",
"payload": "real",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 100,
"y": 100,
"wires": [
[
"94690dd9.b201f"
]
]
},
{
"id": "a30c411b.d9b61",
"type": "http request",
"z": "4a9555bf.561e5c",
"name": "天气实时情况",
"method": "GET",
"ret": "txt",
"url": "http://www.nmc.cn/f/rest/{{{payload}}}/{{{city_code}}}",
"tls": "",
"x": 440,
"y": 140,
"wires": [
[
"a6ae9cba.773e"
]
]
},
{
"id": "94690dd9.b201f",
"type": "function",
"z": "4a9555bf.561e5c",
"name": "中国气象台城市码",
"func": "//city code\nmsg.city_code = '50468';\n\n//content\n//msg.content = msg.payload;\n\nreturn msg;",
"outputs": 1,
"noerr": 0,
"x": 270,
"y": 140,
"wires": [
[
"a30c411b.d9b61"
]
]
},
{
"id": "95d5f588.4f1ea8",
"type": "debug",
"z": "4a9555bf.561e5c",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"x": 630,
"y": 200,
"wires": []
},
{
"id": "a6ae9cba.773e",
"type": "json",
"z": "4a9555bf.561e5c",
"name": "",
"property": "payload",
"action": "",
"pretty": false,
"x": 570,
"y": 140,
"wires": [
[
"95d5f588.4f1ea8"
]
]
},
{
"id": "94dfd626.4da0f8",
"type": "inject",
"z": "4a9555bf.561e5c",
"name": "空气质量",
"topic": "",
"payload": "aqi",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 100,
"y": 140,
"wires": [
[
"94690dd9.b201f"
]
]
},
{
"id": "13ded7f2.18ca98",
"type": "inject",
"z": "4a9555bf.561e5c",
"name": "前后两周天气",
"topic": "",
"payload": "tempchart",
"payloadType": "str",
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"x": 110,
"y": 180,
"wires": [
[
"94690dd9.b201f"
]
]
}
]