Personalized Taiwan Indie Music Recommendations with AI, Star Sign & Weather via Spotify

Go to Workflow
312 views
Built by clancy jack clancy jack
Created on June 13, 2026

Description

This n8n workflow recommends Taiwan indie music based on a user's city, mood, birthday, today's weather, and star sign. Here's a concise overview:

Trigger: Starts manually with the "When clicking ‘Test workflow’" node.
Input Setup: The "infomation" node sets user inputs (e.g., city: Taipei, mood: Happy, birthday: 1996/11/21).
Song Recommendation: The "get song recommendation" node uses OpenAI's GPT-4o-mini to:
Fetch today's weather for the specified city.
Determine the user's zodiac sign from their birthday.
Check the zodiac sign's daily fortune.
Recommend a Taiwan indie song considering weather and fortune.
Explain the song choice and highlight its features.
Return results in JSON format.
Data Extraction: The "Information Extractor" node parses the JSON output, extracting fields like date, city, weather, zodiac sign, fortune, song, artist, and additional info.
Spotify Search: The "Spotify" node searches for the recommended song using the artist and song name, retrieving a Spotify URL.
Final Output: The "Final Output" node compiles all data, including the Spotify link, into a structured format.
Additional Note: A "Sticky Note" provides context about the workflow's purpose and credits the creator, n8nguide.

This workflow integrates AI, weather data, astrology, and Spotify to deliver personalized Taiwan indie music recommendations.

Nodes Used (4)

Information Extractor
@n8n/n8n-nodes-langchain.informationExtractor
OpenAI
@n8n/n8n-nodes-langchain.openAi
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Spotify
n8n-nodes-base.spotify