It is currently April 18th, 2024, 4:51 am

Weather Skins Not Working

Get help with creating, editing & fixing problems with skins
vijayFH
Posts: 79
Joined: April 18th, 2009, 9:50 am
Location: Germany

Re: Weather Skins Not Working

Post by vijayFH »

Hi balala

The translation is finish, i have send you a PM.

If i have forgotton something, please let me know.



Hi Yincognito
But neither the modificated sidebar or the vista rainbar weather actually works, right?
yes on both also sidebar and vista rainbar the weather did not working.

Look at the pic please you will see it.

Lg
vijay
You do not have the required permissions to view the files attached to this post.
Der Computer ist die logische Weiterentwicklung
des Menschen: Intelligenz ohne Moral.
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Weather Skins Not Working

Post by balala »

vijayFH wrote: July 21st, 2021, 1:43 pm The translation is finish, i have send you a PM.

If i have forgotton something, please let me know.
Thank you extremely much vijay. I downloaded it and now testing, but everything seems to be alright. Hope there is nothing forgotten.
vijayFH
Posts: 79
Joined: April 18th, 2009, 9:50 am
Location: Germany

Re: Weather Skins Not Working

Post by vijayFH »

Hi blala

it was me a honor to help you, and if i have forgot something, please let me know.

Please let me know, when you have update Mirage project.

Lg
vijay
Der Computer ist die logische Weiterentwicklung
des Menschen: Intelligenz ohne Moral.
User avatar
balala
Rainmeter Sage
Posts: 16143
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Weather Skins Not Working

Post by balala »

vijayFH wrote: July 21st, 2021, 7:24 pm Please let me know, when you have update Mirage project.
Alright. As said I want to add your translation, this is the next step. The scaling will be added later, there is much work with it and this takes much time.
vijayFH
Posts: 79
Joined: April 18th, 2009, 9:50 am
Location: Germany

Re: Weather Skins Not Working

Post by vijayFH »

Hi balala

there is much work with it and this takes much time.
Yes, you have start a project, and one day you will finish with it. be patient :thumbup:

Lg
vijay
Der Computer ist die logische Weiterentwicklung
des Menschen: Intelligenz ohne Moral.
vijayFH
Posts: 79
Joined: April 18th, 2009, 9:50 am
Location: Germany

Re: Weather Skins Not Working

Post by vijayFH »

Hi to all,

Is it possible to bring this Weather Skin back to life? Weather is not working. :(

I don't know my way around, I would be very happy if someone could help me.

This is the City, where i live. https://www.yahoo.com/news/weather/germany/hesse/langen-670056


Lg
vijay

Code: Select all

[Metadata]
Name=Weather Gadget #3 | Style 1+
Config=Vista Rainbar | Weather | 3
Description=Shows a 3-day forecast in addition to the current weather conditions.
Instructions=Set your Weather codes to show your location using the configuration tool.
Version=4.6.0.2
Tags=Gadget | Vista Rainbar | Weather
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Preview=#SKINSPATH#Vista Rainbar\img\Preview.png

[Rainmeter]
MouseActionCursor=0
Author=legace@inbox.com
AppVersion=1001000
BackgroundMode=0
Update=1000
MouseOverAction=!execute [!RainmeterShowMeter Menu][!RainmeterShowMeter Set][!RainmeterShowMeter More][!RainmeterShowMeter Close][!RainmeterShowMeter Plus][!RainmeterRedraw]
MouseLeaveAction=!execute [!RainmeterHideMeter Menu][!RainmeterHideMeter Set][!RainmeterHideMeter More][!RainmeterHideMeter Close][!RainmeterHideMeter Plus][!RainmeterRedraw]

;[Variables]
;City3=Greifswald
;State3=DE
;Zip3=GMXX0148
Unit=c
Unit2=f
Palmtree=N
@Include=..\settings.inc
FontName=Segoe UI
TxtColor=255,255,255
ShwColor=0,0,0
TxtColor2=255,255,255,160

###

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=http://yahoowidget.weather.com/weather/local/#Zip3#?cc=*&prod=bd_select&par=yahoowidgetxml&dayf=4&unit=#Unit2#
RegExp="(?siU)<weather ver="(.*)">.*<sunr>(.*)</sunr>.*<suns>(.*)</suns>.*<zone>(.*)</zone>.*<cc>.*<tmp>(.*)</tmp>.*<t>(.*)</t>.*<icon>(.*)</icon>.*<moon>.*<t(.*)/t>.*<hi>(.*)</hi>.*<low>(.*)</low>.*<day d="1" t="(.*)".*">.*<hi>(.*)</hi>.*<low>(.*)</low>.*<icon>(.*)</icon>.*<day d="2" t="(.*)".*">.*<hi>(.*)</hi>.*<low>(.*)</low>.*<icon>(.*)</icon>.*<day d="3" t="(.*)".*">.*<hi>(.*)</hi>.*<low>(.*)</low>.*<icon>(.*)</icon>.*"
StringIndex=1

[MeasureNA]
Measure=Calc
Formula=(MeasureWeatherRSS-1)
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterHideMeter NA][!RainmeterRedraw]
IfBelowValue=0
IfBelowAction=!Execute [!RainmeterShowMeter NA][!RainmeterRedraw]

