|
|
expression file::exist(FWEATHER) == 0 ? '' : file::readline('/tmp/lcd/weather_temp', strftime('%H', time()) < 16 ? 2 : 3) |
|
|
expression file::exist(FWEATHER) == 0 ? '' : (TEMP=file::readline('/tmp/lcd/weather_temp', strftime('%H', time()) < 16 ? 2 : 3); substr(TEMP, (strstr(TEMP, '|') + 1))) |