跳转到内容

AI 天气壁纸

第 6 部分 · 案例 8.1 · 🎁 趣味项目

难度 🟡 中等 · 耗时 ~20 分钟 · 核心节点 wttr.in × AI prompt × DALL-E 3

每天早晨自动生成一张和今天天气匹配的水彩画壁纸,存到 Google Drive 自动同步给你 Mac/iOS。纯娱乐 + 让 n8n 变成”日常仪式感”工具

▦ workflow weather-wallpaper.workflow.json Lv.2
key-config.txt
Fetch Weather: URL: https://wttr.in/shanghai?format=j1 → 公开免费 API,无需 key AI Generate Prompt: System: 根据天气数据生成 DALL-E 提示词 风格:宁静、富有诗意的水彩画 只输出 prompt 不要解释 Generate Wallpaper (OpenAI Image): Model: dall-e-3 Prompt: ={{ $json.output }} Size: 1792x1024 (16:9 桌面壁纸) Save to Drive: File name: =wallpaper-{{ $now.toFormat('yyyy-MM-dd') }}.png Parent: <Drive 桌面壁纸文件夹>
📋 weather-wallpaper.workflow.json