denogginizer

widgets

Feb 29th, 2024
1,829
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1. ---
  2. # For configuration options and examples, please see:
  3. # https://gethomepage.dev/latest/configs/service-widgets
  4. # - logo:
  5.     # icon: https://upload.wikimedia.org/wikipedia/commons/thumb/d/d5/I_Love_New_York.svg/1101px-I_Love_New_York.svg.png # optional
  6. - resources:
  7.     label: Open Media Vault
  8.     cpu: true
  9.     memory: true
  10.     disk: /
  11.     cputemp: true
  12.     uptime: true
  13.     units: imperial
  14.  
  15.  
  16. - search:
  17.     provider: duckduckgo
  18.     target: _blank
  19. - datetime:
  20.     text_size: sm
  21.     format:
  22.       dateStyle: short
  23.       timeStyle: short
  24. - openweathermap:
  25.    #label: Home #optional
  26.     latitude: your lat
  27.     longitude: your long
  28.     units: imperial # or imperial
  29.     provider: openweathermap
  30.     apiKey: your-api # required only if not using provider, this reveals api key in requests
  31.     cache: 5 # Time in minutes to cache API responses, to stay within limits
Tags: homepage
Advertisement
Add Comment
Please, Sign In to add comment