erland;541375 Wrote: > How does the formatting string look like if I like to show the weather > for tomorrow ? > The %* keywords posted earlier only seemed to be tied to the current > day. > > Feels like I'm missing something obvious ? > Or do I need the "all" request to get this kind of data ?
Yes, you need to do the all request to get that specific data. Basically, there are 2 types of requests: 1. Send a macroString request with a %* keyword string and get back an answer (though I think I saw a method to create your own %* keyword). This evolved from my SDTstring before. 2. Request a set of data and get back an answer. The requests are: > wassup (a test set) == currentF,current, and currentIcon > weather == wetData, the whole wetData structure > sports == sportsData, the whole sportsData structure (don't have that > handy) > misc == miscData, the whole wetData structure (probably should be the > whole miscData structure) > display == displayLine1, and displayLine2, what the SB2,3,boom, > transporter display > all == wetData, sportsData, miscData structures > -Dan -- plympton ------------------------------------------------------------------------ plympton's Profile: http://forums.slimdevices.com/member.php?userid=12955 View this thread: http://forums.slimdevices.com/showthread.php?t=77864 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
