From 478a4b1d623402121e5a7553b3ba9d3f0ad12d77 Mon Sep 17 00:00:00 2001 From: Jan Zych Date: Fri, 18 Feb 2022 10:18:58 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b1625e..98592c8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of 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.