It is currently April 28th, 2024, 8:44 am

Greek Namedays skin help

Get help with creating, editing & fixing problems with skins
User avatar
donagh212
Posts: 2
Joined: December 15th, 2011, 2:17 pm

Greek Namedays skin help

Post by donagh212 »

Hello everyone i am new here and i am new with rainmeter
Till now i was able to edit some skins so they look like i wanted
I was trying to find a skin that will display greek namedays
I was able to find a site with rss feed but i realy dont know anything about that
Need help to figure out how to fix this
I wanted to use the greek vertion of the site but i dont know if this is possible and how to do it

Greek vertion:
http://www.greeknamedays.gr/tools/eortologiorssfeed/index.php?langid=gr&daydisplay=2

English vertion:
http://www.greeknamedays.gr/tools/eortologiorssfeed/index.php?langid=en&daydisplay=2

Got this from here:
http://www.greeknamedays.gr/greeknamedaysrssfeed.php
(Today, Tomorrow)
Image
User avatar
donagh212
Posts: 2
Joined: December 15th, 2011, 2:17 pm

Re: Greek Namedays skin help

Post by donagh212 »

I somehow manage to do this

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1

[MeasureShmera]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=http://www.greeknamedays.gr/tools/eortologiorssfeed/index.php?langid=gr&daydisplay=2
RegExp="(?siU)<title>ΣΗΜΕΡΑ.*:(.*)</title>"
StringIndex=1


[MeasureAvrio]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=http://www.greeknamedays.gr/tools/eortologiorssfeed/index.php?langid=gr&daydisplay=2
RegExp="(?siU)<title>ΑΥΡΙΟ.*:(.*)</title>"
StringIndex=1



[MeterShmera]
Meter=STRING
MeasureName=MeasureShmera
FontSize=16
FontColor=242, 238, 202, 255
StringStyle=Bold
StringAlign=CENTER
Antialias=1
x=750
y=10
Text="%1"

[MeterAurio]
Meter=STRING
StringIndex=2
MeasureName=MeasureAvrio
FontSize=16
FontColor=242, 238, 202, 255
StringAlign=CENTER
StringStyle=Bold
Antialias=1
x=r
y=40
Text="%1"
but now i have an other problem
If the names are too many (aka the text i am geting from this site is too long) its not possible to make this skin with a background couse the text will be cut
So is there any way to set it if the text is to long go to next lane or something ?
Lets say that the resault is:

Code: Select all

Δανιήλ, Δανιήλος, Δανιέλος, Δανιήλα, Δανιέλα, Δανιηλίτσα, Διονύσιος, Νύσης, Διονύσης, Νιόνιος, Διονυσία, Διονυσούλα, Νύσα, Ντένης, Ντενίζ, Σίσσυ, Ίακχος, Ίακχη, Ρεβέκκα, Μπέκυ
There is no way to fit this in one lane
I want to dispaly 1 name at 1 lane or the max width will be 200 and then go to next lane
Image
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Greek Namedays skin help

Post by jsmorley »