erland;544587 Wrote: 
> 
> This version should hopefully also work in SqueezePlay on Windows, with
> my testing it seemed to still be some strange issues with more complex
> styles using the analog clock and rotating images, but it seems to work
> for SuperDateTime screens in my brief tests.
> 
Thanks for quickly looking into this, I appreciate it.  This version
now works with my Ubuntu installation.  It now lets me into the
CustomClock settings screen on Windows too, but when the screensaver
turns on using one of the SDT controller layouts it crashes
SqueezePlay.  No errors are listed in the Squeezeplay logs.

I'll play around and let you know additional feedback on this version.

Attached is my latest SDT.  It includes the various fixes discussed in
this thread and other minor tweaks.  I also added a day view chart
image URL for the stocks json.  I might also be able to add company
icons for individual NASDAQ stocks.  I haven't found a good source that
includes nonNASDAQ stocks.

Example stocks Json-

Code:
--------------------
    
  {
  'stocks' => {
  'GLD' => {
  'lastdate' => '5/7/2010',
  'volume' => '34.28M',
  'change' => '-0.216',
  'pchange' => '-0.18%',
  'name' => 'SPDR Gold Trust',
  'prevclose' => '118.486',
  'ticker' => 'GLD',
  'open' => '117.64',
  'high' => '118.88',
  'low' => '116.74',
  'daychartURL' => 'http://ichart.finance.yahoo
  .com/t?s=GLD',
  'lasttrade' => '118.27',
  'lasttime' => '4:00pm'
  },
  'SIRI' => {
  'lastdate' => '5/7/2010',
  'volume' => '112.92M',
  'change' => '-0.01',
  'pchange' => '-0.98%',
  'name' => 'Sirius XM Radio I',
  'prevclose' => '1.02',
  'ticker' => 'SIRI',
  'open' => '1.02',
  'high' => '1.06',
  'low' => '0.9526',
  'daychartURL' => 'http://ichart.finance.yaho
  o.com/t?s=SIRI',
  'lasttrade' => '1.01',
  'lasttime' => '4:00pm'
  }
  }
  };
  
--------------------


-- 
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
jive@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/jive

Reply via email to