anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: Planes disappear from webview  (Read 1718 times)

0 Members and 1 Guest are viewing this topic.

glen4cindy2

  • New Member
  • *
  • Posts: 17
Planes disappear from webview
« on: November 17, 2021, 04:00:48 AM »
I just updated my entire Pi with a new image and added Radarbox as one of my feeders.

That was a few days ago and as far as I know, everything has been running fine.

This evening we had some warmer weather so I took advantage of it and relocated my antenna outside. This will probably be our last warm day!

Since my antenna is outside and higher now I decided to try and run the MLAT commands. Those seem to have worked but I have noticed this evening as I check my page there are no planes being displayed at all.

If I immediately go to some of the other feeders or check to make sure dump1090 is feeding data, it is.

Maybe the best fix is to just uninstall all of the rbfeeder application and data and reinstall but I'm not sure how to do this.

Thanks in advance.

abcd567

  • Hero Member
  • *****
  • Posts: 842
  • CYYZ - Toronto
Re: Planes disappear from webview
« Reply #1 on: November 17, 2021, 04:29:27 AM »


If I immediately go to some of the other feeders or check to make sure dump1090 is feeding data, it is.

Maybe the best fix is to just uninstall all of the rbfeeder application and data and reinstall but I'm not sure how to do this.



STEP (1) - NOTE & SAVE YOUR KEY
Code: [Select]
sudo nano /etc/rbfeeder.ini

Copy your key from above file, paste in Notepad, and save Notepad

STEP (2) - UNINSTALL
Code: [Select]
sudo apt-get purge mlat-client 

sudo apt-get purge rbfeeder 

sudo rm /etc/rbfeeder.ini   

sudo reboot 


STEP (3) - RE-INSTALL
Code: [Select]
sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)" 

sudo rbfeeder --setkey xxxxxxxxxxx
## replace xxxxxxxxxx by the key you have noted and saved in STEP (1)

## press Ctrl and C keys togather to break out

sudo systemctl restart rbfeeder 

sudo apt-get install mlat-client 

sudo reboot 


Enjoy!
« Last Edit: November 17, 2021, 05:52:52 AM by abcd567 »