<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									overlay iracing series name - Dashboard Templates				            </title>
            <link>https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 05:18:45 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: overlay iracing series name</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/#post-8700</link>
                        <pubDate>Mon, 18 Mar 2024 10:49:21 +0000</pubDate>
                        <description><![CDATA[I&#039;ve searched the internet, but couldn&#039;t find any list, wich had made it a lot easier.
So i had to make this list myself, for my series name overlay
I started by joining a lot of different...]]></description>
                        <content:encoded><![CDATA[<p>I've searched the internet, but couldn't find any list, wich had made it a lot easier.</p>
<p>So i had to make this list myself, for my series name overlay</p>
<p>I started by joining a lot of different sessions in Iracing and looked into Simhub @ the <span style="color: #000000">('GameRawData.SessionData.WeekendInfo.SeriesID')</span> property</p>
<p>there returns the series ID number</p>
<p> </p>
<p>Later i found out an easier way.</p>
<p>Start the Iracing UI</p>
<p>click on 'Official'</p>
<p>click on a serie in 'Official series'</p>
<p>click on Series Info</p>
<p>scroll down, in the bottom right, you see the Series ID</p>
<p> </p>
<p>Now and then, i update the script when new series come out or series got new names due to new Sponsorships &#x1f609; </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>Smiddyy</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/#post-8700</guid>
                    </item>
				                    <item>
                        <title>RE: overlay iracing series name</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/#post-8699</link>
                        <pubDate>Mon, 18 Mar 2024 09:54:14 +0000</pubDate>
                        <description><![CDATA[@smiddyy Where did you find this list of ID&#039;s for Series Names?]]></description>
                        <content:encoded><![CDATA[@smiddyy Where did you find this list of ID's for Series Names?]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>MarcusPilk</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/#post-8699</guid>
                    </item>
				                    <item>
                        <title>RE: overlay iracing series name</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/#post-8603</link>
                        <pubDate>Fri, 01 Mar 2024 23:55:18 +0000</pubDate>
                        <description><![CDATA[EDIT: updated list
 
First of all, sorry for my bad English
I have made a scipt for that myself. I&#039;m still learning Javascript, so don&#039;t know if it can be done in a shorter script, but th...]]></description>
                        <content:encoded><![CDATA[<p>EDIT: updated list</p>
<p> </p>
<p>First of all, sorry for my bad English</p>
<p>I have made a scipt for that myself. I'm still learning Javascript, so don't know if it can be done in a shorter script, but this is working very well for me in Iracing.</p>
<p>Hope this will help you out</p>
<p>Put this in a text script in dashstudio:</p>
<p> </p>
<p><span style="color: #000000">var serie = $prop('GameRawData.SessionData.WeekendInfo.SeriesID')</span><br /><br /><span style="color: #000000">if (serie == null)return 'Iracing'</span><br /><span style="color: #000000">if (serie == '0')return 'Iracing'</span><br /><span style="color: #000000">if (serie == '63')return 'Spec Racer Ford Challenge'</span><br /><span style="color: #000000">if (serie == '74')return 'Radical Racing Challenge'</span><br /><span style="color: #000000">if (serie == '112')return 'Production Car Simlab Challenge'</span><br /><span style="color: #000000">if (serie == '134')return 'Street Stock'</span><br /><span style="color: #000000">if (serie == '135')return '13th Week Mazda MX-5 Cup'</span><br /><span style="color: #000000">if (serie == '139')return 'Global Mazda MX-5 Fanatec Cup'</span><br /><span style="color: #000000">if (serie == '182')return 'Street Stock Fanatec Series'</span><br /><span style="color: #000000">if (serie == '210')return 'Global Fanatec Challenge'</span><br /><span style="color: #000000">if (serie == '228')return 'GT Sprint VRS Series'</span><br /><span style="color: #000000">if (serie == '231')return 'Advanced Mazda MX-5 Cup Series'</span><br /><span style="color: #000000">if (serie == '237')return 'GT Endurance VRS Series'</span><br /><span style="color: #000000">if (serie == '242')return '13th Week Tube Frame Twister'</span><br /><span style="color: #000000">if (serie == '259')return 'Pickup Cup'</span><br /><span style="color: #000000">if (serie == '275')return 'Nurburgring Endurance Championship'</span><br /><span style="color: #000000">if (serie == '279')return '24H Nurburgring'</span><br /><span style="color: #000000">if (serie == '295')return '13th Week Battle of the little wings'</span><br /><span style="color: #000000">if (serie == '298')return '24H Daytona'</span><br /><span style="color: #000000">if (serie == '315')return 'Dirt Legends Cup'</span><br /><span style="color: #000000">if (serie == '317')return 'Dirt UMP Modified (Fixed)'</span><br /><span style="color: #000000">if (serie == '325')return 'Iracing Rallycross'</span><br /><span style="color: #000000">if (serie == '331')return 'European Endurance Series'</span><br /><span style="color: #000000">if (serie == '341')return 'Dirtcar Street Stock Series'</span><br /><span style="color: #000000">if (serie == '345')return 'Symkhana'</span><br /><span style="color: #000000">if (serie == '353')return 'Ferrari GT3 Challenge'</span><br /><span style="color: #000000">if (serie == '355')return '13th Week Ferrari GT3 Challenge'</span><br /><span style="color: #000000">if (serie == '379')return '13th Week Ridiculousness'</span><br /><span style="color: #000000">if (serie == '382')return 'Lucas Oil Off-Road Racing Series'</span><br /><span style="color: #000000">if (serie == '386')return 'IMSA Michelin Pilot Challenge'</span><br /><span style="color: #000000">if (serie == '419')return 'IMSA Endurance Series'</span><br /><span style="color: #000000">if (serie == '430')return 'TCR Virtual Challenge Challenge (Fixed)'</span><br /><span style="color: #000000">if (serie == '432')return 'GT Heusinkveld Challenge'</span><br /><span style="color: #000000">if (serie == '435')return 'Muddy Mess Dirt UMP Series'</span><br /><span style="color: #000000">if (serie == '444')return 'GT3 Fanatec Challenge'</span><br /><span style="color: #000000">if (serie == '446')return 'Dirt Street Stock Series (Rookie)'</span><br /><span style="color: #000000">if (serie == '447')return 'IMSA Iracing Series'</span><br /><span style="color: #000000">if (serie == '448')return 'European Sprint Pure Driving School Series'</span><br /><span style="color: #000000">if (serie == '451')return 'Creventic Endurance Championship'</span><br /><span style="color: #000000">if (serie == '455')return 'Formula Vee Iracing Series'</span><br /><span style="color: #000000">if (serie == '457')return 'LMP2 Prototype Challenge'</span><br /><span style="color: #000000">if (serie == '459')return 'Iracing Rallycross'</span><br /><span style="color: #000000">if (serie == '462')return 'Rookie Pro-2 Lite Offroad Racing Series'</span><br /><span style="color: #000000">if (serie == '470')return 'Iracing Rallycross'</span><br /><span style="color: #000000">if (serie == '483')return 'Rookie Legends VRS Cup'</span><br /><span style="color: #000000">if (serie == '492')return 'IMSA Michelin Pilot Challenge'</span><br /><span style="color: #000000">if (serie == '503')return 'TCR Virtual Challenge'</span><br /><span style="color: #000000">if (serie == '514')return 'Iracing GR Cup'</span><br /><span style="color: #000000">if (serie == '519')return 'Iracing Clio Cup'</span><br /><span style="color: #000000">if (serie == '520')return 'Formula 1600 Rookie Series'</span><br /><span style="color: #000000">if (serie == '521')return 'Formula 1600 Trophy Series'</span><br /><span style="color: #000000">if (serie == '526')return 'Ring Meister Ricmotech Series'</span><br /><span style="color: #000000">if (serie == '528')return '13th Week Dirt Ridiculousness'</span><br /><span style="color: #000000">if (serie == '535')return 'GTE Sprint Conspit Series'</span><br /><span style="color: #000000">if (serie == '550')return 'Micro Winged Dirt Sprintcar Series'</span><br /><span style="color: #000000">if (serie == '555')return '13th Week Wet &amp; Wild'</span><br /><span style="color: #000000">if (serie == '556')return '13th Week Funny Forecast'</span></p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>Smiddyy</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/#post-8603</guid>
                    </item>
				                    <item>
                        <title>overlay iracing series name</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/#post-8455</link>
                        <pubDate>Tue, 06 Feb 2024 03:08:37 +0000</pubDate>
                        <description><![CDATA[I see simhub have only a ID number for series name. Any way we can have that listed as a name instead? As for example IMSA FIX or FF1600Fix. I know racelabs have it but i dont see it here on...]]></description>
                        <content:encoded><![CDATA[<p>I see simhub have only a ID number for series name. Any way we can have that listed as a name instead? As for example IMSA FIX or FF1600Fix. I know racelabs have it but i dont see it here on simhub.  Any clue?</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>zequinhadasfarturas</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/overlay-iracing-series-name/#post-8455</guid>
                    </item>
							        </channel>
        </rss>
		