Configure Display Rotation and Auto-Refresh
LobbyFlight offers smart rotation between different views and automatic data updates. This guide shows you how to configure these settings optimally.
Understanding the Rotation System
Automatic Tab Rotation
LobbyFlight automatically alternates between Departures and Arrivals views. This ensures that guests always see relevant information.
Default settings:
Rotation interval: 30 secondsSmooth transitions: EnabledPause on manual interaction: EnabledData Refresh
Flight data is automatically updated at regular intervals to always show current information.
Default settings:
Refresh interval: 5 minutesBackground refresh: EnabledOffline fallback: EnabledConfigure in Hotel Portal
Access Settings
Log in to the hotel portalNavigate to "Settings" or "Display Settings"Find the "Rotation & Refresh" sectionAvailable Options
Rotation Interval
15 seconds: Quick switch, ideal for high-traffic areas30 seconds: Standard setting (recommended)60 seconds: Slower rotation for smaller displaysManual only: No automatic rotationData Refresh Interval (based on plan)
5 minutes: Premium plan (fastest updates)30 minutes: Pro plan (standard)60 minutes: Basic plan (hourly updates)Hotel Info Slides (Pro & Premium)
Pro and Premium plans can add additional hotel information slides to the rotation.
Configure Info Slides
Navigate to "Content" in the portalClick "Add Info Slide"Enter title and contentUpload an optional imageSet the display orderRotation Sequence
When info slides are enabled:
Departures (configurable duration)Arrivals (configurable duration)Info Slide 1Info Slide 2... repeatRecommended Settings
Hotels with many flights:
Flight display duration: 60 secondsInfo slides: 15 seconds eachHotels with few flights:
Flight display duration: 30 secondsInfo slides: 30 seconds eachAdvanced Configuration
Custom Rotation via URL Parameters
You can override rotation settings via URL parameters:
/display/[hotel-id]?rotation=45&refresh=300
Parameters:
rotation: Seconds between view changesrefresh: Seconds between data updatesview: Starting view (departures/arrivals)autoplay: Enable/disable auto-rotation (true/false)Fixed View Mode
For displays that should only show departures or arrivals:
/display/[hotel-id]?view=departures&autoplay=false
/display/[hotel-id]?view=arrivals&autoplay=false
Transition Effects
Available Effects
LobbyFlight uses smooth transitions between views:
Fade: Gentle opacity change (default)Slide: Horizontal sliding effectNone: Immediate switchConfigure Effects
Currently through URL parameters:
/display/[hotel-id]?transition=slide
Troubleshooting
Rotation Not Working
Problem: Display stays on one view
Solutions:
Check if JavaScript is enabled in the browserEnsure no JavaScript errors in the consoleVerify URL parameters are correctTry clearing the browser cacheData Not Updating
Problem: Flight data appears stale
Solutions:
Check internet connectionVerify the refresh interval settingClear browser cacheCheck for API errors in the consoleTransition Stuttering
Problem: Animations are not smooth
Solutions:
Reduce animation complexity (use fade instead of slide)Check device performanceClose other browser tabsEnable hardware acceleration in ChromeBest Practices
For Airport Hotels
Rotation: 20-30 secondsRefresh: 2-5 minutesFocus: Both departures and arrivals equallyFor Business Hotels
Rotation: 30-45 secondsRefresh: 5 minutesFocus: Primarily departures (business travelers leaving)For Vacation Hotels
Rotation: 45-60 secondsRefresh: 5-10 minutesFocus: Primarily arrivals (guests checking in)Technical Details
How Refresh Works
Timer triggers after configured intervalSystem checks for network connectivityAPI request is made for updated flight dataNew data is compared with cached dataOnly changed flights trigger UI updatesCache is updated for offline fallbackPerformance Considerations
CPU usage: Minimal during rotation (<5%)Memory: ~50-100MB depending on flight countNetwork: ~500KB per refresh cycleBattery: Designed for always-on displaysRelated Settings
Configure Offline ModeNetwork RequirementsKiosk Mode Setup