It is currently April 19th, 2024, 8:17 pm

Lexis Calendar Showing wrong week

Get help with installing and using Rainmeter.
tommy
Posts: 6
Joined: January 26th, 2021, 7:53 pm

Re: Lexis Calendar Showing wrong week

Post by tommy »

balala wrote: December 29th, 2014, 7:17 am Sorry for this very late reply.
So, in your zip are two ini files: LEXIS-Calendar-Monday.ini and LEXIS-Calendar-Sunday.ini. LEXIS-Calendar-Monday.ini is ok, the error is present just in LEXIS-Calendar-Sunday.ini. The problem seems to be that, according to rules of the Format=%#W on a Time measure, the week starts with Monday. But it should start with Sunday on this skin. The only thing you have to do to fix that is to change the Format=%#W to this: Format=%#U, on [mWeek] section.
Now that Sunday is off (at least here it is) I think you'll have to play with the time on your computer to can try this out. Please give it a try and let me know if it realy fixed your issue.


Hi there...
my LEXIS-Calendar not showing the date can help..?
User avatar
balala
Rainmeter Sage
Posts: 16147
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Lexis Calendar Showing wrong week

Post by balala »

tommy wrote: January 26th, 2021, 8:02 pm Hi there...
my LEXIS-Calendar not showing the date can help..?
This is more than six years old topic. I don't have the skin anymore. So first please pack the config you have, as you have it and upload the package, to can take a look.
tommy
Posts: 6
Joined: January 26th, 2021, 7:53 pm

Re: Lexis Calendar Showing wrong week

Post by tommy »

balala wrote: January 26th, 2021, 8:16 pm This is more than six years old topic. I don't have the skin anymore. So first please pack the config you have, as you have it and upload the package, to can take a look.


Code: Select all

[Rainmeter]
Author=Kenz0 (mail2kenz0@gmail.com)
AppVersion=1004000
BackgroundMode=2
SolidColor=00000001


[Metadata]
Name=LEXIS-Calendar-Monday
Config=LEXIS\Calendar
Description=Liner calendar for one week.
Version=1.2
Tags=calendar
License=Creative Commons Attribution 3.0 License.
Preview=LEXIS-Calendar.png
Credits=Originally designed by Alex Lareo. (iNote Tablet UI concept design)

[Variables]
@Include:Colors=#ROOTCONFIGPATH#ColorVariables.inc

[mYear]
Measure=Time
Format=%Y

[mWeek]
Measure=Time
Format=%#W

[mDay]
Measure=Time
Format=%w

[Line]
Meter=IMAGE
X=-5
Y=24
W=200
H=2
SolidColor=0,0,255

[Week]
Meter=BITMAP
MeasureName=mWeek
X=10
Y=22
BitmapImage=images\m[mYear].png
BitmapFrames=53
BitmapExtend=1
DynamicVariables=1
BitmapZeroFrame=1
ImageTint=255,0,0

[Day]
Meter=BITMAP
MeasureName=mDay
X=10
Y=0
BitmapImage=images\m_day.png
BitmapFrames=7
BitmapExtend=1
BitmapZeroFrame=1
ImageTint=16, 223, 11, 255

*************************************************************
You do not have the required permissions to view the files attached to this post.
Last edited by balala on February 1st, 2021, 10:49 am, edited 1 time in total.
Reason: Please use <code> tags whenever are posting code snippets. It's the </> button.
User avatar
balala
Rainmeter Sage
Posts: 16147
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Lexis Calendar Showing wrong week

Post by balala »

tommy wrote: January 26th, 2021, 8:02 pm my LEXIS-Calendar not showing the date can help..?
What is not shown, because on the attached screenshot I see the weekday and the date as well?
Screenshot 2021-02-01 153808.png
You do not have the required permissions to view the files attached to this post.
tommy
Posts: 6
Joined: January 26th, 2021, 7:53 pm

