You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`ram-info`](docs/core/panels/ram-info/ram-info.md)| Memory information including total, used, and available |
350
+
|[`ram-usage-graphic`](docs/core/panels/ram-usage-graphic/ram-usage-graphic.md)| RAM usage with graphical bar |
351
+
|[`ram-usage-text`](docs/core/panels/ram-usage-text/ram-usage-text.md)| RAM usage displayed as large text |
352
+
353
+
### Network
340
354
341
355
| Panel | Description |
342
356
|-------|-------------|
343
-
|`starfield`| Classic 3D starfield |
344
-
|`matrix-rain`| Matrix-style falling characters |
345
-
|`bouncing-logo`| DVD-style bouncing logo |
346
-
|`mystify`| Windows Mystify lines |
347
-
|`plasma`| Colorful plasma effect |
348
-
|`fire`| Animated fire simulation |
349
-
|`game-of-life`| Conway's Game of Life |
350
-
|`bubbles`| Floating bubbles |
351
-
|`rain`| Rainfall animation |
352
-
|`spiral`| Hypnotic spiral |
353
-
|`clock`| Digital clock display |
354
-
|`noise`| TV static noise |
355
-
|`warp-tunnel`| Space warp tunnel |
356
-
|`pipes`| 3D pipes screensaver |
357
-
|`asteroids`| Asteroids game demo |
358
-
|`missile-command`| Missile Command demo |
359
-
|`falling-blocks`| Tetris-style blocks |
360
-
|`screensaver`| Random screensaver |
361
-
362
-
### Media Panels
357
+
|[`network-info`](docs/core/panels/network-info/network-info.md)| Network configuration including hostname, IP addresses, gateway, and DNS |
358
+
359
+
### Proxmox
360
+
361
+
| Panel | Description |
362
+
|-------|-------------|
363
+
|[`proxmox-summary`](docs/proxmox/panels/proxmox-summary/proxmox-summary.md)| Proxmox cluster overview with node status and resource usage |
364
+
|[`proxmox-vms`](docs/proxmox/panels/proxmox-vms/proxmox-vms.md)| List of VMs and containers with status and resource usage |
365
+
366
+
### Screensaver
367
+
368
+
| Panel | Description |
369
+
|-------|-------------|
370
+
|[`clock`](docs/screensavers/panels/clock/clock.md)| Analog clock with smooth second hand |
371
+
|[`asteroids`](docs/screensavers/panels/asteroids/asteroids.md)| Asteroids game simulation with vector graphics |
372
+
|[`bouncing-logo:`](docs/screensavers/panels/bouncing-logo/bouncing-logo.md)| Customizable text bouncing off screen edges (DVD screensaver style) with color, size, 3D, and rotation options |
|`image-sequence:<folder>`| Image folder as animation |
368
-
|`video:<path\|url>`| Video file, URL, or YouTube |
369
-
|`html:<path>`| Render local HTML file |
370
-
|`web:<url>`| Render live website |
400
+
|[`cpu-thermal-graphic`](docs/core/panels/cpu-thermal-graphic/cpu-thermal-graphic.md)| CPU temperature with graphical gauge display |
401
+
|[`gpu-thermal-graphic`](docs/core/panels/gpu-thermal-graphic/gpu-thermal-graphic.md)| GPU temperature with graphical gauge display |
402
+
|[`system-thermal-graphic`](docs/core/panels/system-thermal-graphic/system-thermal-graphic.md)| Combined CPU and GPU temperature display with vertical thermometers |
371
403
372
-
### Proxmox Integration
404
+
### Web
373
405
374
406
| Panel | Description |
375
407
|-------|-------------|
376
-
|`proxmox-summary`|Cluster overview with node status|
377
-
|`proxmox-vms`|VM and container list|
408
+
|[`html:`](docs/web/panels/html/html.md)|Renders a local HTML file using headless browser|
409
+
|[`web:`](docs/web/panels/web/web.md)|Renders a live website from URL|
Core system information panels including CPU, GPU, RAM, and basic system info.
4
+
5
+
## Panels
6
+
7
+
| Panel | Description | Category |
8
+
|-------|-------------|----------||[Basic Info](panels/basic-info/basic-info.md)| Basic system information including hostname, OS, and uptime | System |
9
+
|[Basic Usage Text](panels/basic-usage-text/basic-usage-text.md)| Simple CPU/RAM/GPU usage summary | System |
10
+
|[CPU Info](panels/cpu-info/cpu-info.md)| Detailed CPU information including model, usage, temperature, frequency, and power | CPU |
11
+
|[CPU Thermal](panels/cpu-thermal-graphic/cpu-thermal-graphic.md)| CPU temperature with graphical gauge display | Thermal |
12
+
|[CPU Usage Graphic](panels/cpu-usage-graphic/cpu-usage-graphic.md)| CPU usage with graphical bars including per-core breakdown | CPU |
13
+
|[CPU Usage Text](panels/cpu-usage-text/cpu-usage-text.md)| CPU usage displayed as large text percentage | CPU |
14
+
|[GPU Info](panels/gpu-info/gpu-info.md)| GPU information including model, usage, temperature, and VRAM | GPU |
15
+
|[GPU Thermal](panels/gpu-thermal-graphic/gpu-thermal-graphic.md)| GPU temperature with graphical gauge display | Thermal |
|[GPU Usage Text](panels/gpu-usage-text/gpu-usage-text.md)| GPU usage displayed as large text | GPU |
18
+
|[Network Info](panels/network-info/network-info.md)| Network configuration including hostname, IP addresses, gateway, and DNS | Network |
19
+
|[RAM Info](panels/ram-info/ram-info.md)| Memory information including total, used, and available | Memory |
20
+
|[RAM Usage Graphic](panels/ram-usage-graphic/ram-usage-graphic.md)| RAM usage with graphical bar | Memory |
21
+
|[RAM Usage Text](panels/ram-usage-text/ram-usage-text.md)| RAM usage displayed as large text | Memory |
22
+
|[System Thermal](panels/system-thermal-graphic/system-thermal-graphic.md)| Combined CPU and GPU temperature display with vertical thermometers | Thermal |
Basic system information including hostname, OS, and uptime
10
+
11
+
## Overview
12
+
13
+
The Panel: basic-info provides critical system identification details such as computer hostname, operating system name and version alongside uptime metrics essential for monitoring device performance within an enterprise environment. This straightforward functionality serves to streamline operational management by delivering real-time insights into the hardware running applications like LCDPossible without additional dependencies across various platforms.
14
+
15
+
## Screenshot
16
+
17
+

