openweatherCurrentOptions | R Documentation |
openweatherCurrentOptions
openweatherCurrentOptions(
lang = "en",
minZoom = 7,
interval = 10,
imageLoadingUrl = paste0(openweatherDependency()[[1]]$name, "-",
openweatherDependency()[[1]]$version, "/owmloading.gif"),
...
)
lang |
'en', 'de', 'ru', 'fr', 'es', 'ca'. Language of popup texts. Note: not every translation is finished yet. |
minZoom |
Number (7). Minimal zoom level for fetching city data. Use smaller values only at your own risk. |
interval |
Number (10). Time in minutes to reload city data. Please do not use less than 10 minutes. |
imageLoadingUrl |
URL of the loading image. |
... |
Further options passed to |
A list of options for addOpenweatherCurrent
Other Openweathermap Functions:
addOpenweatherCurrent()
,
addOpenweatherTiles()
,
openweatherOptions()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.