It is currently March 29th, 2024, 4:57 am

Win10 Widgets Weather skin - time/date tool/generator

Get help with creating, editing & fixing problems with skins
verwijs
Posts: 8
Joined: November 6th, 2017, 11:34 am

Win10 Widgets Weather skin - time/date tool/generator

Post by verwijs »

Win10 Widgets Weather skin - time/date tool/generator

who has or make a time/date tool or generator witch give's you the correct codes..

time/date codes:
(link -> )time/date codes

thanks
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by balala »

dvo wrote: August 8th, 2020, 8:58 am time and date dutch should be :

Code: Select all

DateFormat=%A,%#d %B, %Y

TimeFormat=%#H:%M
Beside using these variables into the Format option of a Time measure, you probably should add to the same Time measure a FormatLocale=nl-NL option, to get the names of day and month into Dutch as well.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by balala »

dvo wrote: August 8th, 2020, 10:32 am he has to translate a lot after that days , weather names and all things like feels like... ect mutch more .... nl-NL is one of them
Agree. But to get the names returned by the Time measure in Dutch, the FormatLocale option should be used.
verwijs
Posts: 8
Joined: November 6th, 2017, 11:34 am

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by verwijs »

Thank you for reply..!! :) :)

i have this for time/date format:

Code: Select all

; Dutch NL
DateFormat=%A %d %B %G
TimeFormat=%R:%S
TimeStampLocale=nl-NL
;
DateFormat=%A, %B %#d, %Y
TimeFormat=%#I:%M %p
also had to change width of the skin to make it all fit...

Code: Select all

BackgroundWidth=391

looks great now :)
Image
verwijs
Posts: 8
Joined: November 6th, 2017, 11:34 am

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by verwijs »

(open link with new tab/window)

These are all my translationt to dutch within the " Win10 Widgets\@Resources\Includes " folder .inc files translated to dutch
The " _nl.inc " files are additional backups ..

"TWC_WeatherVariables.inc"
"TWC_WeatherVariables_nl.inc"
"WeatherComJSONLanguage.inc"
"WeatherComJSONLanguage.jsm.inc"
"Rainmerer\WeatherComJSONLanguage.jsm_nl.inc"
"WeatherComJSONLanguage_nl.inc"
"Rainmerer\WeatherComJSONVariables.inc"
"Rainmerer\WeatherComJSONVariables_nl.inc"

..
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by balala »

verwijs wrote: August 8th, 2020, 2:46 pm also had to change width of the skin to make it all fit...

Code: Select all

BackgroundWidth=391
Not sure what this is. It's a variable? Beacuse the width (and height) of a skin can be set with the SkinWidth (and SkinHeight) options into the [Rainmeter] section.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5384
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by eclectic-tech »

balala wrote: August 8th, 2020, 6:07 pm Not sure what this is. It's a variable? Beacuse the width (and height) of a skin can be set with the SkinWidth (and SkinHeight) options into the [Rainmeter] section.
The OP is saying he needed to set the width to match his other Win10 Widget skins; that value is in '@Resources\variables.ini' along with other common values for the suite of skins.

There are 2 versions of Win10 Widget weather skins that I support; one is a 'stand-alone' version that has a separate WIDTH in it's own '@Resources\variables.inc', while the other is a 'PATCH' to Win10 Widgets and uses the include file mentioned above.

Depending on which one they is using, they may need to adjust the settings to match the other Win10 Widgets.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by balala »

eclectic-tech wrote: August 8th, 2020, 7:27 pm The OP is saying he needed to set the width to match his other Win10 Widget skins; that value is in '@Resources\variables.ini' along with other common values for the suite of skins.
Alright, this was my guess as well. The BackgroundWidth seemed to be a variable, but now it's much clearer and makes sense this way.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by balala »

dvo wrote: August 9th, 2020, 4:29 am weather was working.... translation is added + the names like feels like ect. but time/date wasn't translated yet i think... :D
Can't follow. I said how the date can be translated.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5384
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Win10 Widgets Weather skin - time/date tool/generator

Post by eclectic-tech »

dvo wrote: August 9th, 2020, 11:47 am the translation of time date in dutch but we are only getting the inc's to see what's going on...
and it's not a big talker .... so know nothing..
The "Weather" skins do not show a formatted date.

The image posted by the OP here shows the weather skin and 2 other Win10 Widget skins, "DateTime/DateTime-Large.ini" and "Performance - Combo/Combo.ini".

To change the date format shown in that image you need to edit "DateTime/DateTime-Large.ini" and modify this section:

Code: Select all

[MeasureDate]
; Returns date (day, month date, year).
Measure=Time
Format=%A, %B %d, %Y
OnChangeAction=[!UpdateMeter Date]