Quantcast
Channel: Rainmeter Forums
Browsing all 2008 articles
Browse latest View live

General Discussion • Re: Playlist cover art spotify

Ok, I'll keep in mind, thank you very much.Statistics: Posted by amadis33 — Today, 4:25 am

View Article


Image may be NSFW.
Clik here to view.

Bugs & Feature Suggestions • Re: Retrieving table elements using inline Lua

This is probably not a bug, maybe an omission or a mismatch between what the manual says and what's available in practice...The manual:In practice:Code: function Initialize() t, v = {7}, 5endCode:...

View Article


Image may be NSFW.
Clik here to view.

Site Discussion • Re: Issue with mobile site

I didn't. I set the browser to match the phone settings when it came to the "dark mode", so any site will be displayed like that:Screenshot_20241004_204150_Samsung Internet.jpgOne can do that in...

View Article

Image may be NSFW.
Clik here to view.

General Discussion • Re: looking for simple icon dropdown launcher

I think balala solved the issue though, right?Yes, indeed. Thanks for your respond Statistics: Posted by Rooky_89 — Today, 2:52 pm

View Article

Image may be NSFW.
Clik here to view.

Help: Rainmeter Skins • Re: Problem with YouTube Subs Counter

Hello, Nice Topic is, fits well with a topic of mine . So i will not start a new Topic. So i ask her, is it possible to grab up an information if comes a new Video online from an Youtuber?...

View Article


Image may be NSFW.
Clik here to view.

Help: Rainmeter Skins • Re: Lookaround regex for some help

That's a nice way to combine the power of StringIndex2 and the branch reset group, well done! Thanks. Nek's Substitute version simply removes the unneeded parts from the string. I prefer to use that...

View Article

Site Discussion • Re: New Dark Mode toggle

You don't need to refresh the site really, just go to any other page. Basically click on any link that changes pages. The .html of the page(s) is "static" unless you take some action. For instance,...

View Article

Suites • Re: Mondtholomew - a rewrite of Mond that work

Can't test, but one potential solution would be to keep using the WebNowPlaying plugin and instead configure its extension in the browser, since it has a list of supported sites where it seems like...

View Article


Image may be NSFW.
Clik here to view.

Community Plugins & Addons • Re: Help With Chameleon Plugin

This is a minor annoyance, but I'm quite sure a lot of folks are going to hate it. Microsoft needs to allow you to "hide" this icon, or at least put it in "hidden" area under the caret on the...

View Article


Image may be NSFW.
Clik here to view.

Site Discussion • Re: New Dark Mode toggle

Indeed, good find - thanks! Nice - looks like you already have a reply from the author! Side note: always preferred vanilla Javascript over jQuery though. Yep. And I think I fixed the issue. Try it...

View Article

Image may be NSFW.
Clik here to view.

Help: Rainmeter Skins • Use powershell to create a word docx and open it...

Hello,I found a couple good starting places to do this.This is directly into powershell. line by line it works great: Code: @echo offsetlocalset "wordFile=E:\_Poetry 2024\document.docx"echo Set...

View Article

Help: Rainmeter Skins • Re: Use powershell to create a word docx and open it

The objDoc.Content.Text = "Hello, this is a new Word document." part of the code makes me think maybe you want to start this with a template, in which case, it is much easier to create a Word template...

View Article

Image may be NSFW.
Clik here to view.

Help: Rainmeter Skins • Re: Suppress Debug Log

When Debug is set to 2, it logs a Debug with the path to the created file(something like this: Debug file: C:\Users[USER]\Documents\Rainmeter\Skins\Atom\Weather2\Resources\Generated\LocationCache.txt...

View Article


Image may be NSFW.
Clik here to view.

Featured Plugins & Addons • Re: Using HWiNFO with Rainmeter

Hello again!Just wanted to post a quick update as I managed to get it working (woo!)I previously mentioned that running as an administrator on its own did nothing, and it didn't, but I had a look at...

View Article

Image may be NSFW.
Clik here to view.

Help: Rainmeter Skins • Re: Problem with YouTube Subs Counter

Hi there, i have an question about my mouse leave funktion. We have in the Mouse over this funktion nice [!SetOption Message_YT1 Hidden ([Calc_YT1]>#YT1_Video#?0:1)].Can i get same funktion for...

View Article


Image may be NSFW.
Clik here to view.

System Monitoring • Re: HWiNFO | Resizable Gauges 4.5 [Colorable Gauges!]

Hi! This is my first post, and I would like to use it to give a big thank you to RicardoTM for the great work.Thanks to him I was able to create my first design for a custom sensor panel for my rig....

View Article

Image may be NSFW.
Clik here to view.

Help: Rainmeter Skins • Re: Time Conversions

You can do something like this:Code: [MeasureStringToTime]Measure=TimeTimeStamp=[SomeWebParserChildMeasure]TimeStampFormat=%Y%m%d%H%MDynamicVariables=1Okay, thanks to all of you, I'm beginning to...

View Article


Utilities and Tools • Re: Virtual Desktop Manager For Windows 10/11

Thank you, something very handy!Statistics: Posted by lclon — 1 minute ago

View Article

Help: Rainmeter Skins • Re: Tooltips clip behind Skin when ZPos is set to...

Is there maybe a way I can combat this within the skin itself? The behavior is normal, as both the skin and the "tooltip" will fight to be "always" on top. Your workaround is pretty clever, though as...

View Article

Help: Rainmeter Skins • Re: Get Skin Setting 2

You could try this variant:Code: RegExp=(?siU)(?(?=.*\RLoadOrder)\RLoadOrder=(.*)(?:\R|$))or, without the \R in the lookahead:Code: RegExp=(?siU)(?(?=.*LoadOrder)\RLoadOrder=(.*)(?:\R|$))Similar...

View Article
Browsing all 2008 articles
Browse latest View live