Map Widget Examples
Example 1: My IP Location
Datasource Setup
- Add datasource.
- Set
Type = HTTP. - Set
Title = myGeo. - Set
URL = https://ipapi.co/json/. - Set
Refresh = 300seconds. - Save.
Widget Setup
- Add widget.
- Set
Type = Map. - Set
Title = My Location. - Set
Header Text = IP Geolocation. - Set
Map Provider = OpenStreetMap. - Set
Zoom = 10. - Set
Show Marker = true. - Set
Latitude Path = myGeo.latitude. - Set
Longitude Path = myGeo.longitude. - Set
Label Path = myGeo.city. - Save.
Expected output: map centered on detected public IP location.
Example 2: ISS Live Position
Datasource Setup
- Add datasource.
- Set
Type = HTTP. - Set
Title = issNow. - Set
URL = https://api.wheretheiss.at/v1/satellites/25544. - Set
Refresh = 5seconds. - Save.
Widget Setup
- Add widget.
- Set
Type = Map. - Set
Title = ISS Tracker. - Set
Header Text = ISS. - Set
Map Provider = OpenStreetMap. - Set
Zoom = 3. - Set
Show Marker = true. - Set
Latitude Path = issNow.latitude. - Set
Longitude Path = issNow.longitude. - Set
Label Path = issNow.id. - Save.
Expected output: map updates as ISS coordinates change.