It is currently December 1st, 2023, 7:41 am

Russian Win10 Widget Weather

Weather skins
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5230
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Russian Win10 Widget Weather

Post by eclectic-tech »

theneon wrote: November 6th, 2023, 5:11 pm If you're talking about the Variables.inc file, that's the only place I found the latitude and longitude. What should the code in this file look like then?
This is my entire '#@#Variables.inc' code:

Code: Select all

; ========================================================================
[Variables]

; Use only 1 set of Lat/Long for your lcation
  
; Moscow
Latitude=57.22069724
Longitude=60.09278655

; St Petersburg
; Latitude=59.925099
; Longitude=30.317483

; Veronezh Oblast
; Latitude=51.70839806
; Longitude=39.13831246

; Vladivostok
; Latitude=43.13642774371022
; Longitude=131.90688332600993

; Astana
; Latitude=51.24995365982333
; Longitude=71.4119856949788

; Petrozavodsk
; Latitude=61.86445088407449
; Longitude=34.32714758219966

; ========================================================================
; Do NOT change this file unless you are sure you know what you are doing !!!
; ========================================================================
URL=https://yandex.ru/pogoda/novouralsk?utm_source=serp&utm_campaign=helper&utm_medium=desktop&utm_content=helper_desktop_main&utm_term=title&ysclid=lmzvmwc43e255900449&lat=#Latitude#&lon=#Longitude#

DateFormat=%#d %h
TimeFormat=%H:%M

theneon wrote: November 6th, 2023, 5:11 pmAnd my time is not displayed correctly yet.

{image clipped}
Setting the TimeFormat variable in the above file should help, but you may need to add OnRefreshAction=[!UpdateMeasureGroup Time][!UpdateMeter *][!Redraw] to the [Rainmeter] section of your skin.

If you are still having problems, please post the entire code for your weather skin, so I can look for any issues. :???:
theneon
Posts: 7
Joined: September 27th, 2023, 10:12 pm

Re: Russian Win10 Widget Weather

Post by theneon »

eclectic-tech wrote: November 6th, 2023, 8:03 pm This is my entire '#@#Variables.inc' code:

Code: Select all

; ========================================================================
[Variables]

; Use only 1 set of Lat/Long for your lcation
  
; Moscow
Latitude=57.22069724
Longitude=60.09278655

; St Petersburg
; Latitude=59.925099
; Longitude=30.317483

; Veronezh Oblast
; Latitude=51.70839806
; Longitude=39.13831246

; Vladivostok
; Latitude=43.13642774371022
; Longitude=131.90688332600993

; Astana
; Latitude=51.24995365982333
; Longitude=71.4119856949788

; Petrozavodsk
; Latitude=61.86445088407449
; Longitude=34.32714758219966

; ========================================================================
; Do NOT change this file unless you are sure you know what you are doing !!!
; ========================================================================
URL=https://yandex.ru/pogoda/novouralsk?utm_source=serp&utm_campaign=helper&utm_medium=desktop&utm_content=helper_desktop_main&utm_term=title&ysclid=lmzvmwc43e255900449&lat=#Latitude#&lon=#Longitude#

DateFormat=%#d %h
TimeFormat=%H:%M

Setting the TimeFormat variable in the above file should help, but you may need to add OnRefreshAction=[!UpdateMeasureGroup Time][!UpdateMeter *][!Redraw] to the [Rainmeter] section of your skin.

If you are still having problems, please post the entire code for your weather skin, so I can look for any issues. :???:
The time began to show correctly after reinstallation, but a new problem appeared, now all the values ​​​​stick together, what should I do?)

Image
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5230
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Russian Win10 Widget Weather

Post by eclectic-tech »

theneon wrote: November 19th, 2023, 5:30 pm The time began to show correctly after reinstallation, but a new problem appeared, now all the values ​​​​stick together, what should I do?)

Image
Updated to V 1.2023.11.20
- Modified the variant skins for better spacing and positioning.
Win10Weather~Russian-11-20.png
Download the updated package in the first post.
You do not have the required permissions to view the files attached to this post.
theneon
Posts: 7
Joined: September 27th, 2023, 10:12 pm

Re: Russian Win10 Widget Weather

Post by theneon »

eclectic-tech wrote: November 20th, 2023, 1:26 pm Updated to V 1.2023.11.20
- Modified the variant skins for better spacing and positioning.
Win10Weather~Russian-11-20.png
Download the updated package in the first post.
Thank you, you are a guru)))