$Name_with_zip.substring(0, $Name_with_zip.indexOf("(")) $Name_with_zip.substring($Name_with_zip.indexOf("("))

Enter Zip Code or City

Current Conditions $actualWeather.getCurrentConditions().getLsup()

$actualWeather.getCurrentConditions().getTmp()°


$actualWeather.getCurrentConditions().getT()

Feels like: $actualWeather.getCurrentConditions().getFlik()°

Wind: $actualWeather.getCurrentConditions().getWind().getDirectionPhrase() $actualWeather.getCurrentConditions().getWind().getSpeed()mph

Sunrise: $actualWeather.getLocation().getSunr()

Sunset: $actualWeather.getLocation().getSuns()

Humidity: $actualWeather.getCurrentConditions().getHmid()%

Visibility: $actualWeather.getCurrentConditions().getVis()

Dew Point: $actualWeather.getCurrentConditions().getDewp()

Pressure: $actualWeather.getCurrentConditions().getBar().getPressure() $actualWeather.getCurrentConditions().getBar().getTrend()

UV Index: $actualWeather.getCurrentConditions().getUv().getDescription()

Tomorrow's Forecast

Tomorrow Night