- Thread starter
- Moderator
- #581
Re: InfoService v1.5 - Feed reader/Twitter reader and weather [21-03-2010] *UPDATED*
If you look in your MediaPortal/weather folder, there are two subfolders:
Inside these folder are numbered images. This numbers are same which is returned from the image properties like #infoservice.weather.today.img.small.filenamewithoutext.
So if you want the today weather image shown on your skin you can use:
It returns the image number for the today weather. Every weather situation on weather.com has an image number. For example: 32 would be "Sunny".I got a question regarding weather.
There is a property:So I can see that it's possible values are 1....47.Code:#infoservice.weather.today.img.small.filenamewithoutext
What is the meaning of thiese values?
I am asking 'cause I am going to replace standard weather backdrops
If you look in your MediaPortal/weather folder, there are two subfolders:
- 64x64: The smaller weather images
- 128x128: The bigger weather images: Mostly weather background images
Inside these folder are numbered images. This numbers are same which is returned from the image properties like #infoservice.weather.today.img.small.filenamewithoutext.
So if you want the today weather image shown on your skin you can use:
Code:
<imagePath>C:\Program Files\Team MediaPortal\MediaPortal\Weather\128x128\#infoservice.weather.today.img.small.filenamewithoutext.jpg<imagePath>