OK, Thank you. I am trying to learn how you set up this (great!) skin. As you have seen in my other posting, currently I'm trying to get specific hourly weather data (esp. irradiance for my PV-project). As far as I can see, your skin actually already pulls certain hourly data via the api call but unfortunately it can only process and display daily values as of now.So for now, I ignore them in favor of a stable skin.
Stupid question, see below your Measure @CurrentUVIndex as an example:
- The number "0" in Query='hourly.uv_index[0]' obviously means "current day" and 1, 2 [...] in following measures mean day 1, 2 [...] - that's clear. However, the api string "uv_index" (see snippet below) contains the complete hourly data for 7 days * 24 hours, right?
- In "hourly":{"time" I can also see the hourly date/time array fitting to these hourly.uv_index values, right?
- Can I already access these hourly values somehow e.g. via hourly.uv_index[0,1] for "current day, hour 1" and [0,2] for hour 2 and so forth? Does your JsonParser have a query possibility for this hourly data? What's the correct syntax?
Code:
[@CurrentUVIndex]Group=WeatherDataMeasure=PluginPlugin=JsonParser.dllSource=[MeasureWeather]Query='hourly.uv_index[0]'DynamicVariables=1Logging=NoMatch:0,EmptySource:0
Statistics: Posted by emp00 — Yesterday, 8:36 pm