File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3538Script . setWidget ( widget )
36- if ( config . runsInApp ) await widget . presentMedium ( )
39+ if ( config . runsInApp ) await widget . presentLarge ( )
3740Script . complete ( )
3841
3942// ── 4. Large Widget Layout ──
You can’t perform that action at this time.
0 commit comments