Skip to content

Module to display weather information for the day from forecast.io

Notifications You must be signed in to change notification settings

hemanthsagarb/MM-ForecastIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MM-ForecastIO

ScreenShot

ScreenShot

ScreenShot

Dependencies (Add following packages to package.json)

Upgrade to the latest npm and get the latest magicmirror

Add the following dependencies to package.json in the MagicMirror directory (https://github.com/MichMich/MagicMirror)

"d3":"latest"

"jsdom": "latest"

run npm install

Module Installation

  • Clone this repo
  • Rename the folder from "MM-ForecastIO" to forecastio
  • put the folder in MagicMirror modules directory

config

  • You need to provide the APPKEY from forecast.io
  • You can configure latitude and longitude of any location
{
  module: "forecastio",
  position: "top",
  config:{
     appkey:"APPKEY",
     latitude: 43.6529,
     longitude: -79.3849
  }
}

About

Module to display weather information for the day from forecast.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published