diff --git a/metar.html b/metar.html
index 5bb2e9a..fdd9a39 100644
--- a/metar.html
+++ b/metar.html
@@ -274,7 +274,9 @@
'CONTRAILS': 'Contrails observed',
'VIRGA': 'Virga (precipitation not reaching the ground)',
'HALO': 'Halo phenomenon observed',
- 'PRESFR': 'Pressure falling rapidly'
+ 'PRESFR': 'Pressure falling rapidly',
+ 'PRESRR': 'Pressure rising rapidly',
+ 'AURBO': 'Aurora Borealis observed'
};
const directions = {
'N': 'North', 'NE': 'Northeast', 'E': 'East', 'SE': 'Southeast',