Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ curl -X POST http://your-pi-ip:5000/api/v3/plugins/install \

| Plugin | Description | Preview |
|--------|-------------|---------|
| [Web UI Info](./plugins/web-ui-info/) | Displays web UI URL for device access | |
| [Web UI Info](./plugins/web-ui-info/) | Displays web UI URL for device access | <a href="./plugins/web-ui-info/"><img src="./docs/assets/web-ui-info/hero.png" width="240" alt="web-ui-info on an LED panel"></a> |

### Development (1)

Expand Down
Binary file added docs/assets/web-ui-info/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/web-ui-info/hostname-length.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/web-ui-info/narrow-wrap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/web-ui-info/panel-sizes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
121 changes: 121 additions & 0 deletions docs/assets/web-ui-info/shots.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,121 @@
{
"plugin": "web-ui-info",
"defaults": {
"width": 128,
"height": 32,
"scale": 6,
"hostname": "ledmatrix",
"config": {
"enabled": true
}
},
"shots": [
{
"name": "hero",
"width": 128,
"height": 32
},
{
"name": "size-64x32",
"width": 64,
"height": 32,
"scale": 6,
"standalone": false
},
{
"name": "size-128x32",
"width": 128,
"height": 32,
"scale": 6,
"standalone": false
},
{
"name": "size-256x32",
"width": 256,
"height": 32,
"scale": 6,
"standalone": false
},
{
"name": "size-128x64",
"width": 128,
"height": 64,
"scale": 6,
"standalone": false
},
{
"name": "host-short",
"hostname": "pi",
"standalone": false
},
{
"name": "host-long",
"hostname": "raspberrypi-livingroom",
"standalone": false
},
{
"name": "host-long-64",
"width": 64,
"height": 32,
"scale": 6,
"hostname": "raspberrypi-livingroom",
"standalone": false
}
],
"composites": [
{
"name": "panel-sizes",
"columns": 2,
"cells": [
{
"shot": "size-64x32",
"label": "64 x 32"
},
{
"shot": "size-128x32",
"label": "128 x 32"
},
{
"shot": "size-256x32",
"label": "256 x 32"
},
{
"shot": "size-128x64",
"label": "128 x 64"
}
]
},
{
"name": "hostname-length",
"columns": 1,
"cells": [
{
"shot": "host-short",
"label": "\"pi\" - \"at\" prefix fits"
},
{
"shot": "hero",
"label": "\"ledmatrix\" - \"at\" prefix fits"
},
{
"shot": "host-long",
"label": "\"raspberrypi-livingroom\" - prefix dropped"
}
]
},
{
"name": "narrow-wrap",
"columns": 1,
"cells": [
{
"shot": "size-64x32",
"label": "\"ledmatrix\" on 64x32"
},
{
"shot": "host-long-64",
"label": "long hostname wraps"
}
]
}
]
}
4 changes: 2 additions & 2 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -952,10 +952,10 @@
"plugin_path": "plugins/web-ui-info",
"stars": 0,
"downloads": 0,
"last_updated": "2026-07-31",
"last_updated": "2026-09-02",
"verified": true,
"screenshot": "",
"latest_version": "1.0.2"
"latest_version": "1.1.0"
},
{
"id": "youtube-stats",
Expand Down
Loading
Loading