Is it possible to access DarkSky’s hourly weather forecast through the standard Weather binding?
I’m thinking something along the lines where the following text would give the forecast for 3 hours from now: {weather="locationId=home, forecast=0.3, type=condition}
Hi, you can’t access the hourly forecast with the weather binding but you can do so with the http binding to retrieve the forecast json and then use the JSONPATH transform to retrieve particular values.