Forza Horizon GPS M...
 
Notifications
Clear all

Forza Horizon GPS Maps for SimHub

22 Posts
18 Users
4 Reactions
25.5 K Views
(@vgarcia007)
New Member
Joined: 9 months ago
Posts: 2
 

Some other Question i have. Is it somehow possible to get the complete Route like a real NAvigation System?


   
ReplyQuote
(@krazyguy)
New Member
Joined: 5 months ago
Posts: 1
 

Its working on my pc but how do i open the map on my phone?
please help


   
ReplyQuote
(@elmerniel)
New Member
Joined: 5 months ago
Posts: 1
 

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


   
ReplyQuote
(@sosiska656152)
New Member
Joined: 5 months ago
Posts: 1
 

@vgarcia007 Your link has been removed, could you please post it again?


   
ReplyQuote
(@ironpowered)
New Member
Joined: 4 months ago
Posts: 1
 

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

For me, it starts to track me, when i unpause the game.

The zoom was too big for me, and i could change the amount of the autozoom in the following way:

1.: edit this html file

2.: search for: SpeedZoom

3.: reduce the '7' numbers to a smaller (i'm using it at 5) at both places (so 2 total places)

4.: save the file

5.: reload the webpage

This post was modified 4 months ago 4 times by ironpowered

   
ReplyQuote
(@taylor-luke22)
New Member
Joined: 1 month ago
Posts: 1
 

@vgarcia007 How did you get it to work? it says removed link. im experiencing the same problem. the map dosent move if i drive


   
ReplyQuote
(@chrisg2019)
New Member
Joined: 4 weeks ago
Posts: 1
 

@taylor-luke22

Make Sure You Download The Latest Simhub: 9.4.8 tested!

Download Original Files : https://drive.google.com/drive/folders/1KwQ34aT_bxdOhiBfd4ayQWF3VRf-oSwK?usp=sharing

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.

You can either open the webpage directly by going to http://:8888/maps/map-fh.html, /a> or, using the new WebPlugin/ServerBaseUrl property in simhub, use a web page view element on your dash to display it.

Like the Authur Says. 

But Now You Need To Edit File map-fh.html 

Find lines 625 to 628
Replace This Code

 if (data.gameRunning) {
                        var coords = data.newData.carCoordinates;
                        var rot = data.newData.orientationYaw;
                        var speed = data.newData.speedKmh;

With This Code

 if (data.GameRunning) {
                        var coords = data.NewData.CarCoordinates;
                        var rot = data.NewData.OrientationYaw;
                        var speed = data.NewData.SpeedKmh;

You Can Change The Zoom Like Ironpowered Said
 Cntrl+F Search for SpeedZoom In The Html

Reduce the '7' numbers to a smaller (i'm using it at 5) at both places (so 2 total places)

save the file..

Right To Get Mobile Working  

Create A Dashboard With Website Item 

Where it Says Website Start address Dont Write anything in the textbox.. 

instead Click The FX Icon

Add This Code [WebPlugin.ServerBaseUrl] + 'maps/map-fh.html'

To it and press Ok 🙂 Should Now Work!

 


   
ReplyQuote
Page 2 / 2
Share: