Weather Shows Wrong City or Units
Solutions when weather shows data from wrong location or incorrect units
8 min readLast updated: 1/15/20240
Weather Shows Wrong City or Units
If the weather widget shows data from the wrong city or uses incorrect units (e.g., Fahrenheit instead of Celsius), follow these troubleshooting steps.
Symptoms
Quick Checks (1 Minute)
1. Check Weather Settings
In Hotel Portal → Settings → Weather:
2. Verify Location
Is the location setting:
Cause 1: Wrong Location Configured
Check
Solution
Option 1: Use airport location
Option 2: Set custom location
Finding Coordinates
If city name doesn't work:
1. Go to Google Maps
2. Find your hotel
3. Right-click on the location
4. Copy coordinates (e.g., 48.2082, 16.3738)
5. Enter in portal settingsCause 2: Automatic Location Detection Failed
How Automatic Detection Works
Symptoms
Solution
Don't use automatic detection for production!
Instead:
Cause 3: Wrong Temperature Units
Check
Portal → Settings → Weather → Units
| Unit | Setting |
| ------ | --------- |
| Celsius (°C) | Metric |
|---|---|
| Fahrenheit (°F) | Imperial |
Solution
Note on Regional Defaults
Cause 4: Cached Weather Data
Symptoms
Solution
Clear cache:
1. Portal settings save
2. Browser: Ctrl+Shift+Delete
3. Select "Cached images and files"
4. Clear data
5. Reload display (Ctrl+Shift+R)Cause 5: City Name Ambiguity
Problem
Many cities share the same name:
Solution
Be specific:
Instead of: "Vienna"
Use: "Vienna, Austria"
Or use coordinates: 48.2082, 16.3738Weather Settings Overview
Available Options
| Setting | Options | Recommended |
| --------- | --------- | ------------- |
| Location | Auto / Airport / Custom | Airport or Custom |
|---|---|---|
| Temperature | °C / °F | Regional standard |
| Wind Speed | km/h / mph / m/s | Regional standard |
| Show Forecast | Yes / No | Yes (if available) |
Recommended for European Hotels
Location: Airport (or hotel city)
Temperature: Celsius (°C)
Wind Speed: km/hRecommended for US Hotels
Location: Airport (or hotel city)
Temperature: Fahrenheit (°F)
Wind Speed: mphVerifying Weather Data
Compare with Official Source
Expected Accuracy
Technical Troubleshooting
Check Weather API Response
1. F12 → Network tab
2. Filter by "weather"
3. Click on weather request
4. Check response:
- What location is returned?
- What units are used?Example Response
{
"location": {
"name": "Vienna",
"country": "Austria"
},
"current": {
"temp_c": 22,
"temp_f": 71.6,
"condition": "Sunny"
}
}Still Wrong?
Checklist
Information for Support
Related Articles: