Hi,
I am new to LibreELEC. I have installed LiberELEC on Raspberry Pi 3.
The datetime displayed on the upper righthand corner is wrong, how do I change it?
I don't remember the installation process have asked me local or timezone questions.
Hi,
I am new to LibreELEC. I have installed LiberELEC on Raspberry Pi 3.
The datetime displayed on the upper righthand corner is wrong, how do I change it?
I don't remember the installation process have asked me local or timezone questions.
System --> appearance --> international --> timezone
I have set my local & timezone, but date is off by two weeks and time is off also
Thanxs
could you get us a screenshot from those settings, please?
i have had the same problem.. try this
ttp://http://www.htpcbeginner.com/fix-openelec-i…e-raspberry-pi/
==============================================================================
ssh into your openelec/libreelec using username root and password
1. vi /storage/.config/autostart.sh
add the following to the file
==============================================================================
#!/bin/sh
(sleep 30; \
/usr/sbin/ntpdate pool.ntp.org; \
)&
save and exit
==============================================================================
change execute permissions
chmod +x /storage/.config/autostart.sh
then reboot your RasPi and it should be good to go