Skip to content

New Flows can now belong to an account. Your old edit link keeps working — open it and attach the flow to an account, and you can edit it from any browser you sign in with.

Sign in
Unclaimed

This flow was submitted before accounts existed, so nobody owns it yet. If you submitted it, open the edit link you were given — it still works — and you can attach the flow to an account from there. There is no deadline, and attaching it retires the link for good.

Display YouTube Subscriber Count on Ulanzi AWTRIX Smart Clock shown on an AWTRIX display
Fig. 1 Display YouTube Subscriber Count on Ulanzi AWTRIX Smart Clock, as Faisal F Rafat runs it.

Display YouTube Subscriber Count on Ulanzi AWTRIX Smart Clock

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.

Specifications
System N8N
Firmware AWTRIX 3
Topic Social
Built by Faisal F Rafat
File Kx0Qo48WoneR.json · 2.8 KB
Icons
Published 5 Aug 2025
Downloads 22
Download flow

🔧 Setup Instructions:

  1. 🧩 Requirements
    A working AWTRIX 3 (e.g., Ulanzi Smart Clock) on the same local network.
    A valid YouTube Data API v3 key.
    A channel ID for the YouTube channel you want to track.
    Upload a YouTube-style icon to your AWTRIX before running this flow:
    Go to AWTRIX Icon Gallery
    Search for a YouTube icon or upload your own
    Get the corresponding icon ID (e.g., 26963)
  2. 🧠 How It Works
    Triggers every hour
    Makes a GET request to YouTube API to fetch subscriberCount
    Formats the number using compact notation (e.g., 1.2M)
    Sends a POST request to AWTRIX at your specified local IP with the count and icon
  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)

More flows for N8N or Social

Something wrong with this flow? Report it.