diff --git a/CHANGELOG.md b/CHANGELOG.md index bc50dfa4..165fe1dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added +- Added in screenshot for the current weather + ### Fixed ### Updated diff --git a/modules/default/currentweather/README.md b/modules/default/currentweather/README.md index 030b04bf..9423c249 100644 --- a/modules/default/currentweather/README.md +++ b/modules/default/currentweather/README.md @@ -2,6 +2,11 @@ The `currentweather` module is one of the default modules of the MagicMirror. This module displays the current weather, including the windspeed, the sunset or sunrise time, the temperature and an icon to display the current conditions. +## Screenshot + +- Current weather screenshot +![Current Weather Screenshot](weather_screenshot.png) + ## Using the module To use this module, add it to the modules array in the `config/config.js` file: diff --git a/modules/default/currentweather/weather_screenshot.png b/modules/default/currentweather/weather_screenshot.png new file mode 100644 index 00000000..2f6e5257 Binary files /dev/null and b/modules/default/currentweather/weather_screenshot.png differ