Click this to try this widget and copy the Pro Config template.
Usage
Perform weather forecasting either by the given city_name or the specific latitude/longitude
Input Parameters
Name
Type
Description
Default
Required
city_name
string
The city name you want to get the weather information of.
latitude
number
The latitude of a location, if it is north, use positive numbers; if it is south, use negative numbers. The range is from -90 to +90
0
longitude
number
The longitude of a location, if it is east, use positive numbers; if it is west, use negative numbers. The range is from -180 to +180
0
units
string
For temperature in Fahrenheit use `imperial`. For temperature in Celsius use `metric`. For temperature in Kelvin use `standard`. We use `imperial` by default
imperial
use_specific_loc
boolean
Whether to use latitude&longitude for weather forecasting.