reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
181 stars 56 forks source link

Date incorrect #14

Closed Eric738 closed 4 years ago

Eric738 commented 4 years ago

GM i noticed when i send in cmd mode : ./schedule_meteor.sh date: date « @ » incorrecte is it a correct answer ?

i copied /paste latest "schedule_meteor.sh" but i had same answer , how i can fix ?

thank Eric

dk6 commented 4 years ago

If you run ./schedule.sh you have noaa and meteor passes. Did you try it?

Eric738 commented 4 years ago

yea , I wanted to verify that the meteor pass were taken into account (and asked me why a separate file)

Eric

dk6 commented 4 years ago

Verify with command:> atq Delete a job:> atrm -number of job

Download an app to verify the sat passes like SatSat or pc software Orbitron etc.. remember to put your location coordinates!!

Eric738 commented 4 years ago

ok for tip, i will do, thank

reynico commented 4 years ago

Hi Eric, pretty much like either the date of your Raspberry is off (maybe an incorrect TZ) or just no available passes as for that day. Anyways that's an error that needs a fix. Could you please append

set -x

at the second line of the schedule_meteor.sh script? Then paste the output here so we can take a look into it

reynico commented 4 years ago

Closing due to inactivity