>>329
天気と最高・最低気温を取得までだけど
tenkijp (36)
A1: HTTP Get [ Server:Port:https://tenki.jp/lite/forecast/1/1/1100/1214/ ]
A2: Variable Search Replace [ Variable:%HTTPD
Search:
(?<=weather-telop">)[^<]+|(?<=high-temp temp">(?:<span class="value">)?)[^<]+|(?<=low-temp temp">(?:<span class="value">)?)[^<]+
Store Matches In:%data ]
A3: Notify LED [ Title:今日の天気 Text:%data(1) %data(2) %data(3) %data(4) %data(5) %data(6) ]