erland;542180 Wrote: > I think we have what we need for weather, so when you feel ready you can > release a new version based on what we currently have. > > For sports, it feels like I'd like to be able to retrieve just those > team that has been selected in SDT server settings. Currently the > "SuperDateTime sports" command seems to contain the whole "sportsData" > structure which also contains teams which hasn't been selected in the > settings. I tried for example to select a single NHL team and the > "sportsData" structure contained all teams. I can handle this myself by > getting the server preferences, but means that I'll have to make more > server requests to get the information. If you don't like to break the > previous interface, you can implement this as a separate command. > > I'm not sure about stock quotes and other custom items, is there a way > to retrieve these ? > There seems to be a "misc" parameter to the "SuperDateTime" command but > from the code it looks like it just returns the wetData structure. > Is there any point integrating the misc data or is it uninteresting in > the context of the Custom Clock screen saver ? Let me look at implementing another sports command that only sends back the teams they have selected that are currently playing.
This 'misc' mode was supposed to return %miscData, looks like some copy/pasting wasn't updated. I'll fix that. I need to have a fresh look at how things are structured in miscData. I believe that is where I currently put the stocks and intended to put other items as well. FWIW I also added a stdVersion cli command that returns the version of SDT (as defined currently in $VERSION). Thanks -Greg -- GoCubs ------------------------------------------------------------------------ GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312 View this thread: http://forums.slimdevices.com/showthread.php?t=77864 _______________________________________________ jive mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/jive
