mirror of
https://github.com/screentinker/screentinker.git
synced 2026-06-29 09:23:16 -06:00
Self-contained examples for the PiP overlay API (POST /api/pip), each with a CSP-safe query-param overlay (external JS), config.example.json, zero runtime deps, an offline test, and a README: - PIP-Announce-Broadcast manual one-shot message to a screen/group - PIP-Weather-Widget Open-Meteo current conditions (keyless) - PIP-Air-Quality Open-Meteo US AQI widget (keyless) - PIP-Crypto-Ticker CoinGecko price strip (keyless) - PIP-News-Ticker scrolling RSS/Atom headlines - PIP-Room-Status-Calendar ICS-driven Available/Busy room sign - PIP-Event-Countdown client-side countdown, auto-clears at zero - PIP-Welcome-Board rotating welcome/birthday cards from CSV - PIP-Fundraiser-Thermometer goal-progress bar from local/URL JSON - PIP-QR-Rotator rotating QR codes, encoded client-side - PIP-Incident-Webhook event-driven: red on firing, clear on resolved Also includes the CAP-AU (NSW RFS) and US NWS/NOAA emergency-alert monitors that push expiry-aware PiP overlays. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
31 lines
614 B
Plaintext
31 lines
614 B
Plaintext
BEGIN:VCALENDAR
|
|
VERSION:2.0
|
|
PRODID:-//ScreenTinker//Room Status Example//EN
|
|
CALSCALE:GREGORIAN
|
|
BEGIN:VEVENT
|
|
UID:standup-0618@example.com
|
|
DTSTART:20260618T093000Z
|
|
DTEND:20260618T094500Z
|
|
SUMMARY:Daily Standup
|
|
END:VEVENT
|
|
BEGIN:VEVENT
|
|
UID:sprint-0618@example.com
|
|
DTSTART:20260618T140000Z
|
|
DTEND:20260618T150000Z
|
|
SUMMARY:Sprint Planning
|
|
END:VEVENT
|
|
BEGIN:VEVENT
|
|
UID:oneonone-0618@example.com
|
|
DTSTART:20260618T160000Z
|
|
DTEND:20260618T163000Z
|
|
SUMMARY:1:1 with Da
|
|
na
|
|
END:VEVENT
|
|
BEGIN:VEVENT
|
|
UID:retro-0618@example.com
|
|
DTSTART:20260618T170000Z
|
|
DTEND:20260618T180000Z
|
|
SUMMARY:Quarterly Retro\, room A
|
|
END:VEVENT
|
|
END:VCALENDAR
|