Hi, I am having problems since updated to 8.0.2 with the time settings.
I already tried this:
-Check regional settings in Kodi interface settings menu.
-Added different time servers in the librelec addon.
-Enabled the option to wait for a connection before starting Kodi.
-Adding a autostart script: nano /storage/.config/autostart.sh
#!/bin/sh
(sleep 30; \
/usr/sbin/ntpdate pool.ntp.org; \
)&
When I reboot the system, the time is incorrect.
When I just open one of the time server fields in de libreelec addon and close it again, the time is corrected on the spot. Even when it was an empty field.
I have the PI on all the time and have it rebooted automatically every 24 hours.
I would think this means the time server is working but just not on the startup of LE. Is there a way to trigger the time server after startup? Or is there an other way to fix this?
Thanks for any help!