🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

ty3status-module-weather

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ty3status-module-weather

ty3status Module to display weather information from Dark Sky

latest
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 22 Dec 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts