Skip to content

Simple MagicMirror module that uses a web scraper to display a different, random mineral every day to the user.

Notifications You must be signed in to change notification settings

Spencer6497/gemstones

Repository files navigation

Gemstones

Simple MagicMirror module that uses a web scraper to display a different, random mineral every day to the user.

Example

alt text

Instructions

cd ~MagicMirror/modules
git clone "https://github.com/Spencer6497/gemstones.git"
cd /gemstones
npm install

Configuration

As of now, configuration is very simple. Add the following to your MagicMirror's config.js:

{
            module: 'gemstones',
            disabled: false,
            position: 'middle_center'
},

About

Simple MagicMirror module that uses a web scraper to display a different, random mineral every day to the user.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published