πŸ“Š Display YouTube subscriber count on Ulanzi AWTRIX Smart Clock

⚑ 309 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” YouTube’s API quotas can be a bottleneck when you’re pulling data at scale. ScraperNode is a community node with dedicated scrapers for channels, videos, and comments β€” no quota limits, just structured data.

View All Scrapers

Description

Overview:

This n8n workflow fetches the subscriber count of a specific YouTube channel using the YouTube Data API and displays the compacted count on an AWTRIX 3 / Ulanzi Smart Clock via its local HTTP API.

πŸ’‘ You can run this every hour (or adjust the schedule), and it pushes a custom notification with a YouTube-style icon to your AWTRIX screen.

πŸ”§ Setup Instructions:

1. 🧩 Requirements

2. 🧠 How It Works

3. πŸ”§ Required Replacements:

Replace the following placeholder values in the HTTP Request nodes:

Placeholder - Replace With YOUR_YOUTUBE_CHANNEL_ID - Your YouTube channel ID YOUR_YOUTUBE_API_KEY - Your API key from Google Developer Console YOUR_AWTRIX_IP - Your AWTRIX local IP address (e.g., 192.168.1.108) YOUR_ICON_ID - Icon ID from AWTRIX Icon Gallery (e.g., 26963)

πŸ”— Nodes Used

HTTP Request, Schedule Trigger

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup