Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Tinners' 2x20 Matrix Orb - Weather Screens

Here you can post your screen ideas and your skins.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
tinners
Posts: 16
Joined: January 16th, 2007, 9:29 pm

Tinners' 2x20 Matrix Orb - Weather Screens

Post by tinners »

Couple of weather screens using the Yahoo weather plugin

Today's forecast & temps:
Line 1:
TODAY: $dll(YahooWeather,1,UKXX0268,forecasttext#1)
Line 2:
Now:$dll(YahooWeather,1,UKXX0268#c,currenttemp)?C | Low:$dll(YahooWeather,1,UKXX0268#c,forecastlow#1)?C | High:$dll(YahooWeather,1,UKXX0268#c,forecasthigh#1)?C | Sunrise: $dll(YahooWeather,1,UKXX0268,sunrise) | Sunset: $dll(YahooWeather,1,UKXX0268,sunset) |
gives
Image

Tomorrow's forecast & temps:
Line 1:
TMRW: $dll(YahooWeather,1,UKXX0268,forecasttext#2)
Line 2:
Low: $dll(YahooWeather,1,UKXX0268#c,forecastlow#2)?C | High: $dll(YahooWeather,1,UKXX0268#c,forecasthigh#2)?C |
gives
Image

Post Reply