1.0.3 • Published 7 years ago

ty3status-module-weather v1.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

ty3status-module-weather

Displays the current weather conditions. The weather data is pulled from Dark Sky. In order to use module you must first register for a developer key, and set a latitude and longitude. It is recommended to set the interval to a longer time, like 600 seconds so you do not surpass the daily limit.

Installation

Install the Weather Icons pack into your system.

Then install the ty3status-module-weather as a global node module.

npm install -g ty3status-module-weather

Add the following to your ty3status configuration:

- type: module
  module: "/path/to/global/node_modules/ty3status-module-weather"
  interval: 600
  params:
    lat: 00.000
    long: -00.000
    key: xxxxxxxxxxxxxxxxxxxxxxxxxxxx

To find the path of your global node_modules, run npm root -g