You need to add your credentials to the DarkSky node and configure the InfluxDB node to use your database.
[{"id":"49edae65.ef262","type":"inject","z":"1bb8c233.f79fae","name":"","topic":"","payload":"","payloadType":"date","repeat":"300","crontab":"","once":false,"x":110,"y":73,"wires":[["feb0b755.bd3578"]]},{"id":"feb0b755.bd3578","type":"darksky","z":"1bb8c233.f79fae","darksky":"","name":"","lon":"0","lat":"0","date":"","time":"","mode":"message","lang":"en","units":"uk2","x":330,"y":73,"wires":[["466bfce1.811934","771a7867.4b18f8"]]},{"id":"466bfce1.811934","type":"debug","z":"1bb8c233.f79fae","name":"","active":true,"console":"false","complete":"true","x":580,"y":71,"wires":[]},{"id":"771a7867.4b18f8","type":"change","z":"1bb8c233.f79fae","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"[\t{\t\"Temperature\":data.currently.temperature,\t\"temperatureApparent\":data.currently.apparentTemperature,\t\"pressure\":data.currently.pressure,\t\"windSpeed\":data.currently.windSpeed,\t\"windGust\":data.currently.windGust,\t\"windBearing\":data.currently.windBearing\t}\t]\t","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":465.5,"y":164,"wires":[["ecc8200a.61d48","65afdf7b.a7fdc"]]},{"id":"65afdf7b.a7fdc","type":"influxdb out","z":"1bb8c233.f79fae","influxdb":"4388a798.ca22d8","name":"","measurement":"darksky","precision":"","retentionPolicy":"one_week","x":706.5,"y":225,"wires":[]},{"id":"ecc8200a.61d48","type":"debug","z":"1bb8c233.f79fae","name":"","active":false,"console":"false","complete":"true","x":715.5,"y":272,"wires":[]},{"id":"4388a798.ca22d8","type":"influxdb","z":"","hostname":"127.0.0.1","port":"8086","protocol":"http","database":"weather","name":"","usetls":false,"tls":""}]