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

Change of Text in Twitter Messages #13

Open df6dbf opened 4 years ago

df6dbf commented 4 years ago

Is it possible to make the Text User configurable? I am live here in Germany and my wish is to change the Text

Imagen satelital: NOAA 15 11-06-2020 18:29. Elevacion maxima: 24 grados. #NOAA #weather #argentinaimagenes #noaasatellite #clima #wxtoimg #raspberrypi #argentina #argentinasat

to German or English.

Kind Regards,

Holger

reynico commented 4 years ago

Sure thing!

dk6 commented 4 years ago

Is it possible to make the Text User configurable? I am live here in Germany and my wish is to change the Text

Imagen satelital: NOAA [15 11-06-2020](tel:15 11-06-2020) 18:29. Elevacion maxima: 24 grados. #NOAA #weather #argentinaimagenes #noaasatellite #clima #wxtoimg #raspberrypi #argentina #argentinasat

to German or English.

Kind Regards,

Holger

Open and edit the post.py

sudo nano post.py

Moreover if you have issues with Meteor check that the /var/www/wx/meteor contains an audio directory such that /var/www/wx/meteor/audio/ exists as my installation didn't create the audio directory and thus couldn't save the .wav files anywhere to be decoded.

df6dbf commented 4 years ago

I have found the part in the code and changed it. But i am an "Hardware-Guy" ask me about Antennas and RF-Measurement but not to so magical things like coding! :) Have checked the directory structure as adviced, everything fine here. But my Antenne is not on her final place and i have to add the preamp to.

reynico commented 4 years ago

I'll add some configuration option so you don't need to dive into setup files to change the text!

as my installation didn't create the audio directory and thus couldn't save the .wav files anywhere to be decoded.

already fixed 😄