Atom Metaweather is a status bar plugin for Atom editor that displays weather information for today and tomorrow and uses metaweather.com API data.
Status bar with all elements:
ctrl-alt-w
refreshes the weather APIlocation
* — WOEID of the location ( ?)locationName
* — Name of the location. Leave blank to automatically fetch from API (requires location
to be set)autoLocation
— Switches auto location fetching on/off [true
, false
] (overwrites location
and locationName
)showTemperature
— Shows the temperature meter [true
, false
]temperatureMeasure
— Selects between Celsius or Farenheit [C
, F
]showWeatherIcon
— Shows the weather state icon [true
, false
]showWind
— Shows the wind speed meter [true
, false
]windMeasure
— Selects between Kilometers or Miles per hour [kph
, mph
]showHumidity
— Shows the humidity meter [true
, false
]showPredictability
— Shows an indicator for the validity of a prediction (red=bad, yellow=average, green=good) [true
, false
]position
— Control the placement of the meters [left
, right
]cycleDates
* — Allow cycling through today/tomorrow [true
, false
]cycleTime
* — Control the refresh time in seconds between today and tomorrow dates cycle [30
, 60
, 120
, 300
]updateTime
* — Control the API refresh time in minutes [15
, 30
, 60
, 120
]Changing settings will take updateTime
seconds
The WOEID number is a location identifier used by this package to query the API service. To get your city's number, visit https://www.metaweather.com/api/#locationsearch and follow the instructions:
/api/location/search/?query=london
44418
title
response field to populate locationNameAll weather data and icons are taken from metaweather.com
Copyright © 2014-2015 Samuele Mattiuzzo.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.