Help: Rainmeter Skins • Re: Canadian Weather
Thanks for the pointers. Funny, but just this morning, they changed their site again. Locations are no longer referenced by city name, but by lat./long. I'm just not up to learning a new API, and then...
View ArticleHelp: Rainmeter Skins • Re: FileView troubles ... again!
Sorry for the late reply (life intervened), but I finally got a change to look over your latest Gamebar.in and have suggestions that should solve most of the issues.First, remove all IconPath=Icon...
View ArticleHelp: Rainmeter Skins • wrong Disk size for OneDrive
Hi there,i've got a problem with the Illustro Disk Skin.In 2022 i configured the disk skin, with 6 drives, and it works.Now i have the problem, the size of OneDrive is showing wrong values.It looks...
View ArticleHelp: Rainmeter Skins • Re: wrong Disk size for OneDrive
Hi there,i've got a problem with the Illustro Disk Skin.In 2022 i configured the disk skin, with 6 drives, and it works.Now i have the problem, the size of OneDrive is showing wrong values.It looks...
View ArticleHelp: Rainmeter Skins • FileView - Preview
I'm trying to get a preview to work, but every attempt yields the wrong path. Could someone help me figure this out please. I don't think the whole skin is required but if so I'll post an rmskin...
View ArticleHelp: Rainmeter Skins • Re: FileView - Preview
Working backwards helped resolve this. It needed escaping the second Variable with [#[#CURRENTSECTION]].Statistics: Posted by sl23 — Yesterday, 1:33 pm
View ArticleHelp: Rainmeter Skins • Re: Weather Skins Not Working
I just can't remember the exact reason why we decided to use a browser user agent for the weather.com skins at the time we were building them. It might have been simply for the "peace of mind" that...
View ArticleHelp: Rainmeter Skins • Re: Time Zone Abbreviation
Thanks, guys. More information that I can soak in all at once.@jsmorley, your weather.com code works just fine here. But how does one automatically get one's current lat./long.? Would it be by parsing...
View ArticleHelp: Rainmeter Skins • Quote Skin: How can I iterate through all lines of a...
1.) So I have patched this quote skin together for my secondary screen and the quotes are displayed randomly from a textfile. But instead of displaying them randomly, I want to modify the script so it...
View ArticleHelp: Rainmeter Skins • Re: Quote Skin: How can I iterate through all lines...
Short version of the answers:1) Lua can make things easier here indeed, but has its flaws in terms of file encoding and it's not absolutely required. You could use a WebParser measure to parse the...
View ArticleHelp: Rainmeter Skins • FileView IconPath!
Dare I ask again! But seeing as my question remained unanswered, I'm attempting to follow this where I can.I'm not trying to be antagonistic either, it's a genuine query that I don't understand.After...
View ArticleHelp: Rainmeter Skins • Re: FileView IconPath!
The original confusion stems from contradictory posts:Yincognito:It's the same icon CONTENTS, it's not the same icon FILE. Like you said, it only makes sense if you want to specify a location, other...
View ArticleHelp: Rainmeter Skins • Help with WebParser showing specific info (RegExp)
Hi guys, I'm currently editing a Rainmeter skin to use as a template and I need some assistance with setting up the Webparser to fetch the "Valor del JUS" from a website...
View ArticleHelp: Rainmeter Skins • Re: Help with WebParser showing specific info (RegExp)
You should only need 1 webparser measure. Try this RegExp line: (?siU).*<div class="cuadro_dest">.*>\$ (.*)</span>.*desde.*<span style="color.*>(.*)</span>It captures...
View ArticleHelp: Rainmeter Skins • Re: MSIAFTERBURNER.dll download
See here:https://forum.rainmeter.net/viewtopic.php?t=44399#p226270Statistics: Posted by Yincognito — Yesterday, 9:39 am
View ArticleHelp: Rainmeter Skins • Re: Scrollbar for Notes from Moxx.Pack
Okay, here are some changes to get draggable scroll bar and color options for paragraphs.moxx3.gifLet me know if you have any questions or concerns. Hi, I was wondering about adding a scrollbar to my...
View ArticleHelp: Rainmeter Skins • Is it possible to toggle a vpn on or off?
I know internet can be releasedBut is it possible to toggle w vpn to avoid endless captcha issue.If it can be done with a plugin that already exists, please forward that to me here. If i can easily...
View ArticleHelp: Rainmeter Skins • Re: Is it possible to toggle a vpn on or off?
I know internet can be releasedBut is it possible to toggle w vpn to avoid endless captcha issue.If it can be done with a plugin that already exists, please forward that to me here. If i can easily...
View ArticleHelp: Rainmeter Skins • Changing text color in one format?
I’m trying to set up a date skin that will display the month name and year in different colors, so it will appear as “MonthName Year” where MonthName is one color and Year is another. If I use two...
View ArticleHelp: Rainmeter Skins • Re: Changing text color in one format?
Code: [Rainmeter]Update=1000DynamicWindowSize=1[MeasureDate]Measure=TimeFormat=%B %#d, %Y[MeterDate]Meter=StringMeasureName=MeasureDateInlineSetting=Color |...
View Article