<?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>
									Forza Horizon GPS Maps for SimHub - Dashboard Templates				            </title>
            <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/</link>
            <description>All about SimHub!</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 06:28:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-10162</link>
                        <pubDate>Wed, 12 Feb 2025 11:07:33 +0000</pubDate>
                        <description><![CDATA[Hello, I would like to set up the map at SimHub for Horizon 5.
I entered everything as it has been explained very well several times.
When I start the game the dashboard opens automaticall...]]></description>
                        <content:encoded><![CDATA[<pre id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" contenteditable="false" data-placeholder="Übersetzung" data-ved="2ahUKEwjksbv9_L2LAxXv2QIHHW9yA7EQ3ewLegQIBxAV" aria-label="Übersetzter Text: Hello, I would like to set up the map at SimHub for Horizon 5.
I entered everything as it has been explained very well several times.
When I start the game the dashboard opens automatically.
Unfortunately I only have a black screen with the Layers button. When I click there something opens, but no menu.
Can you help me?

I copied the TruckMaps folder and the Web folder in the SimHub directory.
I also adjusted lines 625-628 and 693-695 in the WEB-FH file as described.
I also used the maps / map-fh.html command in werb WebUI via the fx function.

I use the latest SimHub version.

When I start the game I can read the telemetry data in the SimHub. So the interface should work.

Thanks in advance"><span class="Y2IQFc">Hello, I would like to set up the map at SimHub for Horizon 5.
I entered everything as it has been explained very well several times.
When I start the game the dashboard opens automatically.
Unfortunately I only have a black screen with the Layers button. When I click there something opens, but no menu.
Can you help me?

I copied the TruckMaps folder and the Web folder in the SimHub directory.
I also adjusted lines 625-628 and 693-695 in the WEB-FH file as described.
I also used the maps / map-fh.html command in werb WebUI via the fx function.

I use the latest SimHub version.

When I start the game I can read the telemetry data in the SimHub. So the interface should work.

Thanks in advance</span></pre>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>Freezer</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-10162</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9482</link>
                        <pubDate>Mon, 23 Sep 2024 14:08:36 +0000</pubDate>
                        <description><![CDATA[@taylor-luke22
Make Sure You Download The Latest Simhub: 9.4.8 tested!
Download Original Files :
Just copy the zip files in the TruckMaps folder to the Program Files (x86)\Simhub\TruckMaps...]]></description>
                        <content:encoded><![CDATA[@taylor-luke22
<p>Make Sure You Download The Latest Simhub: 9.4.8 tested!</p>
<p>Download Original Files : <a class="wpforo-auto-embeded-link" href="https://drive.google.com/drive/folders/1KwQ34aT_bxdOhiBfd4ayQWF3VRf-oSwK?usp=sharing" target="_blank" rel="nofollow noopener">https://drive.google.com/drive/folders/1KwQ34aT_bxdOhiBfd4ayQWF3VRf-oSwK?usp=sharing</a></p>
<p>Just copy the zip files in the TruckMaps folder to the Program Files (x86)\Simhub\TruckMaps folder, and copy the html file in the Web\Maps folder into the Simhub\Web\Maps folder.</p>
<p>You can either open the webpage directly by going to<span> </span><a class="wpforo-auto-embeded-link" href="http://:8888/maps/map-fh.html," target="_blank" rel="nofollow noopener">http://:8888/maps/map-fh.html,</a><span> </span>or, using the new WebPlugin/ServerBaseUrl property in simhub, use a web page view element on your dash to display it.</p>
<p>Like the Authur Says. <br /><br />But Now You Need To Edit File map-fh.html <br /><br />Find <span>lines 625 to 628<br />Replace This Code</span></p>
<pre contenteditable="false"> if (data.gameRunning) {
                        var coords = data.newData.carCoordinates;
                        var rot = data.newData.orientationYaw;
                        var speed = data.newData.speedKmh;</pre>
<p>With This Code</p>
<pre contenteditable="false"> if (data.GameRunning) {
                        var coords = data.NewData.CarCoordinates;
                        var rot = data.NewData.OrientationYaw;
                        var speed = data.NewData.SpeedKmh;</pre>
<p>You Can Change The Zoom Like Ironpowered Said<br /><span> Cntrl+F Search for SpeedZoom In The Html</span></p>
<p>Reduce the '7' numbers to a smaller (i'm using it at 5) at both places (so 2 total places)</p>
<p>save the file..</p>
<p>Right To Get Mobile Working  </p>
<p>Create A Dashboard With Website Item </p>
<p>Where it Says Website Start address Dont Write anything in the textbox.. </p>
<p>instead Click The FX Icon</p>
<p>Add This Code <span></span> <span>+</span> <span>'maps/map-fh.html'</span></p>
<p>To it and press Ok :) Should Now Work!</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>ChrisG2019</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9482</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9447</link>
                        <pubDate>Fri, 13 Sep 2024 04:02:33 +0000</pubDate>
                        <description><![CDATA[@vgarcia007 How did you get it to work? it says removed link. im experiencing the same problem. the map dosent move if i drive]]></description>
                        <content:encoded><![CDATA[@vgarcia007 How did you get it to work? it says removed link. im experiencing the same problem. <span>the map dosent move if i drive</span>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>taylor.luke22</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9447</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9162</link>
                        <pubDate>Sun, 30 Jun 2024 20:30:44 +0000</pubDate>
                        <description><![CDATA[If it works in your browser, then you should open the default simhub dash page on your tablet, and modify the url path (so after the :8888 part) to: maps / maps / map-fh .html for me, it mea...]]></description>
                        <content:encoded><![CDATA[<p>If it works in your browser, then you should open the default simhub dash page on your tablet, and modify the url path (so after the :8888 part) to: maps / maps / map-fh .html for me, it means: http: // 192.168.1.136.8888 / maps / map-fh .html without spaces</p>
<p>For me, it starts to track me, when i unpause the game.</p>
<p>The zoom was too big for me, and i could change the amount of the autozoom in the following way:</p>
<p>1.: edit this html file</p>
<p>2.: search for: SpeedZoom</p>
<p>3.: reduce the '7' numbers to a smaller (i'm using it at 5) at both places (so 2 total places)</p>
<p>4.: save the file</p>
<p>5.: reload the webpage</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>ironpowered</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9162</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9034</link>
                        <pubDate>Thu, 30 May 2024 10:37:08 +0000</pubDate>
                        <description><![CDATA[@vgarcia007 Your link has been removed, could you please post it again?]]></description>
                        <content:encoded><![CDATA[@vgarcia007 Your link has been removed, could you please post it again?]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>sosiska656152</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9034</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9026</link>
                        <pubDate>Tue, 28 May 2024 23:51:18 +0000</pubDate>
                        <description><![CDATA[i am having the same problem. all works fine when loading on pc web browser.but nothing on mobile devices.any help would be greatly appreciated]]></description>
                        <content:encoded><![CDATA[<p>i am having the same problem. all works fine when loading on pc web browser.<br />but nothing on mobile devices.<br />any help would be greatly appreciated</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>elmerniel</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9026</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9016</link>
                        <pubDate>Mon, 27 May 2024 21:40:49 +0000</pubDate>
                        <description><![CDATA[Its working on my pc but how do i open the map on my phone?please help]]></description>
                        <content:encoded><![CDATA[<p>Its working on my pc but how do i open the map on my phone?<br />please help</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>krazyguy</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-9016</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-8449</link>
                        <pubDate>Mon, 05 Feb 2024 13:26:04 +0000</pubDate>
                        <description><![CDATA[Some other Question i have. Is it somehow possible to get the complete Route like a real NAvigation System?]]></description>
                        <content:encoded><![CDATA[<p>Some other Question i have. Is it somehow possible to get the complete Route like a real NAvigation System?</p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>vgarcia007</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/paged/2/#post-8449</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/#post-8448</link>
                        <pubDate>Mon, 05 Feb 2024 07:54:24 +0000</pubDate>
                        <description><![CDATA[Thanks for the maps, but i have a little trouble to get it wirking.
 
I did everythin stated in the above posts.
 
The Map gets displayed in the Browser correctly and i can choose layers...]]></description>
                        <content:encoded><![CDATA[<p>Thanks for the maps, but i have a little trouble to get it wirking.</p>
<p> </p>
<p>I did everythin stated in the above posts.</p>
<p> </p>
<p>The Map gets displayed in the Browser correctly and i can choose layers and so on...</p>
<p> </p>
<p>But the map dosent move if i drive. How does this work? Do i have to make another config?</p>
<p> </p>
<p>EDIT: It is working now. I poked arount in the code and now it works:</p>
<p>If someone is interrested:  <span style="color:#aaa">removed link</span> </p>
<p> </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>vgarcia007</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/#post-8448</guid>
                    </item>
				                    <item>
                        <title>RE: Forza Horizon GPS Maps for SimHub</title>
                        <link>https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/#post-8250</link>
                        <pubDate>Fri, 05 Jan 2024 18:31:23 +0000</pubDate>
                        <description><![CDATA[@dazd oddly enough i&#039;m up to date, so it might be a read-only issue or an issue overwriting existing files for updating. i had to update both to get it to work.]]></description>
                        <content:encoded><![CDATA[@dazd oddly enough i'm up to date, so it might be a read-only issue or an issue overwriting existing files for updating. i had to update both to get it to work.]]></content:encoded>
						                            <category domain="https://www.simhubdash.com/community-2/dashboard-templates/">Dashboard Templates</category>                        <dc:creator>madvillain</dc:creator>
                        <guid isPermaLink="true">https://www.simhubdash.com/community-2/dashboard-templates/forza-horizon-gps-maps-for-simhub/#post-8250</guid>
                    </item>
							        </channel>
        </rss>
		