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
180 stars 56 forks source link

webpanel #64

Closed tomamdy closed 3 years ago

tomamdy commented 3 years ago

Could it be possible that I change the webpanel in Dutch or English and how to do that ?

reynico commented 3 years ago

Hi @tomamdy !

sure, edit the file /var/www/wx/Config.php. Change the line

  'lang' => 'es'

to

  'lang' => 'en'

There's one more thing you may want to edit: timezone for web panel. Edit /var/www/wx/header.php

  date_default_timezone_set('America/Argentina/Buenos_Aires');

here's a list of timezones: https://www.php.net/manual/en/timezones.php

tomamdy commented 3 years ago

Thank you, Nico. It works.