Features
The NASCAR 2025 Race Data panel displays information about the current session in the style of the 2025 official NASCAR broadcast.
These are its main features:
- Top, bottom border and title background display series color
- Title text color is automatically set to maximize contrast
- Displays title and up to 4 configurable lines of text
- Default displays are: Race recap, Weather, Race analysis
- Text is editable and can contain references to 22 variables including stage sizes
Adding the NASCAR 2025 Race Data component to the Remote Control panel
Components are imported directly from within iRacing Live Timing. In iRacing Live Timing press F4 to open the Remote Control Tab and then F2 to enter Edit Mode. Click the Import Library button and select from the list the component you want to import. The component will then be imported to your Remote Control Tab in the first available empty space (often below existing components).
For a full list of all available Overlay Components please check out the Overlay Component List
Appearance
Series color:
Data pages:
Component:
Display options
Visibility
- Show: display the NASCAR 2025 Race Data panel
- Hide: hide the NASCAR 2025 Race Data panel
Data
The NASCAR 2025 Race Data panel can display up to 4 data rows
If data in a row is not available, it is hidden and the panel is resized
- Race recap: displays laps elapsed and total laps, leader, cautions and laps under caution, lead changes
- Race analysis: displays total laps, stage 1 laps, stage 2 laps, final stage laps
- Weather: displays temperature, wind, skies, humidity
The following control variables are controling text displayed in the data section:
Overlay.NascarRaceData2025N.TitleFormat Overlay.NascarRaceData2025N.Text1Format Overlay.NascarRaceData2025N.Text2Format Overlay.NascarRaceData2025N.Text3Format Overlay.NascarRaceData2025N.Text4Format
Each button in the Data section sets both these variables
For example, this is the Left mouse button click property of the Race recap button:
Overlay.NascarRaceData2025N.TitleFormat = "RACE RECAP"; Overlay.NascarRaceData2025N.Text1Format = "LAP <b>{leaderLaps}</b> OF <b>{totalLaps}</b>"; Overlay.NascarRaceData2025N.Text2Format = "LEADER: <b>{leaderFirstName} {leaderLastName} {leaderSuffix}</b>"; Overlay.NascarRaceData2025N.Text3Format = "CAUTIONS: <b>{cautions}</b> FOR <b>{cautionLaps}</b> LAPS"; Overlay.NascarRaceData2025N.Text4Format = "LEAD CHANGES: <b>{leadChanges}</b>";
The following real time variables are available:
totalLaps leaderLaps leaderFirstName leaderLastName leaderSuffix cautions cautionLaps leadChanges airTemperatureC airTemperatureF surfaceTemperatureC surfaceTemperatureF windDirection windSpeedKph windSpeedMph skies humidity stage1Laps stage2Laps finalStageLaps stages currentStage
CSS Style Overrides
The overlay appearance (position of items, colors, animations) can be customized by applying overrides to the default styling. In iRacing Live Timing press F3 to open the Configuration Panel, scroll down to find the Style Overrides field and click the 3 dots to open the Style Overrides editor. Copy and paste the code below into the bottom of the Style Overrides window and adjust the values to get the desired effect. Read more information about using Style Overrides here: https://www.sdk-gaming.co.uk/knowledge-base/editing-css-styles/
Customizing the NASCAR 2025 Race Data position:
Default style position rule:
.overlay>.nascar-race-data-2025-n {
right: 142px;
bottom: 46px;
}