-->September 6th, 2025<--
Thank you to GolfCharlie and Claude Code for fixing the code to work with the newly changed FAA API! They have saved a lot of time. A new image has been created and will be uploaded today and available later tonight. If you don't want or need the image, you can visit https://github.com/markyharris/livesectional and incorporate the changes into your board now.
--->September 5th, 2025<--
There has been another change to the FAA API which has again broke the map. We are currently working on this. Check back for fix. If you have the fix please post it. - Mark
So we have had a few power outages and when the power comes back on the map is not on. The RPI is up and running and I can connect to it via wifi but I need to go to Map Functions and turn on the map. Any reason it doesn't do this automatically? V4.381
Ron, I just checked my map running V4.381 to be sure I hadn't disabled the automatic startup and mine is setup properly. So if you don't mind, let's check yours to be sure we are the same.
First check your settings to be sure that "Auto Run on Boot" is set to "Yes".
If its set to "Yes", then try this.
Establish an SSH session with your map, or if you have a monitor and keyboard you can connect them directly. Either way at the command line enter;
cd /etc sudo nano rc.local
This will open up an editor with some code in it. It should look like this;
There could be pound signs in front of the code that gets executed, which will comment out those lines. If you see those, remove the "#" from in front of the last 4 lines and then hit "ctrl-x" then "Y" to save, then type "reboot now".
If necessary, attach a screen print here so I can look at it. Let me know what you find. - Mark
@markyharris Autorun on boot is set to YES, hooking it up to a monitor and keyboard is not so easy but I'll do that at some point and look for that comment line.

