Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkmg/ty3status-module-weather
ty3bar Module to display weather information from Dark Sky
https://github.com/mrkmg/ty3status-module-weather
Last synced: 30 days ago
JSON representation
ty3bar Module to display weather information from Dark Sky
- Host: GitHub
- URL: https://github.com/mrkmg/ty3status-module-weather
- Owner: mrkmg
- Created: 2016-11-09T22:01:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-22T17:31:22.000Z (about 8 years ago)
- Last Synced: 2024-10-22T13:53:24.323Z (3 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ty3status-module-weather
=====================Displays the current weather conditions. The weather data is pulled from [Dark Sky](https://darksky.net). In order to
use module you must first register for a [developer key](https://darksky.net/dev/), 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](https://erikflowers.github.io/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`*