New Update
08.01.2020 - Added new variant
It is currently October 5th, 2024, 3:31 pm
Windows Air Quality
-
- Posts: 885
- Joined: January 4th, 2018, 9:52 pm
-
- Posts: 1
- Joined: September 1st, 2020, 4:14 pm
Re: Air Pollution
Thank you--this skin looks fantastic. Would you consider adding airnow.gov or Purple Air (with LRAPA correction), with a specific sensor as a data source, so we can have more granular locations represented? We are in the middle of the California wildfire smoke area, and we plan our entire schedules around AQI these days. Thank you!
-
- Posts: 885
- Joined: January 4th, 2018, 9:52 pm
Re: Air Pollution
The 2 sources seem to use a script to display the data and cannot be used.echeng wrote: ↑September 1st, 2020, 4:16 pm Thank you--this skin looks fantastic. Would you consider adding airnow.gov or Purple Air (with LRAPA correction), with a specific sensor as a data source, so we can have more granular locations represented? We are in the middle of the California wildfire smoke area, and we plan our entire schedules around AQI these days. Thank you!
Try the new version of the skin that uses Weather.com as a source:
https://www.deviantart.com/xxenium/art/Windows-10-Air-Quality-UPDATED-7-SEP-2020-807276898
-
- Posts: 885
- Joined: January 4th, 2018, 9:52 pm
Re: Windows Air Quality
NEW UPDATE!
7-Sep-2020
Windows Air Quality replaced Air Pollution.
7-Sep-2020
Windows Air Quality replaced Air Pollution.
Last edited by xenium on June 26th, 2023, 11:53 am, edited 2 times in total.
-
- Posts: 885
- Joined: January 4th, 2018, 9:52 pm
Re: Windows Air Quality
24-SEP-2021
-The Weather.com JSON source has been replaced with the Weather.com API source.
- New AQI icons
-The Weather.com JSON source has been replaced with the Weather.com API source.
- New AQI icons
-
- Posts: 885
- Joined: January 4th, 2018, 9:52 pm
Re: Windows Air Quality
Considering the forest fires in Canada, this skin can be useful in monitoring air quality for people living in Canada and the northeastern US
-
- Rainmeter Sage
- Posts: 8350
- Joined: February 27th, 2015, 2:38 pm
- Location: Terra Yincognita
Re: Windows Air Quality
Probably Spain as well, soon enough. These days the temperature will get to 44 C in Seville, Cordoba and probably Valencia as well, according to the news. Meanwhile, we got floods where I live...
-
- Posts: 591
- Joined: February 28th, 2011, 3:20 pm
- Location: Vienna, Austria
Re: Windows Air Quality
Hi xenium,
i just downloaded your skin(s) regarding air-quality and noticed what i think is a typo.
In TWC.ini in the meter MeterAQIIndex there's a LeftMouseUpAction that refers to #ROOTCONFIG#\3 which isn't there. Shouldn't it be #ROOTCONFIG# alone?
Thanks for a very useful and well designed skin!
i just downloaded your skin(s) regarding air-quality and noticed what i think is a typo.
In TWC.ini in the meter MeterAQIIndex there's a LeftMouseUpAction that refers to #ROOTCONFIG#\3 which isn't there. Shouldn't it be #ROOTCONFIG# alone?
Thanks for a very useful and well designed skin!
Code: Select all
[MeterAQIIndex]
Meter=String
MeasureName=MeasureAirQualityIndex
X=(#size#*295)
Y=(#size#*84)
W=(#size#*80)
H=(#size#*50)
FontSize=(#size#*28)
FontColor=#FontColorAQI#
StringStyle=normal
StringEffect=SHADOW
FontFace=#FontFace3#
StringAlign=center
FontEffectColor=#FontEffectColor#
AntiAlias=1
LeftMouseUpAction=!ToggleConfig "#ROOTCONFIG#\3" "Settings.ini"
-
- Posts: 885
- Joined: January 4th, 2018, 9:52 pm
Re: Windows Air Quality
Hi ikarus1969,ikarus1969 wrote: ↑August 7th, 2023, 4:46 am Hi xenium,
i just downloaded your skin(s) regarding air-quality and noticed what i think is a typo.
In TWC.ini in the meter MeterAQIIndex there's a LeftMouseUpAction that refers to #ROOTCONFIG#\3 which isn't there. Shouldn't it be #ROOTCONFIG# alone?
Thanks for a very useful and well designed skin!
Code: Select all
[MeterAQIIndex] Meter=String MeasureName=MeasureAirQualityIndex X=(#size#*295) Y=(#size#*84) W=(#size#*80) H=(#size#*50) FontSize=(#size#*28) FontColor=#FontColorAQI# StringStyle=normal StringEffect=SHADOW FontFace=#FontFace3# StringAlign=center FontEffectColor=#FontEffectColor# AntiAlias=1 LeftMouseUpAction=!ToggleConfig "#ROOTCONFIG#\3" "Settings.ini"
I checked the skin, but I don't see the typo you mentioned.
It is written correctly:
LeftMouseUpAction=!ToggleConfig "#ROOTCONFIG#\Settings" "Settings.ini"
-
- Posts: 591
- Joined: February 28th, 2011, 3:20 pm
- Location: Vienna, Austria
Re: Windows Air Quality
I just downloaded your package again and i have to apologize. The "typo" must have happened when i tried to adapt it to fit to my other skins without noticing it.
So: everything is correct i have to blame myself
So: everything is correct i have to blame myself