All Projects → cowboysdude → MMM-NOAA

cowboysdude / MMM-NOAA

Licence: other
Weather module

Programming Languages

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

Projects that are alternatives of or similar to MMM-NOAA

MMM-forecast-io
Forecast.io Module for MagicMirror
Stars: ✭ 58 (+241.18%)
Mutual labels:  weather, magicmirror2
Weather
用WPF写的日历天气桌面小程序
Stars: ✭ 44 (+158.82%)
Mutual labels:  weather
eorzea-weather
Weather forecast for Eorzea.
Stars: ✭ 26 (+52.94%)
Mutual labels:  weather
natsuha-weather
Natsuha Weather for WeChat Mini Program.
Stars: ✭ 33 (+94.12%)
Mutual labels:  weather
AndroidWeatherApp
Android WeatherApp, using the http://openweathermap.org/ API. Made for Network + JSON Parsing and Material Design Experiments.
Stars: ✭ 17 (+0%)
Mutual labels:  weather
wingpanel-indicator-weather
Weather app for elementary os
Stars: ✭ 12 (-29.41%)
Mutual labels:  weather
react-weather-app
An attempt to make an ultimate weather app. In ReactJS, with React hooks and context.
Stars: ✭ 39 (+129.41%)
Mutual labels:  weather
BME680
Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
Stars: ✭ 30 (+76.47%)
Mutual labels:  weather
descent
Elegant now playing display for Last.fm showing song metadata and local weather.
Stars: ✭ 97 (+470.59%)
Mutual labels:  weather
dwdweather2
Python client to access weather data from Deutscher Wetterdienst (DWD), the federal meteorological service in Germany.
Stars: ✭ 68 (+300%)
Mutual labels:  weather
scala-weather
High-performance Scala library for looking up the weather
Stars: ✭ 45 (+164.71%)
Mutual labels:  weather
WeatherSwiftUI
Implementation of the Weather app using SwiftUI and OpenWeather API.
Stars: ✭ 37 (+117.65%)
Mutual labels:  weather
pluvia weather flutter
A weather app with beautiful animations, built with Flutter. Uses the OpenWeatherMap API and MapBox API.
Stars: ✭ 114 (+570.59%)
Mutual labels:  weather
dc-plugins
基于DC-SDK开发的插件库,包含动画、效果、天气、材质、热区图层、聚合图层🌎
Stars: ✭ 40 (+135.29%)
Mutual labels:  weather
AZ-Touch-Pi0-Weather
AZ-Touch PiZero Weatherstation
Stars: ✭ 31 (+82.35%)
Mutual labels:  weather
weather
基于MVP的安卓天气demo
Stars: ✭ 49 (+188.24%)
Mutual labels:  weather
climate-app
Climate App é uma aplicação responsável por mostrar dados climáticos (temperatura atual, umidade, velocidade do vento etc) de uma determinada cidade em tempo real. A obtenção desses dados foi feita através da open-weather-api.
Stars: ✭ 40 (+135.29%)
Mutual labels:  weather
weather-app
⛅ Check the current weather in any city on the planet.
Stars: ✭ 86 (+405.88%)
Mutual labels:  weather
yahoo-weather-java-api
A Java API for the yahoo weather service
Stars: ✭ 26 (+52.94%)
Mutual labels:  weather
Beauty
从中央天气网获取七天天气数据http://www.weather.com.cn/ 搜索框联想功能,根据输入联想位置名称和城市代码 窗体呈现,每一个卡片在hover时有三个动画,上升一定高度,阴影渐变出现,offset渐变增加,卡片上方按钮渐变出现
Stars: ✭ 16 (-5.88%)
Mutual labels:  weather

This repository is maintained by Cowboysdude and is the Original NOAA module... [SPECIAL THANKS TO tbbear FOR FOR ALL THE HARD WORK!] [This is the second version of this module for MagicMirror2]

MMM-NOAA V2.0

Weather for your mirror Also UV index and Air Quality Index. [Warning AQI may not work in all areas].

Examples

*Automatically adjusts languge and all other settings based on your config.js!

Your terminal installation instructions

  • git clone https://github.com/cowboysdude/MMM-NOAA into the ~/MagicMirror/modules directory.
  • ~MagicMirror/modules/MMM-NOAA
  • npm install

Get your free API key here [WEATHER, You must also get an AirAPI Key--- see below]

https://www.weatherbit.io/api

  • Select the free plan

Get your AirKEY from here

https://airvisual.com/api

Config.js entry and options

Will automatically select translation file and either F or C by reading your defaults from the config.js file [at the top] Will default to EN if NO translation file is found. Weather alerts will be in the native language chosen by your config.js automatically and in the correct language! Thanks tbbear!!!

{
    module: 'MMM-NOAA',
    config: {

	apiKey: "YOUR API KEY",    // https://www.wunderground.com/weather/api  select the middle plan... 
	airKey: "YOUR API KEY"    // IF you want Air Quality Index
}
},

Start your mirror . . . enjoy!

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].