Weather Widget Not Displaying

Solutions when the weather widget does not appear or shows incorrect data

8 min readLast updated: 1/15/20240

Weather Widget Not Displaying

If the weather widget on your LobbyFlight display does not appear or shows incorrect information, follow these troubleshooting steps.

Symptoms

  • Weather area is empty or missing
  • "Weather not available" message
  • Weather data obviously wrong
  • Weather from wrong location
  • Outdated weather data
  • Quick Checks (1 Minute)

    1. Is Weather Enabled?

    In Hotel PortalSettingsDisplay:

  • [ ] "Show Weather" activated?
  • [ ] Weather location set?
  • 2. Is Weather Available in Your Plan?

    PlanWeather Widget
    ----------------------
    BasicNot included
    ProIncluded
    PremiumIncluded

    If Basic plan: Weather is not available. Upgrade for weather feature.

    3. Is Weather Location Set?

    In Settings:

  • Location: Should be set to airport or custom city
  • Coordinates: Optionally for precise location
  • Cause 1: Weather Not Activated

    Solution

  • Login to Hotel Portal
  • SettingsDisplayWeather
  • Enable "Show Weather"
  • Select location (airport or custom)
  • Save settings
  • Reload display
  • Cause 2: Weather API Not Available

    Symptoms

  • Weather was working before
  • Now shows "Not available"
  • Console shows API errors
  • Technical Details

    Weather data comes from external provider. If unavailable:

  • Temporary outage at provider
  • Rate limit exceeded
  • Network problems
  • Solution

    Step 1: Check console

    F12 → Console → Look for "weather" errors

    Step 2: Wait and retry

  • Weather updates every 30 minutes
  • Usually resolves automatically
  • Step 3: Force refresh

    Ctrl+Shift+R or clear cache

    Cause 3: Location Not Found

    Symptoms

  • "Location not found" message
  • Weather shows data from wrong city
  • No weather despite activation
  • Solution

    Option 1: Use airport as location

  • Settings → Weather → Location
  • Select "Use airport location"
  • Weather is fetched for the selected airport
  • Option 2: Manual location

  • Settings → Weather → Custom location
  • Enter city name or
  • Enter coordinates (Latitude, Longitude)
  • Find Coordinates

    Google Maps:
    1. Find your location
    2. Right-click on the point
    3. Coordinates are displayed (e.g., 48.2082, 16.3738)

    Cause 4: Wrong Weather Data

    Symptoms

  • Weather doesn't match reality
  • Temperature obviously wrong
  • Weather from wrong city
  • Causes

  • Wrong location set
  • City name ambiguous (e.g., multiple cities named "Springfield")
  • Outdated cache
  • Solution

    Step 1: Check location

    Settings → Weather → Check which location is set

    Step 2: Use precise location

  • Instead of city name: Use coordinates
  • Or: Use airport IATA code as reference
  • Step 3: Clear cache

    Browser cache clear → Reload

    Cause 5: Plan Does Not Include Weather

    Check

  • Portal → Subscription
  • Which plan is active?
  • Is "Weather Widget" listed in features?
  • Solution

    If weather is not included:

  • SubscriptionUpgrade
  • Choose Pro or Premium
  • Weather is immediately available after upgrade
  • Weather Widget Settings

    Available Options

    SettingDescription
    ----------------------
    Show weatherOn/Off
    LocationAirport / Custom city
    Units°C (Celsius) / °F (Fahrenheit)
    DetailsSimple / Extended (with forecast)

    Recommended Settings

    For hotel lobbies:
    - Location: Airport (most relevant for travelers)
    - Units: Celsius for Europe, Fahrenheit for USA
    - Details: Extended (with next days forecast)

    Technical Diagnosis

    Check Weather API Response

    1. F12 → Network tab
    2. Filter by "weather"
    3. Reload page
    4. Check the weather request:
       - Status 200? → OK
       - Status 404? → Location not found
       - Status 429? → Rate limit
       - Status 500? → Server error

    Expected Response

    {
      "location": "Vienna",
      "temperature": 22,
      "condition": "Sunny",
      "humidity": 45,
      "wind": "10 km/h"
    }

    Workaround: If Weather Remains Unavailable

    Option 1: Disable Weather

    If weather causes problems:

  • Settings → Weather → Disable
  • Display shows only flights
  • Re-enable later when fixed
  • Option 2: Alternative Location

    If your location is not found:

  • Use nearest major city
  • Or use the airport location
  • Weather is approximately correct
  • Still Problems?

    Information for Support

  • Plan (Basic/Pro/Premium)
  • Desired location
  • Screenshot of weather settings
  • Screenshot of display
  • Console errors (F12 → Console)

  • Related Articles:

  • Set Up Languages and Weather Widget
  • Understanding Feature Limits
  • Upgrade or Downgrade Plan
  • Was this article helpful?