=== _salem is now known as salem_ === salem_ is now known as _salem [10:13] timp: https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/dontSkipTheEntiretyOfTstTextfield11Qml/+merge/308099 [10:34] kalikiana: happroved [11:01] timp: Another one [11:01] https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/dropQuestionableColorTestsFromTstTextarea11Qml/+merge/308106 [11:01] kalikiana: standup :) === _salem is now known as salem_ === chihchun is now known as chihchun_afk === rmescandon_ is now known as rmescandon [18:39] * ahoneybun pokes ahayzen [18:39] alright so I have my JSON data here: http://api.openweathermap.org/data/2.5/forecast?q=32055&appid=753a953085551461ddf5555c772c06c2 [18:40] I need to figure out how to get each hour report out of there [19:00] ahoneybun, use JSON.parse() on it, like output=JSON.parse(input) then you should be able to loop through the result in output["list"] .. then each one you can get the info for [19:01] well I have it like this now: locationModel.append( { id: entry["id"], name: entry["name"], weather: entry["weather"][0]["main"] } ) [19:01] ahoneybun, also paste it in here, it helps you alot http://jsonprettyprint.com/ ... bbl o/ [19:01] but yea tried something like that [19:01] ahayzen: http://pastebin.ubuntu.com/23309533/ [19:01] I have it working like that [19:02] gotta go shops, be back in a bit [19:02] changing the api to just looking for one city weather works like a charm [19:02] just trying to use a forecast is different [19:04] seems I am using it: currentData = JSON.parse (request.responseText); [20:09] ahoneybun, it looks like what you have is going in the right direction :-) [21:39] ahayzen: though I got the code from someone I think [21:40] also not sure how to get data from that large json [21:41] ["weather"][0]["main"] seems to grab all the items weather but I need more control on which it gets [21:41] I want to list the first 3 or 4 items [21:41] giving a 3 hour forecast for each === salem_ is now known as _salem