<?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>
									Javascript update in another screen - Dashboard Templates				            </title>
            <link>https://www.simhubdash.com/community-2/dashboard-templates/javascript-update-in-another-screen/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 06:07:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Javascript update in another screen</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/javascript-update-in-another-screen/#post-8791</link>
                        <pubDate>Tue, 09 Apr 2024 17:48:39 +0000</pubDate>
                        <description><![CDATA[HelloI created a code to maintain the tire temperature save in screen when I return to the pit, and it is working. But it only works if I&#039;m on that tire screen.The issue is that I have sever...]]></description>
                        <content:encoded><![CDATA[<p>Hello<br /><br />I created a code to maintain the tire temperature save in screen when I return to the pit, and it is working. But it only works if I'm on that tire screen.<br />The issue is that I have several screens on my HUD and I would like to be able to use another screen while I'm on the track, but for the tire values to continue updating on the secondary screen, so that I can check them when I return to the pit. But when I do this, the tire values were not updated, as it was not on the specific screen.<br /><br />Is there any way to make this work?<br /><br />Below is the code I'm using. Thanks</p>
<p> </p>
<blockquote>
<p><span>if</span>($prop(<span>"EngineStarted"</span>) == <span>1</span>){<br />root.BrakeTemperatureFrontLeft = $prop(<span>"BrakeTemperatureFrontLeft"</span>);<br />}<br /><br /><span>if</span>(root.BrakeTemperatureFrontLeft == <span>null</span>){<span>return</span> <span>0</span>;} <span>else</span>{<br /><span>return</span> root.BrakeTemperatureFrontLeft;<br />}</p>
</blockquote>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>JefersonRichart</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/javascript-update-in-another-screen/#post-8791</guid>
                    </item>
							        </channel>
        </rss>
		