It is currently May 29th, 2023, 10:37 pm

Weather Skins Not Working

Get help with creating, editing & fixing problems with skins
mhashir
Posts: 2
Joined: April 10th, 2023, 10:47 am

Re: Weather Skins Not Working

Post by mhashir »

weather widget is not working it is showing dot instead of widget for Mond theme


please see the attachment can you provide the full code


Code: Select all

[Rainmeter]
Update=1000
Author=- HipHopium-
BackgroundMode=2
SolidColor=0,0,0,1


[Variables]
@include=#@#Variables.inc
@include2=#@#Language\#Language#.inc

;-------------------------------------------------------------
;-------------------------------------------------------------

[StyleWeather]
StringAlign=Center
FontColor=#FontColor#
FontFace=#FontFace#
AntiAlias=1

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeasureWeather]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=http://wxdata.weather.com/weather/local/#Location#?cc=*&unit=#Unit#&dayf=1
RegExp="(?siU).*<cc>.*<tmp>(.*)</tmp>.*<t>(.*)</t>.*<icon>(.*)</icon>"
UpdateRate=1800

[MeasureWeatherTemp]
Measure=Plugin
Plugin=WebParser
Url=[MeasureWeather]
StringIndex=1

[MeasureWeatherIcon]
Measure=Plugin
Plugin=WebParser
Url=[MeasureWeather]
StringIndex=3

;-------------------------------------------------------------
;-------------------------------------------------------------

[WeatherIcon]
Meter=Image
MeasureName=MeasureWeatherIcon
ImagePath=#@#WeatherIcons
X=0
Y=0
W=100
H=100
AntiAlias=1
ImageTint=#FontColor#

[WeatherTemp]
Meter=String
MeasureName=MeasureWeatherTemp
MeterStyle=StyleWeather
FontSize=12
X=105
Y=45
W=50
H=50
Text=%1°
AntiAlias=1
You do not have the required permissions to view the files attached to this post.
Last edited by SilverAzide on April 10th, 2023, 11:43 am, edited 1 time in total.
User avatar
Yincognito
Rainmeter Sage
Posts: 5337
Joined: February 27th, 2015, 2:38 pm
Location: Terra Yincognita

Re: Weather Skins Not Working

Post by Yincognito »

mhashir wrote: April 10th, 2023, 10:54 am weather widget is not working it is showing dot instead of widget for Mond theme
please see the attachment can you provide the full code
This has been discussed already. I doubt anyone will provide the full code you ask because we either don't use the same skin or we don't do skin requests, especially since it's normally the job of the original skin developer to maintain it.

That being said, it seems that someone thought of doing what you wanted for this particular skin, see the rewritten version of Mond. Hope that helps! ;-)
Profiles: Rainmeter ProfileDeviantArt Profile ◆ Suites: MYiniMeter ◆ Skins: Earth
mhashir
Posts: 2
Joined: April 10th, 2023, 10:47 am

Re: Weather Skins Not Working

Post by mhashir »

Thanks chuti
Lord Vegan
Posts: 1
Joined: April 16th, 2023, 6:40 pm

Re: Weather Skins Not Working

Post by Lord Vegan »

If it has not been answered. I had the same issue with a yahoo.com based weather skin. The following skin works very well.

https://www.deviantart.com/xenium-art/art/Weather-Station-HD-UPDATED-10-DEC-2022-777522208

It is weather.com based.

The older version does not work, but this was updated in December.