Skip to content

Commit

Permalink
Merge pull request #19 from glitch452/develop
Browse files Browse the repository at this point in the history
v2.4.0
  • Loading branch information
glitch452 authored Oct 2, 2021
2 parents 9374224 + 140d741 commit be80de8
Show file tree
Hide file tree
Showing 11 changed files with 849 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [2.4.0] - 2021-10-02

### Added
- Node package files to install dependencies (since request is no longer installed with the latest MagicMirror version)
- Git Ignore files for images (png, jpg, jpeg) in the logos folder
- Catalan translation, thanks to [jaumebosch](https://github.com/jaumebosch)!
- Included nano logos

## [2.3.0] - 2020-10-27

### Added
Expand Down
1 change: 1 addition & 0 deletions MMM-CoinMarketCap.js
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ Module.register("MMM-CoinMarketCap", {
en: "translations/en.json",
it: "translations/it.json",
es: "translations/es.json",
ca: "translations/ca.json",
};
},

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This module displays cryptocurrency information from the [Coin Market Cap](https

| Status | Version | Date | Maintained? | Minimum MagicMirror² Version |
|:------- |:------- |:---------- |:----------- |:---------------------------- |
| Working | `2.3.0` | 2020-10-27 | Yes |`2.2.1` |
| Working | `2.4.0` | 2021-10-02 | Yes |`2.2.1` |

### Example
![Example of MMM-CoinMarketCap](images/sample.png?raw=true "Example screenshot")
Expand All @@ -26,6 +26,7 @@ This module displays cryptocurrency information from the [Coin Market Cap](https
To install the module, use your terminal to:
1. Navigate to your MagicMirror's modules folder. If you are using the default installation directory, use the command:<br />`cd ~/MagicMirror/modules`
2. Copy the module to your computer by executing the following command:<br />`git clone https://github.com/glitch452/MMM-CoinMarketCap.git`
3. Enter the 'MMM-CoinMarketCap' directory and Install the node modules:<br />`cd MMM-CoinMarketCap && npm install`

## Using the module

Expand Down
3 changes: 3 additions & 0 deletions logos/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.png
*.jpg
*.jpeg
Binary file added logos/nano-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/nano-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/nano-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/nano-64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit be80de8

Please sign in to comment.