Skip to content

Instantly share code, notes, and snippets.

@itarozzi
Last active December 18, 2017 10:07
Show Gist options
  • Save itarozzi/6c59100b75fce3cf8ba629a630107359 to your computer and use it in GitHub Desktop.
Save itarozzi/6c59100b75fce3cf8ba629a630107359 to your computer and use it in GitHub Desktop.
node-red openweathermap
[{"id":"bdd761c0.cec2c","type":"openweathermap","z":"936009a3.657d78","name":"","wtype":"forecast","lon":"","lat":"","city":"Rimini","country":"IT","language":"it","x":636.0173301696777,"y":306.0104284286499,"wires":[["2e1aca67.1f3da6","66be96c9.f4e458"]]},{"id":"5cd99dad.d756c4","type":"inject","z":"936009a3.657d78","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":437.01733016967773,"y":311.01044845581055,"wires":[["bdd761c0.cec2c"]]},{"id":"2e1aca67.1f3da6","type":"debug","z":"936009a3.657d78","name":"","active":true,"console":"false","complete":"true","x":1057.0174560546875,"y":391.0104923248291,"wires":[]},{"id":"504b05b0.0d78ec","type":"json","z":"936009a3.657d78","name":"","pretty":"false","x":1058.0173473358154,"y":306.01043128967285,"wires":[["638c5f61.132a8"]]},{"id":"638c5f61.132a8","type":"file","z":"936009a3.657d78","name":"","filename":"openweather-result.json","appendNewline":true,"createDir":false,"overwriteFile":"true","x":1262.0173416137695,"y":332.0105209350586,"wires":[]},{"id":"4e7c91dc.10dc7","type":"file in","z":"936009a3.657d78","name":"","filename":"openweather-result.json","format":"utf8","chunk":false,"x":657.0173187255859,"y":460.0104160308838,"wires":[["79048d56.4513a4"]]},{"id":"7896c5be.d2f3dc","type":"inject","z":"936009a3.657d78","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"x":425.017333984375,"y":462.010422706604,"wires":[["4e7c91dc.10dc7"]]},{"id":"66be96c9.f4e458","type":"change","z":"936009a3.657d78","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"data","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":869.0173187255859,"y":306.0104036331177,"wires":[["504b05b0.0d78ec"]]},{"id":"79048d56.4513a4","type":"json","z":"936009a3.657d78","name":"","pretty":"false","x":852.0173988342285,"y":459.0103931427002,"wires":[["2e1aca67.1f3da6"]]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment