It is currently March 28th, 2024, 12:11 pm

Nevermind, I'm a foool~~

Get help with creating, editing & fixing problems with skins
Post Reply
skreenname
Posts: 1
Joined: July 28th, 2010, 7:12 am

Nevermind, I'm a foool~~

Post by skreenname »

I'm using Rainmeter ver 1.2 64-bit, Win7 64-bit, and AVG Free 9.0.


I'm using a modified version of the 10-Foot-HUD weather skin and the left edge is WAAAY too wide/long/far.
The red is where I'd like the weather's boundaries to extend to, the orange is where they currently stop at.


The code:

Code: Select all

[Rainmeter]
10-Foot HUD (White) - Created by Stephen R Gibson, based on MoxaWeather.

;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
;Find your weather code at Weather.com (like UKXX0296 below) and replace the one in this URL.
;To have the temperature display in Farenheit, delete "&unit=m" from the URL.
URL=http://xoap.weather.com/weather/local/UKXX0296?cc=*&unit=m&dayf=6
Font=rockwell

------------------------------------MEASURES-------------------------------------------

[MeasureWeatherRSS]
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
Url=http://xml.weather.com/weather/local/USGA0305?cc=*&dayf=6
RegExp="(?siU)<weather ver="(.*)">(.*)<tmp>(.*)</tmp>(.*)<t>(.*)</t>(.*)<icon>(.*)</icon>(.*)<day d="1" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="2" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)<day d="3" t="(.*)" dt="(.*)">(.*)<hi>(.*)</hi>(.*)<low>(.*)</low>(.*)<icon>(.*)</icon>(.*)<t>(.*)</t>(.*)"
StringIndex=1

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

[MeasureWeatherDesc]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureWeatherRSS]
StringIndex=5
Substitute="Fair":"FAIR","Cloudy":"CLOUDY","Showers in the Vicinity":"SHOWERS","Partly":"PARTLY","Mostly":"MOSTLY","Fog":"FOG","Clouds":"CLOUDS","Light":"LIGHT","Rain":"RAIN","Sunny":"SUNNY","Clear":"CLEAR"

-------------------------------------METERS--------------------------------------------

[MeterBG]
Meter=IMAGE
X=0
Y=0
W=120
H=170
SolidColor=0, 0, 0, 1

[MeterTemp]
MeasureName=MeasureWeatherTemp
Meter=STRING
X=550
Y=8
FontColor=255,255,255,100
StringStyle=NORMAL
FontSize=16
StringAlign=RIGHT
StringStyle=BOLD
FontFace=GAU_Font_Root
Antialias=1
Prefix="00"
Postfix="  GUNDAM "

[MeterDesc]
MeasureName=MeasureWeatherDesc
Meter=STRING
X=550
Y=30
FontColor=255,255,255,100
FontSize=12
StringAlign=RIGHT
StringStyle=BOLD
FontFace=GAU_Font_Root
Antialias=1

Please tell me what I'm doing wrong or not noticing.
I'd really rather not make it a click-through skin if I can help it.
This is my 4th or 5th skin so far and I've only really done very simple modifications (Font size/ color mostly) until now.
It's got me stumped~


It turns out the 'wonderfest' thing is just broken.
Silly me~
Post Reply