Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 789

Mystical letter B

$
0
0
I have a code, in one widget this letter B is not present, but in another it is, and the code is similar, it is not an entity because there is no font attached to it, the problem is not in the font. I checked a lot of options, jpt chat didn't help bitch

Code 1
[Rainmeter]
Update=1000
AccurateText=1

[Metadata]
Name=NothingOS
Author=XLSTWAVE
Information=Weather widget white number 1
Version=1.0
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0

[Variables]
FontColor=89888a
APIKey=3250388b47cd33e49672d37a0d02b931
; 'metric' for Celsius, 'imperial' for Fahrenheit
Unit=metric
; You can find your Latitude and Longitude here, https://www.latlong.net/
Latitude=43.3552
Longitude=77.4525
; Weather URL
URL=https://api.openweathermap.org/data/2.5/weather?lat=#Latitude#&lon=#Longitude#&units=#Unit#&appid=#APIKey#

[WidgetContainer]
Meter=Shape
Shape=Rectangle 0,0,200,200,30,30 | StrokeWidth 0 | Fill Color FFFFF
Padding=10,10,10,10

[Unit]
Measure=String
String=#Unit#
RegExpSubstitute=1
Substitute="metric":"°C","imperial":"°F"

[Weather]
Measure=WebParser
URL=#URL#
UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
RegExp=(?siU)\{.*"weather":\[\{.*"main":(.*),.*"description":(.*),"icon":(.*)\}\].*"main":\{.*"temp":(.*),.*"feels_like":(.*),.*"temp_min":(.*),.*"temp_max":(.*),.*"pressure":(.*),.*"humidity":(.*)\}.*"visibility":(.*),.*"wind":\{.*"speed":(.*),.*"deg":(.*),.*"gust":(.*)\}.*"clouds":\{.*"all":(.*)\}.*"dt":(.*),.*"sys":\{.*"country":(.*),.*"sunrise":(.*),.*"sunset":(.*)\}.*"timezone":(.*),.*"name":(.*),.*\}
UpdateRate=600

[Main]
Measure=WebParser
URL=[Weather]
StringIndex=1
RegExpSubstitute=1
Substitute='(?:^"|"$)':""

[Temp]
Measure=WebParser
URL=[Weather]
StringIndex=4
RegExpSubstitute=1
Substitute='(?:^"|"$)':""

[MeasureDate]
Measure=Time
Format=%A

[RoundTemp]
Measure=Calc
Formula=Round(Temp)

[TempText]
Meter=String
X=30
Y=150
FontFace=NDOT 47 (inspired by NOTHING)
FontSize=24
FontColor=#FontColor#
AntiAlias=1
MeasureName=RoundTemp
MeasureName2=Unit
Text=%1 %2

[MeterText]
Meter=String
MeasureName=MeasureDate
X=34
Y=25
W=290
H=25
FontColor=#FontColor#
FontFace=NDOT 47 (inspired by NOTHING)
Text="%1"
FontSize=21
AntiAlias=1
StringCase=Upper
Code 2
[Rainmeter]
Update=1000
AccurateText=1

[Metadata]
Name=NothingOS
Author=XLSTWAVE
Information=Weather widget white number 2
Version=1.0
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0

[Variables]
FontColor=89888a
APIKey=3250388b47cd33e49672d37a0d02b931
Unit=metric
Latitude=43.3552
Longitude=77.4525
URL=https://api.openweathermap.org/data/2.5/weather?lat=#Latitude#&lon=#Longitude#&units=#Unit#&appid=#APIKey#

[WidgetContainer]
Meter=Shape
Shape=Rectangle 0,0,200,200,30,30 | StrokeWidth 0 | Fill Color FFFFF
Padding=10,10,10,10

[Unit]
Measure=String
String=#Unit#
RegExpSubstitute=1
Substitute="metric":"°C","imperial":"°F"

[Weather]
Measure=WebParser
URL=#URL#
UserAgent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
RegExp=(?siU)\{.*"weather":\[\{.*"main":(.*),.*"description":(.*),"icon":(.*)\}\].*"main":\{.*"temp":(.*),.*"feels_like":(.*),.*"temp_min":(.*),.*"temp_max":(.*),.*"pressure":(.*),.*"humidity":(.*)\}.*"visibility":(.*),.*"wind":\{.*"speed":(.*),.*"deg":(.*),.*"gust":(.*)\}.*"clouds":\{.*"all":(.*)\}.*"dt":(.*),.*"sys":\{.*"country":(.*),.*"sunrise":(.*),.*"sunset":(.*)\}.*"timezone":(.*),.*"name":(.*),.*\}
UpdateRate=600

[Main]
Measure=WebParser
URL=[Weather]
StringIndex=1
RegExpSubstitute=1
Substitute='(?:^"|"$)':""

[Temp]
Measure=WebParser
URL=[Weather]
StringIndex=4
RegExpSubstitute=1
Substitute='(?:^"|"$)':""


[MeasureDate]
Measure=Time
Format=%A

[RoundTemp]
Measure=Calc
Formula=Round(Temp)


[TempText]
Meter=String
X=30
Y=150
FontFace=NDOT 47 (inspired by NOTHING)
FontSize=24
FontColor=#FontColor#
AntiAlias=1
MeasureName=RoundTemp
MeasureName2=Unit
Text=%1 %2

Statistics: Posted by xlstwave — 2 minutes ago — Replies 0 — Views 2



Viewing all articles
Browse latest Browse all 789

Trending Articles