All Projects → JaouherK → streamDeck-weatherPlugin

JaouherK / streamDeck-weatherPlugin

Licence: GPL-3.0 license
Popular Stream Deck plugin for Weather reporting

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to streamDeck-weatherPlugin

deckmaster
An application to control your Elgato Stream Deck on Linux
Stars: ✭ 106 (+341.67%)
Mutual labels:  elgato, stream-deck, elgato-stream-deck
kiwi
Kiwi turns your Pimoroni Keybow into a fully customizable poor-man's Elgato Stream Deck!
Stars: ✭ 40 (+66.67%)
Mutual labels:  elgato, stream-deck, elgato-stream-deck
streamdeck-unity
Enables Stream Deck integration with Unity.
Stars: ✭ 22 (-8.33%)
Mutual labels:  stream-deck, elgato-stream-deck
streamdeck-stockticker
Stock Ticker plugin for Stream Deck
Stars: ✭ 29 (+20.83%)
Mutual labels:  stream-deck, elgato-stream-deck
streamdeck-cpu
Stream Deck SDK: CPU sample plugin
Stars: ✭ 103 (+329.17%)
Mutual labels:  elgato, elgato-stream-deck
streamdeck-plugintemplate
Stream Deck SDK: Plugin Template
Stars: ✭ 211 (+779.17%)
Mutual labels:  elgato, elgato-stream-deck
streamdeck-stopwatch
C# Stopwatch implementation for the Elgato Stream Deck device
Stars: ✭ 20 (-16.67%)
Mutual labels:  stream-deck, elgato-stream-deck
node-elgato-stream-deck
A Node.js library for interfacing with the Elgato Stream Deck. https://julusian.github.io/node-elgato-stream-deck/
Stars: ✭ 89 (+270.83%)
Mutual labels:  elgato, stream-deck
streamdeck-discord-message
A Stream Deck plugin that sends a message to a Discord channel.
Stars: ✭ 26 (+8.33%)
Mutual labels:  stream-deck, elgato-stream-deck
ElgatoLegacy
Use your Elgato Stream Deck on Windows 7, 8 and 8.1!
Stars: ✭ 25 (+4.17%)
Mutual labels:  elgato, elgato-stream-deck
go-streamdeck
Go interface to an Elgato Streamdeck
Stars: ✭ 44 (+83.33%)
Mutual labels:  elgato, elgato-stream-deck
StreamDeckCore
Java implementation for the Elgato Stream Deck
Stars: ✭ 28 (+16.67%)
Mutual labels:  elgato, stream-deck
FLOB-weather
F(or)L(ack)O(f a)B(etter) Weather is a small CLI app that let you ask for weather forecasts directly from you terminal using OpenWeather API.
Stars: ✭ 19 (-20.83%)
Mutual labels:  weather, openweather
weather-app
⛅ Check the current weather in any city on the planet.
Stars: ✭ 86 (+258.33%)
Mutual labels:  weather, openweather
Homebridge Weather Plus
A comprehensive weather plugin for homebridge.
Stars: ✭ 176 (+633.33%)
Mutual labels:  weather
Minimalistweather
Android 平台开源天气 App,采用 MVP、RxJava、Retrofit2、OKHttp3、Dagger2、RetroLambda 等开源库来实现。
Stars: ✭ 2,411 (+9945.83%)
Mutual labels:  weather
Weather App React Native
The source code of react-native weather app
Stars: ✭ 176 (+633.33%)
Mutual labels:  weather
Forecastio
A Swift library for the Forecast.io Dark Sky API
Stars: ✭ 164 (+583.33%)
Mutual labels:  weather
streamdeck-starcitizen
Elgato Stream Deck button plugin for Star Citizen
Stars: ✭ 106 (+341.67%)
Mutual labels:  stream-deck
Datweatherdoe
Simple menu bar weather app for macOS
Stars: ✭ 209 (+770.83%)
Mutual labels:  weather

Weather

badge

Weather is a plugin that displays the weather condition as a picture image, the city name and the temperature of a given location. It is connected to multiple providers and needs an API Key to connect.

Possible providers:

  • WeatherAPI
  • OpenWeather

Optionally, you can choose the frequency of fetching updated data and the temperature unit ( Celsius or Fahrenheit).

Button settings

The button is configured as follows:

  • Title: Please do not set any value in order to display the temperature correctly
  • Image: Please do not update picture in order to display the weather icon correctly
  • Provider: the weather information provider: WeatherAPI or OpenWeather
  • API key: your provider account key available in your account information on the associated provider website
  • City Name: the city for which the information will be displayed on the button
  • Temperature: the temperature unit ( Celsius or Fahrenheit)
  • Fetch frequency: how often the data is updated (beware for free accounts the limits set by the provider)
  • Display city name: Provides the possibility choose where to display the city name (also if we need to hide it)
  • Round to nearest degree: Provides the possibility to show / hide digits after decimal point
  • "Get my API key" button: to retrieve the key for your account
  • "Report bug" button: to report a bug

Features

  • code written in Javascript
  • cross-platform (macOS, Windows)
  • Choice of Weather provider
  • Choose temperature unit
  • choose fetching frequency of the weather data
  • Weather condition icon fit to display

screen

Installation

In the Release folder, you can find the file com.jk.weather.streamDeckPlugin. If you double-click this file on your machine, Stream Deck will install the plugin.

Source code

The Sources folder contains the source code of the plugin.

Application main icon made by Smashicons from www.flaticon.com

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].