Re: Lexis Calendar Showing wrong week

Post by tommy »

balala wrote: February 1st, 2021, 10:56 am What is not shown, because on the attached screenshot I see the weekday and the date as well?
Screenshot 2021-02-01 153808.png

i mean this...
You do not have the required permissions to view the files attached to this post.
User avatar
balala
Rainmeter Sage
Posts: 16147
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Lexis Calendar Showing wrong week

Post by balala »

tommy wrote: February 3rd, 2021, 3:19 pmi mean this...
Not sure what do you mean. On this second screenshot I don't see the day, month and so on, but if they were there, as seen on the first screenshot, how did they disappear?
tommy
Posts: 6
Joined: January 26th, 2021, 7:53 pm

Re: Lexis Calendar Showing wrong week

Post by tommy »

balala wrote: February 3rd, 2021, 3:50 pm Not sure what do you mean. On this second screenshot I don't see the day, month and so on, but if they were there, as seen on the first screenshot, how did they disappear?

yes should be showing the date at down of the day, but dont know why, suddenly not showing the date
User avatar
balala
Rainmeter Sage
Posts: 16147
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Lexis Calendar Showing wrong week

Post by balala »

tommy wrote: February 8th, 2021, 5:46 am yes should be showing the date at down of the day, but dont know why, suddenly not showing the date
There are some images needed (they are into the images folder), so first please pack the whole config you have and upload the package here, to can check.
tommy
Posts: 6
Joined: January 26th, 2021, 7:53 pm

Re: Lexis Calendar Showing wrong week

Post by tommy »

balala wrote: February 8th, 2021, 10:44 am There are some images needed (they are into the images folder), so first please pack the whole config you have and upload the package here, to can check.
you mean below this..???


Code: Select all

[Rainmeter]
Author=Kenz0 (mail2kenz0@gmail.com)
AppVersion=1004000
BackgroundMode=2
SolidColor=00000001


[Metadata]
Name=LEXIS-Calendar-Monday
Config=LEXIS\Calendar
Description=Liner calendar for one week.
Version=1.2
Tags=calendar
License=Creative Commons Attribution 3.0 License.
Preview=LEXIS-Calendar.png
Credits=Originally designed by Alex Lareo. (iNote Tablet UI concept design)

[Variables]
@Include:Colors=#ROOTCONFIGPATH#ColorVariables.inc

[mYear]
Measure=Time
Format=%Y

[mWeek]
Measure=Time
Format=%#W

[mDay]
Measure=Time
Format=%w

[Line]
Meter=IMAGE
X=-5
Y=24
W=200
H=2
SolidColor=0,0,255

[Week]
Meter=BITMAP
MeasureName=mWeek
X=10
Y=22
BitmapImage=images\m[mYear].png
BitmapFrames=53
BitmapExtend=1
DynamicVariables=1
BitmapZeroFrame=1
ImageTint=255,0,0

[Day]
Meter=BITMAP
MeasureName=mDay
X=10
Y=0
BitmapImage=images\m_day.png
BitmapFrames=7
BitmapExtend=1
BitmapZeroFrame=1
ImageTint=16, 223, 11, 255

*************************************************************
Last edited by Brian on February 9th, 2021, 7:02 am, edited 1 time in total.
Reason: Please use [code] tags. It's the </> button.
User avatar
balala
Rainmeter Sage
Posts: 16147
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Lexis Calendar Showing wrong week

Post by balala »

tommy wrote: February 9th, 2021, 5:45 am you mean below this..???
No, you've posted once the code, but as said, there are two Bitmap meters ([Week] and [Day]), which are using two images (images\m2021.png and images\m_day.png, accordingly). I'd need them in order to check what's going wrong. So please pack the config (it has to be in the Skins folder, being named Lexis Calendar or something like this) and attach it. Simply the code is not enough, because I don't have the needed images, used by the Bitmap meters.