A while ago I promised an offline calendar, which can be used somehow, as a Google Calendar replacement. Here it is.
This skin package is in fact the newest (and renamed) version of my previously released Clock, Calendar, Weather. The main difference is with the Calendar skin, which now, beside that you can add / extract months to / from current date, can record events. To add an event, click on the appropriate date, enter the event description and save it (with the OK button). On the proper day, you'll see a notification on the screen, about the event. The Weather and Calendar skins have their own Settings tool.
Also, at jsmorley's advice, I added a Welcome skin, which also can be used to manage the existing / loaded skins.
It is currently June 10th, 2023, 4:24 am
CloCalWe
-
- Rainmeter Sage
- Posts: 15322
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
CloCalWe
You do not have the required permissions to view the files attached to this post.
-
- Posts: 3
- Joined: October 24th, 2013, 6:03 pm
Re: CloCalWe
Greeat work! Very nice and clean, I really like this skin. Will use and report back and issues or feedback.
-
- Rainmeter Sage
- Posts: 15322
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
-
- Rainmeter Sage
- Posts: 15322
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: CloCalWe 1.3
The newest version, which has the Weather skins rewritten. The old Weather skins used the Yahoo Weather, but it stopped working a while ago. That's why I had to rewrite the appropriate skins.
[ Direct Link ]
[ Direct Link ]
-
- Posts: 826
- Joined: November 20th, 2012, 11:58 pm
Re: CloCalWe
Balala I downloaded this skin but when I load it, rainmeter stops working. Can you take a look at the skin?
Thanks in advance
Thanks in advance
-
- Rainmeter Sage
- Posts: 15322
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: CloCalWe
You're right, there indeed is a problem. It seems that the problem is only with the following two skins: CloCalWe\Calendar\Day Mon.ini and CloCalWe\Calendar\Day Sun.ini. The other skins look to be alright. Please check if I am is right with this.FreeRaider wrote: ↑April 11th, 2019, 6:43 pm Balala I downloaded this skin but when I load it, rainmeter stops working. Can you take a look at the skin?
-
- Posts: 826
- Joined: November 20th, 2012, 11:58 pm
Re: CloCalWe
I confirm. Only those two .ini files have a problem.
-
- Rainmeter Sage
- Posts: 15322
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: CloCalWe
Probably the skins with problems are less used, showing only the current day, not the calendar too. I'll take a look a little bit later, or more probably, tomorrow (here is 10PM+, we're on UTC+3). In the meantime, please use one of the other calendar skins, there are four others.
Sorry for the inconveniences...
-
- Rainmeter Sage
- Posts: 15322
- Joined: October 11th, 2010, 6:27 pm
- Location: Gheorgheni, Romania
Re: CloCalWe
The issue is caused by the IfCondition option of the [MeasureRainmeterEventState] measure. Replace the whole measure with this:
There still are problems, this doesn't fix all of them. I'm not supporting this skin more then this, because a newer and improved version of it is written, but not published yet. It'll be part of a large skins suite I'm working with. If you1re interested, stay tuned, I hope I'll be able to publish it soon.
Code: Select all
[MeasureRainmeterEventState]
Measure=Plugin
Plugin=WebParser
Url=[MeasureRainmeterEvent]
StringIndex=1
RegExpSubstitute=1
Substitute="^$":"1"
IfCondition=([MeasureRainmeterEventState]=1)
IfTrueAction=[!SetVariable Act1 """[!Update "#*CURRENTCONFIG*#\Event"]"""][!SetOption MeasureTodayDay OnChangeAction """[!Update "#*CURRENTCONFIG*#\Event"]"""][!SetVariable Act2 "#*CURRENTCONFIG*#\Event"][!UpdateMeasure "MeasureTodayDay"][!UpdateMeasure "MeasureTodayEvent"][!Redraw]
IfFalseAction=[!SetVariable Act1 ""][!SetOption MeasureTodayDay OnChangeAction ""][!SetVariable Act2 ""][!UpdateMeasure "MeasureTodayDay"][!UpdateMeasure "MeasureTodayEvent"][!Redraw]
-
- Posts: 826
- Joined: November 20th, 2012, 11:58 pm
Re: CloCalWe
I'll wait for the new version.balala wrote: ↑April 12th, 2019, 3:04 pmThere still are problems, this doesn't fix all of them. I'm not supporting this skin more then this, because a newer and improved version of it is written, but not published yet. It'll be part of a large skins suite I'm working with. If you1re interested, stay tuned, I hope I'll be able to publish it soon.