[MeasureSunR]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=2

[MeasureSunS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=3

[MeasurePhase]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=8
Substitute=">":"..\img\","<":"+.png"

[MeasureIconDef]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=7

[MeasureIcon]
Measure=CALC
Formula=99000088 + (MeasureIconDef*1000)
Substitute="990":"..\img\","088":"+.png"

[MeasureTime]
Measure=Time
Format=%H
TimeZone=0
DaylightSavingTime=0

[MeasureZone]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=4

[MeasureBlack]
Measure=Calc
Formula=((MeasureTime + MeasureZone) < MeasureSunR) || ((MeasureTime + MeasureZone) > (MeasureSunS + 12)) ? (1) : (-1)
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Black][!RainmeterHideMeter Blue][!RainmeterShowMeter BlackDeco][!RainmeterHideMeter BlueDeco][!RainmeterRedraw]
IfBelowValue=0
IfBelowAction=!Execute [!RainmeterHideMeter Black][!RainmeterShowMeter Blue][!RainmeterHideMeter BlackDeco][!RainmeterShowMeter BlueDeco][!RainmeterRedraw]

[MeasureOrange]
Measure=Calc
Formula=((MeasureTime + MeasureZone) = MeasureSunR) || ((MeasureTime + MeasureZone) = (MeasureSunS + 12)) ? (1) : (-1)
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Orange][!RainmeterShowMeter OrangeDeco][!RainmeterRedraw]
IfBelowValue=0
IfBelowAction=!Execute [!RainmeterHideMeter Orange][!RainmeterHideMeter OrangeDeco][!RainmeterRedraw]

[MeasureOrange2]
Measure=Calc
Formula=(((MeasureTime + MeasureZone) < MeasureSunR) || ((MeasureTime + MeasureZone) > (MeasureSunS + 12))) || ((MeasureIconDef = 29) || (MeasureIconDef = 30) || (MeasureIconDef = 31) || (MeasureIconDef = 32) || (MeasureIconDef = 33) || (MeasureIconDef = 34) || (MeasureIconDef = 36) || (MeasureIconDef = 37) || (MeasureIconDef = 39) || (MeasureIconDef = 44)) ? (1) : (-1)
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterHideMeter Orange2][!RainmeterRedraw]
IfBelowValue=0
IfBelowAction=!Execute [!RainmeterShowMeter Orange2][!RainmeterRedraw]

[MeasureEtoiles]
Measure=Calc
Formula=(((MeasureTime + MeasureZone) < MeasureSunR) || ((MeasureTime + MeasureZone) > (MeasureSunS + 12))) && ((MeasureIconDef = 27) || (MeasureIconDef = 29) || (MeasureIconDef = 31) || (MeasureIconDef = 33) || (MeasureIconDef = 34) || (MeasureIconDef = 45) || (MeasureIconDef = 46) || (MeasureIconDef = 47)) ? (1) : (-1)
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Etoiles][!RainmeterRedraw]
IfBelowValue=0
IfBelowAction=!Execute [!RainmeterHideMeter Etoiles][!RainmeterRedraw]

[MeasureMoon]
Measure=Calc
Formula=(((MeasureTime + MeasureZone) < MeasureSunR) || ((MeasureTime + MeasureZone) > (MeasureSunS + 12))) && ((MeasureIconDef=31) || (MeasureIconDef=32) || (MeasureIconDef=33) || (MeasureIconDef=34) || (MeasureIconDef=36)) ? (1) : (-1)
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Moon][!RainmeterRedraw]
IfBelowValue=0
IfBelowAction=!Execute [!RainmeterHideMeter Moon][!RainmeterRedraw]

[MeasureSun]
Measure=Calc
Formula=(((MeasureTime + MeasureZone) > (MeasureSunR - 1)) && ((MeasureTime + MeasureZone) < (MeasureSunS + 13))) && ((MeasureIconDef=31) || (MeasureIconDef=32) || (MeasureIconDef=33) || (MeasureIconDef=34) || (MeasureIconDef=36)) ? (1) : (-1)
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Sun][!RainmeterRedraw]
IfBelowValue=0
IfBelowAction=!Execute [!RainmeterHideMeter Sun][!RainmeterRedraw]

