Christian Care Fellowship Square

In-house TV channel test launcher

Each community below runs the same player against its own configuration. Open a community full screen on the mini PC, or use the per-slide links to review a single slide without waiting for the rotation.

Communities

URL parameters

ParameterExampleEffect
community?community=surprise Required. Selects the community from config/communities.json. c also works.
wx&wx=tucson Overrides only the weather location, leaving branding on the selected community. Use this to preview another city's forecast.
only&only=devotional Shows a single slide and holds it. slide is an alias.
slides&slides=weather,brand Overrides the rotation order for this session.
dur&dur=5 Sets every slide to this many seconds so a full loop can be reviewed quickly.
debug&debug=1 Shows the diagnostic overlay: fetch results, slide transitions, skipped slides.
nocache&nocache=1 Bypasses the edge cache on the devotional and weather endpoints.

Keyboard (testing only)

/ Next / previous slide
SpacePause or resume the rotation
DToggle the diagnostic overlay
FToggle full screen
RRe-fetch devotional and weather now

Open to-do items

Endpoints

/api/devotionalNormalised Read the Bible feed. Open JSON Probe the parse
/api/weather?community=surpriseNormalised forecast. Open JSON
/api/sports?source=localArizona Sports headlines. Open JSON Probe
/api/sports?source=nationalESPN. Disabled pending permission, returns 403 by design. Open JSON