Skip to content

wzooff/mmm-uah-currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Module: mmm-uah-currency

This is module for MagicMirror that gets todays currency rate (relates to UAH) from bank.gov.ua API for choosen currency.

Installation

  1. Go to MagicMirror's modules folder and execute git clone https://github.com/wzooff/mmm-uah-currency.git.
  2. add module into modules array in config.js
  3. reboot MM service
  4. profit!!!

Configuration

modules: [
  {
    module: 'mmm-uah-currency',
    position: "bottom_right",
    config: {
      currencyCodes: ["USD", "GBP", "EUR"], // Default, so you can ommit config section.
    }
  }
]

Screenshot

mmm-uah-currency

TODO

  • configure update scheduled by exact time, not interval

About

Module for MagicMirror that shows UAH currency rates

Topics

Resources

License

Stars

Watchers

Forks