Advertisement
svenhoefer

Untitled

Apr 1st, 2019
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.71 KB | None | 0 0
  1. diff --git a/ni/etc/lcd4linux.conf b/ni/etc/lcd4linux.conf
  2. index 673e7dc..148181e 100644
  3. --- a/ni/etc/lcd4linux.conf
  4. +++ b/ni/etc/lcd4linux.conf
  5. @@ -485,6 +485,7 @@ Widget TEMPERATURE_CURRENT1 {
  6.     align       'L'
  7.     expression  file::exist(FWEATHER) == 0 ? '' : file::readline('/tmp/lcd/weather_temp', 1)
  8.     update      10000
  9. +   reload      1
  10.  }
  11.  
  12.  Widget TEMPERATURE_LATER {
  13. @@ -504,6 +505,7 @@ Widget TEMPERATURE_LATER1 {
  14.     align       'R'
  15.     expression  file::exist(FWEATHER) == 0 ? '' : (TEMP=file::readline('/tmp/lcd/weather_temp', strftime('%H', time()) < 16 ? 2 : 3); substr(TEMP, (strstr(TEMP, '|') + 1)))
  16.     update      10000
  17. +   reload      1
  18.  }
  19.  
  20.  # --- OS/N/DOScam ----------------------------------------------------------- #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement