Not sure what has happened today.. Is that global warming ;p? I'm in UK O-o
Announcement
Collapse
No announcement yet.
[Announce] SuperDateTime Screensaver v5.11.0 - Date/Time/Weather/Sports/Stocks
Collapse
X
-
Originally posted by robho View PostI got this in my log today:
Code:Plugins::SuperDateTime::Plugin::gotWeatherNow (3931) Unknown Barometer Trend Status!!! Code = 4 Plugins::SuperDateTime::Plugin::gotWeatherNow (3932) Barometer Trend Description = Faller snabbt
Rising = '+'
Falling = '-'
Steady ='~'
Comment
-
Originally posted by slartibartfast View Post
Is it set to Fahrenheit?
Anyway sorted now with LMS reboot.. It was just a glitch3x Squeezebox Touch, 4x Squeezebox Radio, Squeezelite (RPi 3B with HiFiBerry DAC+Pro on OSMC), Material Skin Apk, Squeeze Commander, Logitech Media Server Version: 8.2.0 with Material Skin (Docker in DS218+)
Comment
-
Is there a current list available of all the format string variables? I'm using weather.com, but a list also including wunderground would be helpful to all users. I do have what is available under Player > SDT, but I think it's out of date.
If nothing exists, is it possible to change the period covered to not use leading zeros in the date for the forecast period. Example: "Wed March 08" to "Wed March 8". I'd be happy with "Wed Mar 8" is that's all that's possible.
Thanks.Last edited by phred; 2023-03-09, 02:09.
Comment
-
Thank you very much for this amazing plugin! just one quick question: Is there any way to set the map which is actually used in radar? I live in Paris and when using the radar on touch, Paris is actually more on the right side of the map, no matter which zoom factor i use.
Thank you !The Earth Has Music For Those Who Listen
Comment
-
Originally posted by phred View PostIs there a current list available of all the format string variables? I'm using weather.com, but a list also including wunderground would be helpful to all users. I do have what is available under Player > SDT, but I think it's out of date.
If nothing exists, is it possible to change the period covered to not use leading zeros in the date for the forecast period. Example: "Wed March 08" to "Wed March 8". I'd be happy with "Wed Mar 8" is that's all that's possible.
Thanks.
I will also remove leading zeros from the forecast period dates.
Comment
-
Originally posted by Pommes View PostThank you very much for this amazing plugin! just one quick question: Is there any way to set the map which is actually used in radar? I live in Paris and when using the radar on touch, Paris is actually more on the right side of the map, no matter which zoom factor i use.
Thank you !
Comment
-
First off, its a little late but thanks for the additional update timers for scores. Works beautifully.
Now a silly question, was the addition of the temp to one decimal place in Celsius intentional? Not a big deal if it is, just curious.
LMS 8.3.1, SDT 5.11.29
"Good judgement is the result of experience ... Experience is the result of bad judgement."
Comment
-
Originally posted by tedfroop View PostFirst off, its a little late but thanks for the additional update timers for scores. Works beautifully.
Now a silly question, was the addition of the temp to one decimal place in Celsius intentional? Not a big deal if it is, just curious.
LMS 8.3.1, SDT 5.11.29
Code:sub FtoC { my $temp = shift; $temp = nearest(.1,($temp-32)*5/9); return $temp; }
Code:my $temp = shift; $temp = ($temp-32)*5/9; $temp = int($temp + .5 * ($temp <=> 0)); # Funky round return $temp; }
Last edited by BoomX2; 2023-03-13, 06:16.
- Likes 1
Comment
-
Originally posted by BoomX2 View Post
The map should be centered on the latitude and longitude associated with the weather.com station. What weather.com station identifier you are using?
thank you, i am using FRXX0076:1:FR.
https://weather.com/fr-FR/temps/aujour/l/FRXX0076:1:FR
On webpage it is the center, on my PicoreScreen it is the center, but on my touch it is on the right side.
I am able to use the height parameter to get it centered, but after 2 minutes or so it decenters back to default.
I am using the local zoomLast edited by Pommes; 2023-03-18, 09:08.The Earth Has Music For Those Who Listen
Comment
Comment