Macro Language: Miscellaneous Commands

colormode <mode>

With this command you can define if colors will be defined as RGB or HSB (0=RGB, 1=HSB).

list

List all data buffer on console

exit

Stop macro.

clr

Clears the console output.

setvar <var> <expr>
<var>=<expr>

Defines a variable.

setstring <var> <value>
$<var>=<expr>

Defines a string variable.

eval <name> <expr>

Evaluates the expression and defines the result as a string variable.

format <name> <format> <expr> ... <expr>

Returns a string created with the given format string. The format can be defined in the usual printf notation.

forecast <model> <lon> <lat> [field]

Returns a complete set of weather forecast data (10 days) and weather history (14 days).
You can select between two weather forecast models:
iconDeutscher Wetterdienst ICON
gfsNOOA Global Forecast System
If field is not given all 12 data sets will be loaded. To get a specific data set add one of the following codes:
0temperature (°C)6cloud cover
1surface temperature (°C)7wind direction
2dew point (°C)8wind speed
3humidity (%)9wind gusts (m/s)
4pressure (hPa)10CAPE (J/Kg)
5rain (mm)11KP index