Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 1.65 KB

File metadata and controls

87 lines (58 loc) · 1.65 KB

Web Page

Panel ID: web: Category: Web Plugin: Web Panels Live Data: Yes Animated: No

Renders a live website from URL

Details

Renders live websites using a headless Chromium browser.

Features:

  • Full web page rendering with CSS/JavaScript
  • Auto-refresh at configured interval
  • Renders at your LCD's resolution
  • Cookie/session state persisted during session

Great for:

  • Weather displays (wttr.in, Weather Underground)
  • Stock tickers and financial data
  • Server monitoring dashboards
  • Custom web dashboards

Note: Some sites may block headless browsers. The first render may take a few seconds while the browser initializes.

Parameters

Parameter Description Required Default
url URL of the website to render Yes -

Dependencies

  • PuppeteerSharp

Examples

Display weather for London using wttr.in

lcdpossible show web:https://wttr.in/London

Display compact weather format

lcdpossible show web:https://wttr.in/London?format=3

Monitor router status, refresh every 30 seconds

lcdpossible show web:http://192.168.1.1/status|@interval=30

Show GitHub status for 60 seconds

lcdpossible show web:https://status.github.com|@duration=60

Profile Usage

Add to Profile

# Add panel to default profile
lcdpossible profile append-panel web:

# Add with custom duration (30 seconds)
lcdpossible profile append-panel "web:|@duration=30"

Quick Show

# Display panel immediately
lcdpossible show web:

Generated by LCDPossible