<TaskerData sr="" dvi="1" tv="4.6u3m">
<dmetric>1440.0,2560.0</dmetric>
<Project sr="proj0" ve="2">
<cdate>1429042043410</cdate>
<name>Weather Conditions and Map</name>
<scenes>WU Window</scenes>
<tids>2</tids>
<Kid sr="Kid">
<launchID>41</launchID>
<pkg>com.google.xxxxxxxxxxxx.weatherconditionsandmap</pkg>
<vnme>1.0</vnme>
<vnum>3</vnum>
</Kid>
<Img sr="icon" ve="2">
<fle>/storage/sdcard0/Download/mostlycloudy.gif</fle>
</Img>
</Project>
<Scene sr="sceneWU Window">
<cdate>1429053695004</cdate>
<edate>1429146227255</edate>
<gridSize>20</gridSize>
<heightLand>1187</heightLand>
<heightPort>2520</heightPort>
<nme>WU Window</nme>
<widthLand>1593</widthLand>
<widthPort>1440</widthPort>
<RectElement sr="elements0">
<flags>6</flags>
<geom>0,0,1440,2520,0,0,1591,1187</geom>
<Str sr="arg0" ve="3">Background</Str>
<Int sr="arg1" val="0"/>
<Str sr="arg2" ve="3">#FF333333</Str>
<Str sr="arg3" ve="3"/>
<Int sr="arg4" val="0"/>
<Str sr="arg5" ve="3">#FF000000</Str>
<Int sr="arg6" val="0"/>
<Int sr="arg7" val="0"/>
</RectElement>
<TextElement sr="elements1" ve="3">
<flags>4</flags>
<geom>0,2020,1440,500,3,618,310,568</geom>
<Str sr="arg0" ve="3">Text Low</Str>
<Str sr="arg1" ve="3">Current Conditions:
High: %wuhigh Low: %wulow
Max Wind: %wumaxwindmph
Avg Wind: %wuavewindmph
Avg Wind Dir: %wuavewinddir
Avg Humidity: %wuavehumidity</Str>
<Int sr="arg2" val="14"/>
<Int sr="arg3" val="100"/>
<Str sr="arg4" ve="3">#FFFFFFFF</Str>
<Str sr="arg5" ve="3"/>
<Int sr="arg6" val="5"/>
<Int sr="arg7" val="0"/>
<Int sr="arg8" val="0"/>
</TextElement>
<TextElement sr="elements2" ve="3">
<flags>4</flags>
<geom>0,1520,1440,500,0,0,687,1187</geom>
<Str sr="arg0" ve="3">Text High</Str>
<Str sr="arg1" ve="3">Today is %wutitle1. %wufcttext1. Later for %wutitle2, %wufcttext2.</Str>
<Int sr="arg2" val="18"/>
<Int sr="arg3" val="100"/>
<Str sr="arg4" ve="3">#FFFFFFFF</Str>
<Str sr="arg5" ve="3"/>
<Int sr="arg6" val="5"/>
<Int sr="arg7" val="0"/>
<Int sr="arg8" val="0"/>
</TextElement>
<WebElement sr="elements3" ve="2">
<flags>4</flags>
<geom>0,0,1440,1520,0,0,1531,1187</geom>
<Str sr="arg0" ve="3">WebView Map</Str>
<Int sr="arg1" val="0"/>
<Str sr="arg2" ve="3">file:///sdcard/Download/weatherloop.gif</Str>
<Int sr="arg3" val="0"/>
<Int sr="arg4" val="0"/>
<Int sr="arg5" val="0"/>
<Int sr="arg6" val="0"/>
</WebElement>
<WebElement sr="elements4" ve="2">
<flags>4</flags>
<geom>0,0,215,216,-1,-1,-1,-1</geom>
<Str sr="arg0" ve="3">WebView Weather Icon</Str>
<Int sr="arg1" val="0"/>
<Str sr="arg2" ve="3">file:///sdcard/Download/wuicon.gif</Str>
<Int sr="arg3" val="0"/>
<Int sr="arg4" val="0"/>
<Int sr="arg5" val="0"/>
<Int sr="arg6" val="0"/>
</WebElement>
</Scene>
<Task sr="task2">
<cdate>1399067203285</cdate>
<edate>1429146259470</edate>
<id>2</id>
<nme>Weather Conditions and Map</nme>
<pri>10</pri>
<Action sr="act0" ve="7">
<code>548</code>
<Str sr="arg0" ve="3">Getting map</Str>
<Int sr="arg1" val="0"/>
</Action>
<Action sr="act1" ve="7">
<code>118</code>
<Str sr="arg0" ve="3">radar.weather.gov</Str>
<Str sr="arg1" ve="3">Conus/Loop/centgrtlakes_loop.gif</Str>
<Str sr="arg2" ve="3"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Int sr="arg5" val="10"/>
<Str sr="arg6" ve="3">image/*</Str>
<Str sr="arg7" ve="3">Download/weatherloop.gif</Str>
<Int sr="arg8" val="0"/>
</Action>
<Action sr="act2" ve="7">
<code>118</code>
<Str sr="arg0" ve="3">api.wunderground.com</Str>
<Str sr="arg1" ve="3">/api/xxxxxxxxxxxxxxxx/forecast/q/MI/49015.json</Str>
<Str sr="arg2" ve="3"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Int sr="arg5" val="30"/>
<Str sr="arg6" ve="3"/>
<Str sr="arg7" ve="3"/>
<Int sr="arg8" val="0"/>
</Action>
<Action sr="act3" ve="7">
<code>37</code>
<ConditionList sr="if">
<Condition sr="c0" ve="3">
<lhs>%HTTPR</lhs>
<op>0</op>
<rhs>200</rhs>
</Condition>
</ConditionList>
</Action>
<Action sr="act4" ve="7">
<code>129</code>
<label>www.jsoneditoronline.org to easilly find variables</label>
<Str sr="arg0" ve="3">var arr = [];
arr = JSON.parse(global("HTTPD"));
var wuconditions = arr.forecast.simpleforecast.forecastday[0].conditions;
var wuicon = arr.forecast.simpleforecast.forecastday[0].icon;
var wuiconurl = arr.forecast.simpleforecast.forecastday[0].icon_url;
var wuhigh = arr.forecast.simpleforecast.forecastday[0].high.fahrenheit;
var wulow = arr.forecast.simpleforecast.forecastday[0].low.fahrenheit;
var wutitle1 = arr.forecast.txt_forecast.forecastday[0].title;
var wutitle2 = arr.forecast.txt_forecast.forecastday[1].title;
var wufcttext1 = arr.forecast.txt_forecast.forecastday[0].fcttext;
var wufcttext2 = arr.forecast.txt_forecast.forecastday[1].fcttext;
var wumaxwindmph = arr.forecast.simpleforecast.forecastday[0].maxwind.mph;
var wuavewindmph = arr.forecast.simpleforecast.forecastday[0].avewind.mph;
var wuavewinddir = arr.forecast.simpleforecast.forecastday[0].avewind.dir;
var wumaxwinddir = arr.forecast.simpleforecast.forecastday[0].maxwind.dir;
var wuavehumidity = arr.forecast.simpleforecast.forecastday[0].avehumidity;</Str>
<Str sr="arg1" ve="3"/>
<Int sr="arg2" val="1"/>
<Int sr="arg3" val="45"/>
</Action>
<Action sr="act5" ve="7">
<code>118</code>
<Str sr="arg0" ve="3">icons.wxug.com</Str>
<Str sr="arg1" ve="3">i/c/f/%wuicon.gif</Str>
<Str sr="arg2" ve="3"/>
<Str sr="arg3" ve="3"/>
<Str sr="arg4" ve="3"/>
<Int sr="arg5" val="10"/>
<Str sr="arg6" ve="3">image/*</Str>
<Str sr="arg7" ve="3">Download/wuicon.gif</Str>
<Int sr="arg8" val="0"/>
</Action>
<Action sr="act6" ve="7">
<code>131</code>
<label>Use this if you would rather edit a text document for the Javascript</label>
<on>false</on>
<Str sr="arg0" ve="3">Tasker/javascripts/getweather.js</Str>
<Str sr="arg1" ve="3"/>
<Int sr="arg2" val="1"/>
<Int sr="arg3" val="45"/>
</Action>
<Action sr="act7" ve="7">
<code>47</code>
<Str sr="arg0" ve="3">WU Window</Str>
<Int sr="arg1" val="3"/>
<Int sr="arg2" val="100"/>
<Int sr="arg3" val="100"/>
<Int sr="arg4" val="0"/>
<Int sr="arg5" val="1"/>
<Int sr="arg6" val="1"/>
</Action>
<Action sr="act8" ve="7">
<code>38</code>
</Action>
<Img sr="icn" ve="2">
<nme>cust_star</nme>
</Img>
</Task>
</TaskerData>