Feeding data to FlightAware from Radarbox

But the main issue was that you couldn’t see the local map, wasn’t it?

Anyway do you have any feed software already installed?
If any dump1090 is already installed, then you only need to install piaware.

Otherwise you need to install both dump1090-fa and piaware.

It seems the problems with PiHole are resolved by doing something relatively simple:
(Can't get PIAware running - #27 by crabit)

Run this command:

sudo nano /etc/lighttpd/external.conf

Now copy and paste the following:

server.modules += (
"mod_alias"
)

Ctrl-x to exit, y (yes) and enter to save.

Then you just reboot the pi and it should be up and running including the local map being accessible:

192.168.xxx.xxx:8080 - Shows the Pi-Aware web page
192.168.xxx.xxx/admin - Shows the Pi-Hole Interface

1 Like