Skip to content

Commit e27d5c0

Browse files
committed
Update README.md
1 parent 7600f57 commit e27d5c0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Widgets/AQI Widget/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
![Status](https://img.shields.io/badge/Status-Stable-brightgreen)
88
![Last Updated](https://img.shields.io/badge/Updated-July%202025-yellow)
99

10-
10+
![OpenWeatherAQI Showcase](https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_showcase.png)
1111

1212
A powerful dual-mode widget for Scriptable that displays either **Air Quality Index (AQI)** or **Temperature** information with beautiful color-coded backgrounds. Built for iOS using the [Scriptable app](https://scriptable.app) and powered by OpenWeatherMap APIs.
1313

14-
15-
1614
> **Inspiration & Credits:** This widget was inspired by and adapted from [Jason Snell's PurpleAir AQI Scriptable Widget](https://github.com/jasonsnell/PurpleAir-AQI-Scriptable-Widget). Special thanks to Jason for the original concept and design patterns that made this enhanced version possible.
1715
1816
> **Note:** All example screenshots in this documentation are shown in **light mode**. If your phone is in dark mode, the widget background will appear pitch black by default. If you prefer the colorful backgrounds shown in the examples, add `"light"` to your widget parameter to force light theme colors.
@@ -174,8 +172,8 @@ Temperature mode uses different color schemes based on temperature ranges:
174172

175173
| AQI Level | Example | Description |
176174
|-----------|---------|-------------|
177-
| Hazardous (350 AQI) | ![Hazardous AQI](https://via.placeholder.com/150x150/76205d/f0f0f0?text=AIR+QUALITY%0AHazardous%0A350%0ATokoy) | Purple/Maroon background, shows severe air pollution |
178-
| Moderate (51 AQI) | ![Moderate AQI](https://via.placeholder.com/150x150/f2e269/1f1f1f?text=AIR+QUALITY%0AModerate%0A51%0AWoodbridge) | Yellow background, acceptable air quality |
175+
| Hazardous (350 AQI) | ![Hazardous AQI](https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_s_1.png) | Purple/Maroon background, shows severe air pollution |
176+
| Moderate (51 AQI) | ![Moderate AQI](https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_s_2.png) | Yellow background, acceptable air quality |
179177

180178
**AQI Mode displays:**
181179
- "AIR QUALITY" header
@@ -190,7 +188,7 @@ Temperature mode uses different color schemes based on temperature ranges:
190188

191189
| Temperature Range | Example | Description |
192190
|-------------------|---------|-------------|
193-
| Cool Weather (23°C) | ![Cool Temperature](https://via.placeholder.com/150x150/87ceeb/000000?text=23%C2%B0%0AHigh+23%C2%B0+Low+21%C2%B0%0A1%C2%B0+warmer+than+feels+like%0A2%C2%B0+range+today%0AWoodbridge) | Blue background for comfortable temperatures |
191+
| Cool Weather (23°C) | ![Cool Temperature](https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_s_3.png) | Blue background for comfortable temperatures |
194192

195193
**Temperature Mode displays:**
196194
- Large current temperature

0 commit comments

Comments
 (0)