Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/ni/etc/lcd4linux.conf b/ni/etc/lcd4linux.conf
- index 673e7dc..148181e 100644
- --- a/ni/etc/lcd4linux.conf
- +++ b/ni/etc/lcd4linux.conf
- @@ -485,6 +485,7 @@ Widget TEMPERATURE_CURRENT1 {
- align 'L'
- expression file::exist(FWEATHER) == 0 ? '' : file::readline('/tmp/lcd/weather_temp', 1)
- update 10000
- + reload 1
- }
- Widget TEMPERATURE_LATER {
- @@ -504,6 +505,7 @@ Widget TEMPERATURE_LATER1 {
- align 'R'
- expression file::exist(FWEATHER) == 0 ? '' : (TEMP=file::readline('/tmp/lcd/weather_temp', strftime('%H', time()) < 16 ? 2 : 3); substr(TEMP, (strstr(TEMP, '|') + 1)))
- update 10000
- + reload 1
- }
- # --- OS/N/DOScam ----------------------------------------------------------- #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement