Comments: 20
jiteshs [2021-11-08 18:47:52 +0000 UTC]
π: 0 β©: 1
uniqfox [2020-06-26 03:03:07 +0000 UTC]
π: 1 β©: 0
NoMoreHxney [2019-01-28 08:43:56 +0000 UTC]
Β Managed to get everything to scale down except for the underlying county picture.
π: 0 β©: 0
emike09 [2018-12-27 00:41:22 +0000 UTC]
Excellent work here. Net adapter is showing Ethernet instead of WiFi. I have the instance IDs from Shared Memory Viewer, but I'm not seeing where to update the ini. Thoughts?
π: 0 β©: 2
DigitalRain84 In reply to emike09 [2018-12-29 08:10:00 +0000 UTC]
I posted an update over at X2ui's page. Let me know if any further issues.
π: 0 β©: 0
DigitalRain84 In reply to emike09 [2018-12-28 14:25:09 +0000 UTC]
Yeah, totally borked the wifi related parts of code. I've got it almost working, waiting on some feedback from Rainmeter forums, can't get the meter to completely update properly upon change to wifi. As soon as I have a 100% working fix, I'll let you know.
π: 0 β©: 0
Shtgun321 [2018-12-17 01:34:22 +0000 UTC]
Looks very nice! The radar suite is waay too big though. Anyway to change the size?
π: 0 β©: 1
SparkShredder In reply to DigitalRain84 [2018-12-20 10:31:51 +0000 UTC]
You can scalability related to Screen Height, so that skin automatically fits according to screen size or User Preference... Eg:---
[Rainmeter]
Update=100
DefaultUpdateDivider=10
include =#@#Variables .inc
[Variables]
ScaleWidth=1
ScaleHeight=1
;----------Meter-Styles
@include2=#@#Styles .inc
;----------Skin
[MeasureCPU]
Measure=CPU
MaxValue=100
MinValue=0
[SkinBg]
Meter=Shape
Shape=Rectangle 0,0,(#scalewidth #*#workareawidth #),(#scaleheight #*(4*#screenareaheight #/24+20)) | StrokeWidth 0 | Extend SkinBgFill
SkinBgFill=Fill Color #BackGround #
MouseOverAction=[!SetOption #CurrentSection # #CurrentSection #Fill "Fill Color #HoverGround #"][!HideMeterGroup Graph][!ShowMeterGroup Details][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetOption #CurrentSection # #CurrentSection #Fill "Fill Color #BackGround #"][!HideMeterGroup Details][!ShowMeterGroup Graph][!UpdateMeter *][!Redraw]
Updatedivider=-1
[MeterCPUHisto]
Meter=LINE
MeasureName=MeasureCPU
X=0
Y=0
H#scaleheight #*#ScreenAreaHeight #/5)
W#scalewidth #*#workareawidth #-30)
Updatedivider=2
Group=Graph
AntiAlias=1
[Separate1]
Meter=Shape
Shape=Line (#scalewidth #*#workareawidth #-30),0,(#scalewidth #*#workareawidth #-30),(#scaleheight #*(4*#screenareaheight #/24+20)) | Stroke Color #color2 # | Stroke LinearGradient StrokeGrad
StrokeGrad=270 | 255,0,0,255 ; 0.0 | 254,231,41,255 ; 0.5 | 0,255,0,255 ; 1.0
Group=Graph
[CPUText]
Meter=String
MeterStyle=BorderThin | Font1
MeasureName=MeasureCPU
Text=CPU : %1%
StringAlign=Center
StringEffect=None
FontSize=20
W=0
Anglerad(90))
X#scalewidth #*#workareawidth #)
Y#scaleheight #*(4*#screenareaheight #/24+20)/2)
Group=Graph
;------------------------HOVER-METERs----
Blah blah blah
============
Hope this can help you some way
π: 0 β©: 0
codbarley [2018-12-15 21:42:44 +0000 UTC]
Hidden by Owner
π: 0 β©: 2
DigitalRain84 In reply to codbarley [2018-12-16 17:38:23 +0000 UTC]
As to the website for API Key's, it isn't that difficult. Click the link, Under Current Weather Data, select subscribe. Choose the free option. Yeah, you'll have to create an account, but it is free. To edit it manually, you'll have to open variables.inc.
π: 0 β©: 0
DigitalRain84 In reply to codbarley [2018-12-16 15:47:58 +0000 UTC]
Should be fixed. Apparently not having a value in the variables.inc results in the inability to input values into the settings window. I added default values that will have to be replaced, but it works now. Thanks for the heads up.
π: 0 β©: 0
RavenousV [2018-12-14 20:20:56 +0000 UTC]
Dude, this looks sick on my screen! But I want to make it smaller on my right screen because it takes the whole desktop space. I'm new to rainmeter, so is there any way to scale it down? Also is there and option to make it brighter? My background is a bit greenish and it's hard to see anything. Really cool skin!
Edit: Also can you tell me how to set weather? I tried to do that even with other weather skins but it never worked!
There was a bug but now the weather location setup appeared...
Edit2: Also should I use rainmeter beta or final? I can't find the real difference.
π: 0 β©: 1
DigitalRain84 In reply to RavenousV [2018-12-14 20:43:08 +0000 UTC]
-You can use transformation matrix to scale it each meter. Check out the threads on it over at Rainmeter forums.
-Brighter? Probably not without changing ColorMatrix values in Radar and the various colors of fonts in the configs themselves.
-Occasionally, WX Weather will go down.
-Using Beta is recommended. The difference is subtle, I don't think the current final release as support for MeterContainers, which I used to add a "dot matrix" effect on some text and icon elements.
π: 0 β©: 0
redshine86k [2018-12-13 20:35:57 +0000 UTC]
Hidden by Owner
π: 0 β©: 1
redshine86k In reply to DigitalRain84 [2018-12-15 17:13:23 +0000 UTC]
Works fine for me now
There also seems to be an issue in the settings panel if there is no value in the input boxes for the city and location codes, which don't activates the input box if you click on them.
π: 0 β©: 1