💾 Archived View for zvava.org › wiki › rm-tiles.gmi captured on 2023-03-20 at 17:44:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2023-07-10)

🚧 View Differences

-=-=-=-=-=-=-

🏡 go home...

📚 go back...

tiles

thumbnail (tiles.png)

created  2022/09/16
category software

modular grid rainmeter[1] skin with highly customizable tiles

included tiles:

download

about

edit tiles.ini to modify the grid appearance and layout as well as the individual tile settings

edit @Resources/WeatherCOMJson/Variables.inc to change the weather settings (you must use lat/long coordinates)

install the webnowplaying companion for your browser for media controls/display to work

webnowplaying companion (firefox)

webnowplaying companion (chrome)

screenshots

default configuration

light

square

neon

console

additional info

with only this skin loaded rainmeter uses ~1.5% cpu + ~1.5% gpu in the background on a ryzen 5 2600X + gtx 1660ti

the weather tile is implemented using jsmorely's weather.com[2] api parser. in case the weather breaks you can patch the @Resources/WeatherCOMJson/Measures.inc file with the latest WeatherComJSONMeasures.inc from jsmorely. if you need to patch the entirety of Variables.inc too, make sure you multiply UpdateRate by 25, eg. `UpdateRate = (3600 * 25)`. you need to do this since tiles.ini updates at 40ms but the default value expects an update of 1000ms

the cover art tile, title + artist on the visualizer tile, and media control tile all rely on WebNowPlaying[3] to function, please make sure you have the web companion installed for those functions to work, or the webnowplaying extension enabled in spicetify[4]

the hover animations as well some audio tile logic borrow elements from eldog[5] skins

todo

stuff to look forward to in future versions

cites

1. rainmeter

2. jsmorely weather.com skin

3. webnowplaying

4. spicetify webnowplaying instructions

5. eldog's rainmeter repository