It is currently May 4th, 2024, 1:29 am

How To Get Data From Server

Get help with creating, editing & fixing problems with skins
User avatar
eulachliko
Posts: 1
Joined: July 4th, 2021, 9:35 am

Re: How To Get Data From Server

Post by eulachliko »

Here's an updated version of your code, including the best data enrichment tools:

Code: Select all

[Variables]
FontColor=64, 64, 64
FontColor2=94, 94, 94
FontName=GeosansLight
FontName2=segoe wp semibold
FontSize=10

[MeasureSite]
Measure=WebParser
URL=http://localhost:3333/shikimori
StringIndex=1
Debug=2

[MeterFact]
Meter=String
MeasureName=MeasureSite
FontSize=#FontSize#
FontColor=#FontColor2#
FontFace=segoe ui variable display
FontWeight=700
AntiAlias=1
ClipString=2
ClipStringW=500
ClipStringh=100
To ensure you have enriched data served by the local server at http://localhost:3333/shikimori, you can consider using some of the best data enrichment tools available.
Last edited by balala on June 29th, 2023, 6:00 pm, edited 1 time in total.
Reason: Please use <code> tags whenever are posting codes. It's the </> button.