Description Usage Arguments Value
This function fetches data from the IDAEM API
This function fetches data from the IDAEM API
1 2 3 |
q |
the query for the weather api in qls; q = 'SELECT mean("temp") as temp,mean("hum") as hum, difference(mean("rain")) as rain, mean("windv") as wind FROM /^DL00011$/ WHERE time >= now() - 24d GROUP BY time(1h) fill(none)' |
The data frame with the weather
The data frame with the weather
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.