It is currently March 29th, 2024, 2:01 am

ModernGadgets 1.8.2

A package of skins with a "theme" or by a single author
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Re: ModernGadgets 1.7.0

Post by y0himba »

Now if only the rest of my gadgets supported Chameleon! The color is PERFECT!
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup:
Yelnoc4
Posts: 3
Joined: January 13th, 2021, 9:17 pm

Re: ModernGadgets 1.7.0

Post by Yelnoc4 »

Sadness.... I used the clipboard meter all the time :-(
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Re: ModernGadgets 1.7.0

Post by y0himba »

Okay, I'm having a small code issue. I'm an old truck driver, so bear with me and try not to laugh beyond a bemused chuckle.

To fit the gadgets I want on my desktop, I've had to remove a few things manually since they aren't included in the setup skin.

I didn't need internal IP or in/out speed bits. I only wanted external IP and bytes speed in/out.

Here is what I did:

Code: Select all

; NET IN/OUT

[MeterNetOutBytesCurrentIcon]
Meter=Shape
MeterStyle=StyleArrowIcon | StyleArrowIconInline | StyleDynamicVariables
Extend=Fill Color #colorUpload#

[NetOutBytesCurrent]
Meter=String
MeterStyle=StyleString | StyleStringArrowIconLabel
FontFace=#netInOutFontFace#
Text=#textNetOutBytes#B/s
DynamicVariables=1
Group=NetInOut | NetInOutFontFace

Network In
[MeterNetInBytesCurrentIcon]
Meter=Shape
MeterStyle=StyleArrowIcon | StyleArrowIconInline | StyleDynamicVariables
Extend=Rotate 180 | Fill Color #colorDownload#

[NetInBytesCurrent]
Meter=String
MeterStyle=StyleString | StyleStringArrowIconLabel
FontFace=#netInOutFontFace#
Text=#textNetInBytes#B/s
DynamicVariables=1
Group=NetInOut | NetInOutFontFace

Which ended up like this:
help.jpg
How do I get the bytes in/out on the next line, across from each other? Here is sort of what I am looking for minus the spaces that were left when I removed stuff from the screenshot:
wanted.jpg
Thanks for any help. I saved the original ini as a backup.
You do not have the required permissions to view the files attached to this post.
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup:
User avatar
SilverAzide
Rainmeter Sage
Posts: 2588
Joined: March 23rd, 2015, 5:26 pm

Re: ModernGadgets 1.7.0

Post by SilverAzide »

raiguard wrote: January 29th, 2021, 10:02 pm It's come to my attention that upgrading from v1.6.3 to v1.7.0 breaks weather meter. To fix this, go into the weather meter settings and click one of the radio buttons to set the units, and it will start working again. Sorry about that!

2021-01-29 15_02_18-C__Files_Programs_Rainmeter_Skins_ModernGadgets_WeatherMeter_Settings_WeatherMet.png
Hi raiguard!
Just wanted to let you know there seems to be a minor issue with the sun dial...?
Annotation 2021-01-29 192037.png
You do not have the required permissions to view the files attached to this post.
Gadgets Wiki GitHub More Gadgets...
User avatar
errornosignal
Posts: 1
Joined: January 30th, 2021, 1:27 am

Re: ModernGadgets 1.7.0

Post by errornosignal »

raiguard wrote: January 29th, 2021, 10:02 pm It's come to my attention that upgrading from v1.6.3 to v1.7.0 breaks weather meter. To fix this, go into the weather meter settings and click one of the radio buttons to set the units, and it will start working again. Sorry about that!

2021-01-29 15_02_18-C__Files_Programs_Rainmeter_Skins_ModernGadgets_WeatherMeter_Settings_WeatherMet.png
perfect. that did the trick!
$10 coffee/donation for you on Ko-fi :thumbup:
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA

Re: ModernGadgets 1.7.0

Post by raiguard »

Yelnoc4 wrote: January 30th, 2021, 12:14 am Sadness.... I used the clipboard meter all the time :-(
I removed it because there were some problems I couldn't fix, and Windows 10 has a clipboard history feature built-in. Press Windows + V to use it!
”We are pretty sure that r2922 resolves the regression in resolution caused by a reversion to a revision.” - jsmorley, 2017
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Re: ModernGadgets 1.7.0

Post by y0himba »

raiguard wrote:
SilverAzide wrote:
Can someone tell me what I did wrong editing this ini?
y0himba wrote: January 30th, 2021, 12:20 am Okay, I'm having a small code issue. I'm an old truck driver, so bear with me and try not to laugh beyond a bemused chuckle.

To fit the gadgets I want on my desktop, I've had to remove a few things manually since they aren't included in the setup skin.

I didn't need internal IP or in/out speed bits. I only wanted external IP and bytes speed in/out.

Here is what I did:

Code: Select all

; NET IN/OUT

[MeterNetOutBytesCurrentIcon]
Meter=Shape
MeterStyle=StyleArrowIcon | StyleArrowIconInline | StyleDynamicVariables
Extend=Fill Color #colorUpload#

[NetOutBytesCurrent]
Meter=String
MeterStyle=StyleString | StyleStringArrowIconLabel
FontFace=#netInOutFontFace#
Text=#textNetOutBytes#B/s
DynamicVariables=1
Group=NetInOut | NetInOutFontFace

Network In
[MeterNetInBytesCurrentIcon]
Meter=Shape
MeterStyle=StyleArrowIcon | StyleArrowIconInline | StyleDynamicVariables
Extend=Rotate 180 | Fill Color #colorDownload#

[NetInBytesCurrent]
Meter=String
MeterStyle=StyleString | StyleStringArrowIconLabel
FontFace=#netInOutFontFace#
Text=#textNetInBytes#B/s
DynamicVariables=1
Group=NetInOut | NetInOutFontFace

Which ended up like this:
help.jpg

How do I get the bytes in/out on the next line, across from each other? Here is sort of what I am looking for minus the spaces that were left when I removed stuff from the screenshot:
wanted.jpg

Thanks for any help. I saved the original ini as a backup.
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup:
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA

Re: ModernGadgets 1.7.0

Post by raiguard »

y0himba wrote: January 30th, 2021, 3:32 am Can someone tell me what I did wrong editing this ini?
Try getting rid of StyleArrowIconInline on the first meter.
”We are pretty sure that r2922 resolves the regression in resolution caused by a reversion to a revision.” - jsmorley, 2017
User avatar
y0himba
Posts: 66
Joined: September 25th, 2016, 3:35 pm
Location: At a desk

Re: ModernGadgets 1.7.0

Post by y0himba »

raiguard wrote: January 30th, 2021, 3:54 am Try getting rid of StyleArrowIconInline on the first meter.
Perfect. I'll look up an explanation of StyleArrowIconInline. Thanks!
---
Once up a time there was a now playing signature here. Now it is no more. Maybe someone can make a now playing sig gen for Last.fm? :thumbup:
User avatar
raiguard
Posts: 660
Joined: June 25th, 2015, 7:02 pm
Location: The Sky, USA

Re: ModernGadgets 1.7.0

Post by raiguard »

errornosignal wrote: January 30th, 2021, 1:30 am perfect. that did the trick!
$10 coffee/donation for you on Ko-fi :thumbup:
Thank you so much! I don't drink coffee, but I'll find something useful to do with that. :D
”We are pretty sure that r2922 resolves the regression in resolution caused by a reversion to a revision.” - jsmorley, 2017