[MeasureSky]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=6

[MeasureTemp]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5

[MeasureTempMax]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=9

[MeasureTempMin]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=10

[MeasureWeatherDate1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=11

[MeasureWeatherTemp1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=12

[MeasureWeatherTempMin1]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=13

[MeasureWeatherIcon1Def]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=14

[MeasureWeatherIcon1]
Measure=CALC
Formula=99000088 + (MeasureWeatherIcon1Def*1000)
Substitute="990":"..\img\","088":"sm.png"

[MeasureWeatherDate2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=15

[MeasureWeatherTemp2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=16

[MeasureWeatherTempMin2]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=17

[MeasureWeatherIcon2Def]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=18

[MeasureWeatherIcon2]
Measure=CALC
Formula=99000088 + (MeasureWeatherIcon2Def*1000)
Substitute="990":"..\img\","088":"sm.png"

[MeasureWeatherDate3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=19

[MeasureWeatherTemp3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=20

[MeasureWeatherTempMin3]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=21

[MeasureWeatherIcon3Def]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=22

[MeasureWeatherIcon3]
Measure=CALC
Formula=99000088 + (MeasureWeatherIcon3Def*1000)
Substitute="990":"..\img\","088":"sm.png"

###

[Black]
Meter=IMAGE
ImageName=..\img\Black+.png
Hidden=1

[Blue]
Meter=IMAGE
ImageName=..\img\Blue+.png
Hidden=1

[Orange]
Meter=IMAGE
ImageName=..\img\Orange+.png
Hidden=1

[Orange2]
Meter=IMAGE
ImageName=..\img\Gray+.png
Hidden=1

[Etoiles]
Meter=IMAGE
ImageName=..\img\Etoiles+.png
Hidden=1

[Moon]
Meter=IMAGE
MeasureName=MeasurePhase
Hidden=1

[Sun]
Meter=IMAGE
ImageName=..\img\Sun+.png
Hidden=1

[Icon]
MeasureName=MeasureIcon
Meter=IMAGE

[BlackDeco]
Meter=IMAGE
ImageName=..\img\BlackDeco#Palmtree#+.png
Hidden=1

[BlueDeco]
Meter=IMAGE
ImageName=..\img\BlueDeco#Palmtree#+.png
Hidden=1

[OrangeDeco]
Meter=IMAGE
ImageName=..\img\OrangeDeco#Palmtree#+.png
Hidden=1

[Colonne]
Meter=IMAGE
X=89
Y=108
H=45
W=1
SolidColor=0,0,0,160

[Colonne2]
Meter=IMAGE
X=1r
Y=0r
H=45
W=1
SolidColor=255,255,255,60

[Colonne3]
Meter=IMAGE
X=77r
Y=0r
H=45
W=1
SolidColor=0,0,0,160

[Colonne4]
Meter=IMAGE
X=1r
Y=0r
H=45
W=1
SolidColor=255,255,255,60

[Ligne]
Meter=IMAGE
X=14
Y=47r
H=1
W=228
SolidColor=0,0,0,160

[Ligne2]
Meter=IMAGE
X=0r
Y=1r
H=1
W=228
SolidColor=255,255,255,60

[Title1]
MeasureName=MeasureWeatherRSS
Meter=STRING
X=241
Y=76
H=20
W=220
FontColor=#ShwColor#
StringStyle=BOLD
FontSize=10
StringAlign=RIGHT
Clipstring=1
FontFace=#FontName#
Antialias=1
Text=#City3#, #State3#

[Title]
MeasureName=MeasureWeatherRSS
Meter=STRING
X=1r
Y=-1r
H=20
W=220
FontColor=#TxtColor#
StringStyle=BOLD
FontSize=10
StringAlign=RIGHT
Clipstring=1
FontFace=#FontName#
Antialias=1
Text=#City3#, #State3#
LeftMouseDownAction=http://weather.yahoo.com/forecast/#Zip3#_#Unit#.html
MouseActionCursor=1

[TempShadow]
MeasureName=MeasureTemp
Meter=STRING
X=246
Y=5
FontColor=#ShwColor#
StringStyle=NORMAL
FontSize=25
StringAlign=RIGHT
FontFace=#FontName#
Antialias=1
Postfix=°

[Temp]
MeasureName=MeasureTemp
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
StringStyle=NORMAL
FontSize=25
StringAlign=RIGHT
FontFace=#FontName#
Antialias=1
Postfix=°

[Sky]
MeasureName=MeasureSky
Meter=STRING
X=241
Y=42
FontColor=#ShwColor#
StringStyle=BOLD
FontSize=9
StringAlign=RIGHT
FontFace=#FontName#
Antialias=1

[Sky2]
MeasureName=MeasureSky
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
StringStyle=BOLD
FontSize=9
StringAlign=RIGHT
FontFace=#FontName#
Antialias=1

[TempMinMaxShadow]
MeasureName=MeasureTempMin
MeasureName2=MeasureTempMax
Meter=STRING
X=241
Y=57
FontColor=#ShwColor#
StringStyle=NORMAL
FontSize=9
StringAlign=RIGHT
FontFace=#FontName#
Antialias=1
Text=%1°   -   %2°

[TempMinMax]
MeasureName=MeasureTempMin
MeasureName2=MeasureTempMax
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
StringStyle=NORMAL
FontSize=9
StringAlign=RIGHT
FontFace=#FontName#
Antialias=1
Text=%1°   -   %2°

[Icon1]
MeasureName=MeasureWeatherIcon1
Meter=IMAGE
X=44
Y=120
W=42
H=34

[TempMin1Shw]
MeasureName=MeasureWeatherTempMin1
Meter=STRING
X=16
Y=137
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1
Postfix=°

[TempMin1]
MeasureName=MeasureWeatherTempMin1
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1
Postfix=°

[Temp1Shw]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=16
Y=121
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#FontName#
Antialias=1
Postfix=°

[Temp1]
MeasureName=MeasureWeatherTemp1
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#FontName#
Antialias=1
Postfix=°

[Date1Shw]
MeasureName=MeasureWeatherDate1
Meter=STRING
X=16
Y=103
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1

[Date1]
MeasureName=MeasureWeatherDate1
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1

[Icon2]
MeasureName=MeasureWeatherIcon2
Meter=IMAGE
X=121
Y=120
W=42
H=34

[TempMin2Shw]
MeasureName=MeasureWeatherTempMin2
Meter=STRING
X=94
Y=137
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1
Postfix=°

[TempMin2]
MeasureName=MeasureWeatherTempMin2
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1
Postfix=°

[Temp2Shw]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=94
Y=121
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#FontName#
Antialias=1
Postfix=°

[Temp2]
MeasureName=MeasureWeatherTemp2
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#FontName#
Antialias=1
Postfix=°

[Date2Shw]
MeasureName=MeasureWeatherDate2
Meter=STRING
X=94
Y=103
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1

[Date2]
MeasureName=MeasureWeatherDate2
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1

[Icon3]
MeasureName=MeasureWeatherIcon3
Meter=IMAGE
X=198
Y=120
W=42
H=34

[TempMin3Shw]
MeasureName=MeasureWeatherTempMin3
Meter=STRING
X=171
Y=137
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1
Postfix=°

[TempMin3]
MeasureName=MeasureWeatherTempMin3
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1
Postfix=°

[Temp3Shw]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=171
Y=121
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#FontName#
Antialias=1
Postfix=°

[Temp3]
MeasureName=MeasureWeatherTemp3
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=BOLD
FontFace=#FontName#
Antialias=1
Postfix=°

[Date3Shw]
MeasureName=MeasureWeatherDate3
Meter=STRING
X=171
Y=103
FontColor=#ShwColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1

[Date3]
MeasureName=MeasureWeatherDate3
Meter=STRING
X=1r
Y=-1r
FontColor=#TxtColor#
FontSize=9
StringAlign=LEFT
StringStyle=NORMAL
FontFace=#FontName#
Antialias=1

[NA]
Meter=IMAGE
ImageName=..\img\NA+.png
Hidden=1

[Site]
Meter=STRING
X=16
Y=155
FontColor=#TxtColor2#
StringStyle=NORMAL
FontSize=9
StringAlign=LEFT
FontFace=#FontName#
Antialias=1
Text=© Yahoo! Weather

###

[Menu]
Meter=IMAGE
ImageName=..\..\img\MenuXMSR.png
X=260
Y=0
Hidden=1

[Close]
Meter=BUTTON
ButtonImage=..\..\img\Close.png
X=260
Y=0
ButtonCommand=!RainmeterDeactivateConfig
Hidden=1

[Plus]
Meter=BUTTON
ButtonImage=..\..\img\Minus.png
X=260
Y=21
ButtonCommand=!Execute [!RainmeterActivateConfig "Vista Rainbar\Weather\3" "1.ini"][!RainmeterRefresh]
Hidden=1

[Set]
Meter=BUTTON
ButtonImage=..\..\img\Settings.png
X=260
Y=42
ButtonCommand=!Execute ["#SKINSPATH#Vista Rainbar\Weather\WeatherConfig.exe"]
Hidden=1

[More]
Meter=BUTTON
ButtonImage=..\..\img\More.png
X=260
Y=63
ButtonCommand=!RainmeterActivateConfig "Vista Rainbar\Weather\3" "2+.ini"
Hidden=1
Der Computer ist die logische Weiterentwicklung
des Menschen: Intelligenz ohne Moral.
User avatar
death.crafter
Rainmeter Sage
Posts: 1399
Joined: April 24th, 2021, 8:13 pm

Re: Weather Skins Not Working

Post by death.crafter »

vijayFH wrote: July 22nd, 2021, 2:51 pm Hi to all,

Is it possible to bring this Weather Skin back to life? Weather is not working. :(

I don't know my way around, I would be very happy if someone could help me.

This is the City, where i live. https://www.yahoo.com/news/weather/germany/hesse/langen-670056


Lg
vijay
From !RainmeterShowMeter I can guess that it's from around a very very old time, like pre-historic Rainmeter age. I wouldn't recommend editing it.

If you want to replicate it and make another skin, you can try that by learning the Ways of Rainmeter. And we are are here to help you with that.

So you can start from the very beginning of this thread.
from the Realm of Death
User avatar
SilverAzide
Rainmeter Sage
Posts: 2602
Joined: March 23rd, 2015, 5:26 pm

Re: Weather Skins Not Working

Post by SilverAzide »

vijayFH wrote: July 22nd, 2021, 2:51 pm Hi to all,
Is it possible to bring this Weather Skin back to life? Weather is not working. :(
I don't know my way around, I would be very happy if someone could help me.
This is the City, where i live. https://www.yahoo.com/news/weather/germany/hesse/langen-670056

Lg
vijay
As death.crafter wrote, this Yahoo-based skin is ancient history. If you want to bring it to life again, Eclectic-Tech created a set of templates you can drop in to create/re-create a Yahoo-based weather skin. Get is here: Yahoo.com - weather.com alternative.

You'd be much better off rebuilding this skin to use weather.com. Yahoo is a really crappy weather source now; they only update their weather every hour (at a minimum), whereas TWC updates every 10-15 minutes. So Yahoo weather is wildly out of sync with reality. Your best option is using JSMorley's TWC templates here: Weather.com - Parsing the V3 JSON - NEW!.

Eclectic-Tech created a step-by-step guide on how to use the templates (Yahoo or TWC) to build a weather skin: Step-by-Step Basic Weather Skin Tutorial. You can use the guide to retrofit your skin to use the new templates.
Gadgets Wiki GitHub More Gadgets...
User avatar
Yincognito
Rainmeter Sage
Posts: 7120
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Weather Skins Not Working

Post by Yincognito »

SilverAzide wrote: July 22nd, 2021, 4:24 pm As death.crafter wrote, this Yahoo-based skin is ancient history. If you want to bring it to life again, Eclectic-Tech created a set of templates you can drop in to create/re-create a Yahoo-based weather skin. Get is here: Yahoo.com - weather.com alternative.

You'd be much better off rebuilding this skin to use weather.com. Yahoo is a really crappy weather source now; they only update their weather every hour (at a minimum), whereas TWC updates every 10-15 minutes. So Yahoo weather is wildly out of sync with reality. Your best option is using JSMorley's TWC templates here: Weather.com - Parsing the V3 JSON - NEW!.

Eclectic-Tech created a step-by-step guide on how to use the templates (Yahoo or TWC) to build a weather skin: Step-by-Step Basic Weather Skin Tutorial. You can use the guide to retrofit your skin to use the new templates.
Actually, bar the tutorial, I did mention both variants here, but, you know... didn't get any feedback that they were checked out, not to mention that at the moment the request was about replacing other icons.

I'll try showing some basic "beginning" to what such a rebuild would look like, now that the OP actually knows which skin he wants to use (this was an unknown quantity up until now, with about 3 or 4 skins being potential candidates).
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth
User avatar
Yincognito
Rainmeter Sage
Posts: 7120
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Weather Skins Not Working

Post by Yincognito »

death.crafter wrote: July 22nd, 2021, 4:03 pmI can guess that it's from around a very very old time, like pre-historic Rainmeter age
Rainmeter version 0.14.15474 (sorry, that was another skin having the same name, version 1.2), to be precise... :Whistle
Profiles: Rainmeter ProfileDeviantArt ProfileSuites: MYiniMeterSkins: Earth