You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it sounds like you have everthing in a subfolder "METARMap" right now.
The script is set up to run directly in the root user folder (/home/pi).
The easiest thing will be to move all the files into the root:
Go into the METARMap folder you have, then type mv * ../
This will move all the files in the current folder into the parent folder.
then change into the /home/pi folder using cd command.
When running “sudo python3 metar.py” from the METARMap directory, it says ‘/home/pi/airports’ can’t be found...
The airports file is listed when you input “ls” into the METARMap directory along with the other files, “crontab, license, lightsoff.sh” etc...
Is this where the airport list should be? Thanks again for your help.
The text was updated successfully, but these errors were encountered: