Skip to content

daskeyboard/daskeyboard-applet--weather-international

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q Applet: Weather - International

Displays the international weather forecast on a Das Keyboard Q series.

GitHub repository

Example

Displays a 4-day international weather forecast. Supports multiple cities around the world. Each color corresponds to a weather change:
clear or sunny (yellow), cloudy (purple), rainy (blue), storm (red), snow (white).

Weather Forecast on a Das Keybaord Q Weather Forecast on a Das Keybaord Q

Changelog

CHANGELOG.MD

Installation

Requires a Das Keyboard Q Series: www.daskeyboard.com

Installation, configuration and uninstallation of applets is done within the Q Desktop application (https://www.daskeyboard.com/q)

Running tests

  • yarn test

Development

Das Keyboard Q Applets

https://www.daskeyboard.io/applet-development/

yr.no

https://developer.yr.no/doc/GettingStarted/

Run from command line

  • node index.js dev { <configuration-data> } eg:

  • node index.js dev '{ "authorization": { "apiKey": "" }, "applet": { "user": { "cityId": "https://api.met.no/weatherapi/locationforecast/2.0/compact?lat=52.060669&lon=4.494025", "cityId_LABEL": "Zoetermeer, South Holland (Netherlands)", "units": "metric", "units_LABEL": "Metric" }, "defaults": {} }, "geometry": { "width": 4, "height": 1, "origin": { "x": 3, "y": 0 } } }'

Contributions

Pull requests welcome.

Copyright / License

Copyright 2014 - 2019 Das Keyboard / Metadot Corp.

Licensed under the GNU General Public License Version 2.0 (or later); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:

http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.