The setting is 'Basic' now. It's not the scrolling from weather display to game that's bothering me. That works just fine and does what the description of 'basic' says it will do. It's the display of weather information itself. Right now my display looks like this:
Tonight: Partly Cloudy
3:08 PM 73f/33%/SSW 4/29.98-
The first line is centered. The second line scrolls across the display. It didn't do that before.
Also the forecast used to include a high or low temp. So the top line would read, "Tonight: Partly Cloudy Low 53" or something like that.
Sorry if I sound whiny, I don't mean to. I like this plugin a lot and really just want it to work the way it did before I upgraded. Thanks.
- Jeff
Results 541 to 550 of 2678
-
2007-04-11, 15:19 #541Member
- Join Date
- Aug 2005
- Posts
- 58
-
2007-04-11, 22:00 #542Senior Member
- Join Date
- Apr 2005
- Posts
- 180
Hi Greg -
I'm also appear to have the issue where the finished games scores do not show for long after the game has finished; I get tomorrows games instead. I like in the UK, and your previous fix worked fine for me. Is this another affect of ESPNs changes?
Caveat: I have recently made some wireless network changes, and my WLAN connection is a little flaky. Can't rule this out as the cause either for the time being...
Chippy
-
2007-04-12, 06:12 #543
configuring SuperDate Time Plugin?
I do not understand how to configure after listed as an installed plugin. help
-
2007-04-12, 06:38 #544
Hey Jeff-
That version of the plugin has the graphical weather icons which your player is not capable of displaying. Unfortunately my code assumes these icons are there, so it adds some "prespacing" to the weather text to compensate so that the text wont overlap the icons. The prespacing spaces along with your time/weather text is larger than what will fit on the screen, so SlimServer starts scrolling it.
For a temp fix, stop SlimServer and open up plugin.pm in your favorite raw text editor. Search for or go to line 638 and 639 that should look like:
And change them to:Code:my $iconPreSpace = ' '; #Blank spaces to append before bottom line text when displaying an icon w/3line txt my $icon2PreSpace = ' '; #Blank spaces to append before bottom line text when displaying an icon wo/3line txt
Then restart SlimServer.Code:my $iconPreSpace = ''; #Blank spaces to append before bottom line text when displaying an icon w/3line txt my $icon2PreSpace = ''; #Blank spaces to append before bottom line text when displaying an icon wo/3line txt
As for the hi/low stuff, those are now displayed using a special 3line font that your player is not capable of displaying. In the next version of the plugin that's available for SlimServer 7 you're able to put the hi/low text anywhere you want on the display. You're also able to disable the icons and it will automatically adjust the spacing for you. Nightly SlimServer 7 builds are available for download and some people are using them, however, that version is still undergoing major changes and is not intended for daily use.
-Greg
-
2007-04-12, 06:41 #545
-
2007-04-12, 06:49 #546
Hey Chippy-
Assuming you're in Windows, what timezone do you have your machine set for in Windows itself (double click the clock on your task bar and choose timezone) and what offset do you have the plugin set for? Also, if you could, enable -d_plugin debugging and look at the output when it does a data refresh. It should have a line that says something like: Eastern Hour/Date: 9/12
Thanks
-Greg
-
2007-04-12, 07:41 #547
once i'm in the sever settings/plugins page. how do i get into the area to configure the SuperDateTime?
-
2007-04-12, 07:47 #548
From that page if you scroll down you should see a section that starts with SUPERDATETIME SCREENSAVER.
If you don't see it, the plugin isn't properly enabled or installed. SuperDateTime Screensaver should be listed and checked (enabled) on the list of plugins shown at the beginning of that web page.
-Greg
-
2007-04-12, 07:59 #549
I see it enabled in the list of plugins but upon scrolling down i don't have an actual 'section' to go into.
-
2007-04-12, 08:24 #550Member
- Join Date
- Aug 2005
- Posts
- 58


Reply With Quote
