Image

## object name, you can set this to anything that is unique
image1:
  ## object type, in this case image
  type: image
  ## x and y positions relative to the parent
  position: 0 0
  ## width and height of the object (auto uses the dimensions from the image file)
  size: auto auto   
  ## image properties
  image:
    ## the name of the image file in images folder or a http/https link to the image file
    name: 'image.png'
    ## should the image refresh every set period
    refresh: false
    ## how often should the image refresh (seconds)
    refresh-time: 60

Last updated