Skip to content

Commit

Permalink
Merge pull request #2111 from arduino/benjamindannegard/cloud-image-w…
Browse files Browse the repository at this point in the history
…idget

[MKC-1749] Added cloud image widget information
  • Loading branch information
BenjaminDannegard authored Sep 3, 2024
2 parents 2cd0d7e + b99aa1a commit 3366646
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -446,3 +446,9 @@ if(valueDropDown == "string"){
//if string matches, execute code
}
```

### Image

![Image widget](assets/widget-image.png)

Use the image widget to put a JPG, PNG or WEBP image on your dashboard! If you instead want to use an image URL, then chose the URL option under image source. Keep in mind the URL needs to be a HTTPS URL and not a HTTP URL. It is also possible to use local addresses. If you are using the URL option you can add a refresh frequency to the image widget, enabling the widget to function as a video or moving image. The image will then update The image can be made to fill the widget frame or to fit within the widget frame. A grey background can be added to the widget to help with visibility issues for PNGs with transparent backgrounds.

0 comments on commit 3366646

Please sign in to comment.