Notifications
Clear all

10/18/2023 Map Stopped Working?
Visit this post for the fix

Version 2.1 Instructions & Commands

5 Posts
3 Users
0 Reactions
1,091 Views
(@yourhero)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

I built a board a while back using version 2.1 and was wanting to make a couple settings changes. I don't want to upgrade to V3 but I was hoping to get the commands to access the airports and settings pages inside the pi. If the old instructions are still out there (I looked all over the new site with no luck) that would be ideal, but the commands will suffice.

-Thanks


   
Quote
 Bill
(@liveadmin)
Member Admin Registered
Joined: 5 years ago
Posts: 0
 
Posted by: @yourhero

I built a board a while back using version 2.1 and was wanting to make a couple settings changes. I don't want to upgrade to V3 but I was hoping to get the commands to access the airports and settings pages inside the pi. If the old instructions are still out there (I looked all over the new site with no luck) that would be ideal, but the commands will suffice.

-Thanks

When in the command line on your pi to edit the airports use the following command...

sudo nano /Neosectional/airports

when done editing...

control key and x

then y

then the return key

 

to edit the settings

sudo /Neosectional/metar.py

then exit using the same method as above. 

I hope this helps,

Bill

 


   
ReplyQuote
(@yourhero)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  

@liveadmin, Thank you, That was exactly what I was looking for! 

One last question I have is what is the file path to configure the auto start file? I remember I had to remove a # to change a remark into a command that starts the script on the pi's startup, I just cant remember the command to access that file. 

Thanks so much in advance!

 


   
ReplyQuote
(@yourhero)
New Member
Joined: 5 years ago
Posts: 3
Topic starter  
Posted by: @liveadmin
Posted by: @yourhero

I built a board a while back using version 2.1 and was wanting to make a couple settings changes. I don't want to upgrade to V3 but I was hoping to get the commands to access the airports and settings pages inside the pi. If the old instructions are still out there (I looked all over the new site with no luck) that would be ideal, but the commands will suffice.

-Thanks

Thank you, That was exactly what I was looking for! 

One last question I have is what is the file path to configure the auto start file? I remember I had to remove a # to change a remark into a command that starts the script on the pi's startup, I just cant remember the command to access that file. 

Thanks so much in advance!

 

 


   
ReplyQuote
Mark Harris
(@markyharris)
Member Admin Registered
Joined: 5 years ago
Posts: 557
 

I believe you need to uncomment the line in /etc/rc.local. So use this;

sudo nano /etc/rc.local

This should autostart for you. - Mark


   
ReplyQuote
Share: