Skip to content

Commit 241ff07

Browse files
update
have a look. Co-Authored-By: Kael Nox <192391771+V0idVanguard@users.noreply.github.com>
1 parent c05ad3d commit 241ff07

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Toyota Widget/MyToyota.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Variables used by Scriptable.
2+
// These must be at the very top of the file. Do not edit.
3+
// icon-color: gray; icon-glyph: magic;
14
// ─── Toyota Car Widget by @rushhiii ───
25
// Displays a modern dashboard for your car in all widget sizes
36
// Large widget includes car image, others show text details
@@ -13,7 +16,7 @@ const carInfo = {
1316
mileage: "23,456 miles",
1417
fuel: "Gasoline",
1518
status: "Locked",
16-
imageURL: "https://cdn.motor1.com/images/mgl/VVVg1/s1/2020-toyota-corolla.jpg"
19+
imageURL: "https://dbhdyzvm8lm25.cloudfront.net/stills_0640_png/MY2020/13478/13478_st0640_116.png"
1720
}
1821

1922
// ── 2. Theme ──
@@ -33,7 +36,7 @@ if (widgetSize === "large") {
3336
}
3437

3538
Script.setWidget(widget)
36-
if (config.runsInApp) await widget.presentMedium()
39+
if (config.runsInApp) await widget.presentLarge()
3740
Script.complete()
3841

3942
// ── 4. Large Widget Layout ──

0 commit comments

Comments
 (0)