┌─────────────────────────────────────────────┐
│ Stremio Client │
│ │
│ ┌─────────────────────────────────────┐ │
│ │ Clockrr Addon │ │
│ │ │ │
│ │ ┌─────────┐ ┌─────────────┐ │ │
│ │ │ Manifest│───▶│ Clock View │ │ │
│ │ └─────────┘ └─────────────┘ │ │
│ │ │ │ │
│ │ ┌──────▼──────┐ │ │
│ │ │ Time Display│ │ │
│ │ └─────────────┘ │ │
│ └─────────────────────────────────────┘ │
└─────────────────────────────────────────────┘
Stremio addon manifest defining:
- Addon ID, name, version
- Supported resources
- Catalog configuration
Node.js server using Stremio Addon SDK:
- Serves manifest
- Handles catalog requests
- Returns clock data
- User installs addon via manifest URL
- Stremio fetches manifest
- Addon appears in Stremio interface
- User accesses clock feature
- Current time displayed
| Option | URL Pattern | Notes |
|---|---|---|
| Local | http://localhost:7000/manifest.json |
Development |
| Beamup | https://clockrr.beamup.dev/manifest.json |
Free hosting |
| Custom | Self-hosted server | Full control |
Last Updated: January 15, 2026