πŸŒ₯️Weather

Run instructions On Weather change

On the left side using the 'On Any Weather' Trigger with a Condition. Bob will go inside the house if the current weather name contains snow, and he will go outside if it dosn't. On the right side using 'On Specific Weather' that allows you to specify what weather you want the trigger to trigger on.

Display the weather on UI

Using the 'Set Text' Instruction on an 'On Any Weather' Trigger. Make sure Trigger On Start is enabled so it initialize the UI on start.

Setting the weather or adding new weather to the forecast

Using the 'Set Weather' Instruction. In this case, the weather will be set to clear. This logic can also be applied to adding weather to the forecast.

Check the weather

Using the 'Is Weather' Condition. In this case, checking if the current weather is mostly clear.

Last updated