17 lines
446 B
Markdown
Raw Normal View History

---
title: Romm
description: Romm Widget Configuration
---
Allowed fields: `["platforms", "totalRoms", "saves", "states", "screenshots", "totalfilesize"]`.
If more than (4) fields are provided, only the first (4) will be used.
```yaml
widget:
2024-01-26 09:12:56 -08:00
type: romm
url: http://romm.host.or.ip
username: username # optional
password: password # optional
fields: ["platforms", "totalRoms", "saves", "states"] # optional - default fields shown
```