Getting close to my 3 year anniversary and also found that I need to update my trackers after completely forgetting about them for the last year and a half (or so). Just curious if Mutability is still relevant, or if everyone is using the stock image these days?
@adbcd567,
Awesome! Thanks for the info. I set up a test rig last night with the stock image. I’ll start it over again tonight. Had almost hit 1000 day streak with my primary, but forgot to check on it when I got an outage report. Turned out my wireless bridge to the basement had gone out, and streak was done by the time I figured it out. My Dad actually tipped me off that his feeder was out, and that’s when I realized that both were down. The pi hardware and samsung SD cards I’ve been using have been rock solid.
Cheers!
LitterBug
Thanks so much for the break-through tip “June 8, 2016 commit”.
Tonight I cloned source code, then issued command git reset --hard dfe3d7af12 to reset git to tree dfe3d7af12 (Merge pull request #126, June 8, 2016 commit), then build the package and installed it.
Step-By-Step Method for Installing June 8, 2016 version of dump1090-mutability v1.15~dev (The last version which had Google Map).
Can anyone give reason/solution of the strange behaviour detailed below?
Clearing cache (Ctrl+Shift+Delete) and Reloading browser (Ctrl+F5) does not change following behaviour:
After installing the dump1090-mutability ver1.15~dev (commit June 8, 2016), I noticed strange behaviour of Google Map as follows:
Linux Raspbian Pixel x86 on Desktop (Intel Core 2 Duo CPU)
Firefox Browser: Google Map shows OK
Chromium Browser: Google Map shows OK
Linux Ubuntu 16.04 amd64 on Desktop (Intel Core 2 Duo CPU)
Firefox Browser: Google Map is BLANK (see screenshot below)
Google Chrome Browser: Google Map shows OK (see screenshot below)
Windows 8.1 on Desktop (Intel Core 2 Duo CPU)
Firefox Browser: Google Map is BLANK
Google Chrome Browser: Google Map is BLANK
Hi abcd,
I’ve just installed Virtual Radar Server on a Pi Zero connected wirelessly and got the following with Firefox Quantum 57.0.2 (64-bit). I assumed the Zero was struggling.
Thanks @N456TS
Can you please tell how to add Google API key into gmap.html?
I tried adding it inside <head></head> part of gmap.html as shown below, but no success.
The map did not show, and even the planes and plane table disappeared
<head>
... ... ...
... ... ...
<script async defer src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&callback=initMap" type="text/javascript"></script>
... ... ...
... ... ...
</head>
#NOTE: used actual Google key in place of YOUR_API_KEY in above code
.