Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rybeusz100 committed Feb 18, 2022
2 parents 633bfc2 + 478a4b1 commit 2f7ea6b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Google map for Microsoft Flight Simulator 2020
[flightsim.to page](https://flightsim.to/file/28216/google-map-for-msfs)

## Description
A web app that allows to monitor your flight on an interactive map from any device with a web browser.
Expand All @@ -22,6 +23,8 @@ A web app that allows to monitor your flight on an interactive map from any devi

## Monitoring flight on other machine
1. Navigate to ```YOUR_LOCAL_IP_ADDRESS:8054```, you can see your IP address in the messages displayed on screen after the server starts.
1. If you see a message like this:

## Troubleshooting
If you see a message like this:
![alt text](https://i.stack.imgur.com/maCMs.png)
you'll need to provide a Google Maps API key, you can get a free trial [here](https://developers.google.com/maps). After you've obtained your key, you can simply put it into ```api_key.txt``` file and place it in the same directory as the ```app.py``` file.
you'll need to provide a Google Maps API key, you can get a free trial [here](https://developers.google.com/maps). After you've obtained your key, you can simply put it into ```api_key.txt``` file and place it in the same directory as the ```app.py``` file.

0 comments on commit 2f7ea6b

Please sign in to comment.