Skip to content

Commit d6f7abe

Browse files
committed
Update aqi-widget.md
1 parent b611390 commit d6f7abe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Web Docs/docs/widgets/aqi-widget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
<img width="500px" src="https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_showcase.png" atl="OpenWeatherAQI Showcase" />
12+
<img width="500px" src="https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_showcase.png?raw=true" atl="OpenWeatherAQI Showcase" />
1313

1414
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.
1515

Widgets/AQI Widget/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

12-
<img width="500px" src="https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_showcase.png" atl="OpenWeatherAQI Showcase" />
12+
<img width="500px" src="https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_showcase.png?raw=true" atl="OpenWeatherAQI Showcase" />
1313

1414
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.
1515

@@ -174,8 +174,8 @@ Temperature mode uses different color schemes based on temperature ranges:
174174

175175
| AQI Level | Example | Description |
176176
|-----------|---------|-------------|
177-
| 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 |
178-
| Moderate (51 AQI) | ![Moderate AQI](https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_s_2.png) | Yellow background, acceptable air quality |
177+
| Hazardous (350 AQI) | <img alt="Hazardous AQI" src="https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_s_1.png?raw=true" width="160"/> | Purple/Maroon background, shows severe air pollution |
178+
| Moderate (51 AQI) | <img alt="Moderate AQI" src="https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_s_2.png?raw=true" width="160"/> | Yellow background, acceptable air quality |
179179

180180
**AQI Mode displays:**
181181
- "AIR QUALITY" header
@@ -190,7 +190,7 @@ Temperature mode uses different color schemes based on temperature ranges:
190190

191191
| Temperature Range | Example | Description |
192192
|-------------------|---------|-------------|
193-
| 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 |
193+
| Cool Weather (23°C) | <img alt="Cool Temperature" src="https://github.com/rushhiii/Scriptable-IOSWidgets/blob/main/.assets/aqi/openweatheraqi_s_3.png?raw=true" width="160"/> | Blue background for comfortable temperatures |
194194

195195
**Temperature Mode displays:**
196196
- Large current temperature

0 commit comments

Comments
 (0)