erland;542595 Wrote: > Is the mapping like this ? > C=-1 > 1=0 > 2=1 > 3=2 > > When I looked at the wetData.txt file that was attached to a post > earlier in the thread it looked like period also could be things like > "d2", "d3", should these also be possible to select ? > > I think I can make a combobox type drop list in the user interface that > shows the same values as in the SuperDateTime interface but actually > writes the real values to the style configuration file. Sorry I originally forgot to attach the example in my previous post. Think you subsequently noticed ;)
Yes, that is the correct mapping. A combo box that populates the real value should work great. d1-d10 represent the 10day forecast. You'll see the data elements are slightly different. Currently I allow the user to view a configurable x number of upcoming days per player via the up/down remote buttons. Internally I have separate macros to get at these data elements but I have never 'published' them. I store a macro screen layout for these forecast days in the pref file, but haven't provided a way for users to edit it. A savy user could easily read my code or the pref file to see the macros and edit their pref file to achieve a custom layout. For the dxx periods these are the valid macros. %_3 = 'day' %_4 = 'date' %_5 = 'highF' w/° %_6 = 'highC' w/° %_7 = 'lowF'} w/° %_8 = 'lowC'} w/° %_9 = 'precip' %_0 = 'condition' For the purposes of custom clock you should probably list them so a user could utilize them in a cool 10day forecast screen. Any thoughts on allowing a user to create separate custom clock screens and have it cycle between them at certain intervals? I think it'd be awesome to have a current time/conditions screen that is usually displayed, then have it cycle to a 10 day forecast screen, MLB screen, stocks screen with each screen shown for x seconds. Allow a user to quickly cycle between screens via remote/touching the screen. Thoughts? For some reason I'm having difficulty in accessing the Custom Clock Settings page on SqueezePlay. When I select it the screen does a nudge but doesn't show the settings. I tried reinstalling the applet, plugin, and squeezeplay with no luck. The only thing I can think of is its getting confused because I have multiple squeezebox servers running (one on my laptop that I restart often while developing and another for my physical players throughout the home). Squeezeplay can see all the players (physical and softsqeeeze) at the same time. Any ideas? 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
