Show Real-Time Weather

SEAT NEEDED: Trial, First Class

Everyone is curious about the weather and weather is a great conversation starter. Show real-time weather observations, information, and forecasts on your screens. You can show weather information of any location worldwide.

To show real-time weather information on a Split-Flap TV use these shortcodes below.

Syntax

#WEA#{Code}#{Location}#[Arguments]#

For example: #WEA#AA#Brussels,BE#C#
will show you the current temperature of Brussels in Belgium in Celsius.
The first part shows WEA. That is the instruction for weather information. AA corresponds to the current temperate. Brussels,BE refers to Brussels in Belgium and is the location. And the C parameter returns the value in Celsius. This is an argument that can be specified, based on the meaning of the {Code}.

Optionally you can add a numeric value to the Arguments to better control the alignment of numeric values like temperatures. A code like #WEA#AA#Brussels,BE#C2#° will show today’s temperature with 2 characters. In case the values is e.g. 6, then it will show  6°, so with a trialing blank before the 6. This could become useful when you show the temperatures of multiple cities worldwide and you want to right align them all.

Important note: All codes except for the location must be in uppercase!

Location parameter

Parameter Meaning Example
Location

Location of where you want to the weather. This can be:

  • city name
  • city name, country code
  • city name, state code, country code
  • geographical coordinates e.g. for New York this would be 40.7128,-74.0060

You can call by city name or city name, state code and country code. Please note that searching by states is available only for the USA locations.

City name, state code and country codes are divided by comma, Please, refer to ISO 3166 for the state codes or country codes.

When in doubt then check out the real name of the location directly at the weather service API that we are using.

Next to the name of the location, you can also use geographical coordinates with latitude and longitude.

Brussels,BE

Paris,FR

New York,US

Instruction Parameter

The instruction parameter is the 2nd part or block of the weather short code. It is always a 2 character code that starts with A, B, C, D, E, F, G.

An instruction starting with an A refers to current weather information. A B at the beginning refers to weather information for today. C is for information about tomorrow. D is for the day after tomorrow and so on.

Starts with … Group
A Current observation of this location
B Forecast of today
C Forecast of tomorrow (today +1)
D Forecast of day after tomorrow (today +2)
E Forecast of today +3
F Forecast of today +4
G Forecast of today +5

Parameters for Current Observation (A group)

Here are the instructions for the A group, the current weather information.

Parameter Meaning Arguments
AA Current temperature

C for Celsius or F for Fahrenheit, and optionally the number of characters to use

AB Current feels like  
AC Current weather text * Language code, EN (default)
AD Current pressure  
AE Current humidity  
AF Current visibility  
AG Current wind speed  
AH Current wind direction  
AI Current cloudiness  
AJ Last updated timestamp  
AK City  
AL Country  

Parameters for Forecast of Today (B group)

The B group has these instructions, all referring to the forecast of today.

Parameter Meaning Arguments
BA Today’s date  
BB Today’s abbreviated day  
BC Today’s full day  
BD Sunrise  
BE Sunset  
BF Temperature day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BG Temperature minimum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BH Temperature maximum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BI Temperature night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BJ Temperature evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BK Temperature morning C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BL Feels like day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BM Feels like night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BN Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BO Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
BP Today’s pressure  
BQ Today’s humidity  
BR Today’s weather text * Language code, EN (default)
BS Today’s wind speed  
BT Today’s wind direction  
BU Today’s cloudiness  
BV Today’s precipitation volume  
BW Today’s probability of precipitation  

Parameters for Forecast of Today + 1 Day (C group)

The C group has these instructions, all referring to the forecast of tomorrow or today + 1 day.

Parameter Meaning Arguments
CA D+1 date  
CB D+1 abbreviated day  
CC D+1 full day  
CD Sunrise  
CE Sunset  
CF Temperature day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CG Temperature minimum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CH Temperature maximum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CI Temperature night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CJ Temperature evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CK Temperature morning C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CL Feels like day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CM Feels like night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CN Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CO Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
CP D+1 pressure  
CQ D+1 humidity  
CR D+1 weather text * Language code, EN (default)
CS D+1 wind speed  
CT D+1 wind direction  
CU D+1 cloudiness  
CV D+1 precipitation volume  
CW D+1 probability of precipitation  