18
+
19
+
## Details
20
+
21
+
Displays basic system identification:
22
+
- Computer hostname
23
+
- Operating system name and version
24
+
- System uptime
25
+
- Current date and time
26
+
27
+
No special dependencies required - works on all platforms.
28
+
29
+
## Examples
30
+
31
+
### Display basic system information
32
+
33
+
```bash
34
+
lcdpossible show basic-info
35
+
```
36
+
37
+
### Combine basic info with CPU usage in a slideshow
The LCDPossible panel serves as an indispensable tool within system administration practices by providing administrators with a quick and comprehensive snapshot of crucial resource utilizations including CPU, RAM, and GPU percentages across the connected devices in their environment. Ideal for monitoring performance during peak operational hours or troubleshooting bottlenecks due to its real-time data presentation on one centralized interface, it stands out as an efficient solution that supports both proactive system optimization strategies and responsive reactions to unforeseen contingencies in enterprise settings.
14
+
15
+
## Screenshot
16
+
17
+

18
+
19
+
## Details
20
+
21
+
Shows a compact summary of system resource usage:
22
+
- CPU usage percentage
23
+
- RAM usage percentage
24
+
- GPU usage percentage
25
+
26
+
All values displayed on a single panel for quick overview.
Detailed CPU information including model, usage, temperature, frequency, and power
10
+
11
+
## Overview
12
+
13
+
The LCDPossible cpu-info panel delivers precise and up-to-date details regarding CPU performance metrics such as model specifics, current utilization rates, operational temperatures (when equipped with sensors), clock frequencies, and power usage figures when available. It is primarily designed to assist system administrators in monitoring hardware efficiency directly from the command line interface or through integration into larger management systems, thus facilitating informed decisions for optimizing system performance and maintenance schedules within corporate environments.
14
+
15
+
## Screenshot
16
+
17
+

18
+
19
+
## Details
20
+
21
+
Displays comprehensive CPU information in a formatted layout:
22
+
- CPU model name and architecture
23
+
- Current usage percentage
24
+
- Temperature (if sensors available)
25
+
- Clock frequency
26
+
- Power consumption (if available)
27
+
28
+
Requires LibreHardwareMonitor for Windows sensor data.
0 commit comments