Parameters for Forecast of Today + 2 Days (D group)

The D group has these instructions, all referring to the forecast of today + 2 days.

Parameter Meaning Arguments
DA D+2 date  
DB D+2 abbreviated day  
DC D+2 full day  
DD Sunrise  
DE Sunset  
DF Temperature day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DG Temperature minimum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DH Temperature maximum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DI Temperature night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DJ Temperature evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DK Temperature morning C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DL Feels like day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DM Feels like night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DN Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DO Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
DP D+2 pressure  
DQ D+2 humidity  
DR D+2 weather text * Language code, EN (default)
DS D+2 wind speed  
DT D+2 wind direction  
DU D+2 cloudiness  
DV D+2 precipitation volume  
DW D+2 probability of precipitation  

Parameters for Forecast of Today + 3 Days (E group)

The E group has these instructions, all referring to the forecast of today + 3 days.

Parameter Meaning Arguments
EA D+3 date  
EB D+3 abbreviated day  
EC D+3 full day  
ED Sunrise  
EE Sunset  
EF Temperature day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EG Temperature minimum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EH Temperature maximum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EI Temperature night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EJ Temperature evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EK Temperature morning C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EL Feels like day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EM Feels like night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EN Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EO Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
EP D+3 pressure  
EQ D+3 humidity  
ER D+3 weather text * Language code, EN (default)
ES D+3 wind speed  
ET D+3 wind direction  
EU D+3 cloudiness  
EV D+3 precipitation volume  
EW D+3 probability of precipitation  

Parameters for Forecast of Today + 4 Days (F group)

The F group has these instructions, all referring to the forecast of today + 4 days.

Parameter Meaning Arguments
FA D+4 date  
FB D+4 abbreviated day  
FC D+4 full day  
FD Sunrise  
FE Sunset  
FF Temperature day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FG Temperature minimum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FH Temperature maximum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FI Temperature night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FJ Temperature evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FK Temperature morning C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FL Feels like day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FM Feels like night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FN Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FO Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
FP D+4 pressure  
FQ D+4 humidity  
FR D+4 weather text * Language code, EN (default)
FS D+4 wind speed  
FT D+4 wind direction  
FU D+4 cloudiness  
FV D+4 precipitation volume  
FW D+4 probability of precipitation  

Parameters for forecast of Today + 5 Days (G group)

The G group has these instructions, all referring to the forecast of today + 5 days.

Parameter Meaning Arguments
GA D+5 date  
GB D+5 abbreviated day  
GC D+5 full day  
GD Sunrise  
GE Sunset  
GF Temperature day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GG Temperature minimum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GH Temperature maximum C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GI Temperature night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GJ Temperature evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GK Temperature morning C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GL Feels like day C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GM Feels like night C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GN Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GO Feels like evening C for Celsius or F for Fahrenheit, and optionally the number of characters to use
GP D+5 pressure  
GQ D+5 humidity  
GR D+5 weather text * Language code, EN (default)
GS D+5 wind speed  
GT D+5 wind direction  
GU D+5 cloudiness  
GV D+5 precipitation volume  
GW D+5 probability of precipitation  

* Languages codes

Return texts in specific languages.

Code Language
AF Afrikaans
AL Albanian
AR Arabic
AZ Azerbaijani
BG Bulgarian
CA Catalan
CZ Czech
DA Danish
DE German
EL Greek
EN English
EU Basque
FA Persian (Farsi)
FI Finnish
FR French
GL Galician
HE Hebrew
HI Hindi
HR Croatian
HU Hungarian
ID Indonesian
IT Italian
JA Japanese
KR Korean
LA Latvian
LT Lithuanian
MK Macedonian
NO Norwegian
NL Dutch
PL Polish
PT Portuguese
PT_BR Português Brasil
RO Romanian
RU Russian
SV Swedish
SK Slovak
SL Slovenian
SP Spanish
SR Serbian
TH Thai
TR Turkish
UA Ukrainian
VI Vietnamese
ZH_CN Chinese Simplified
ZH_TW Chinese Traditional
ZU Zulu