Skip to content

A MagicMirror module that scrapes a random juice recipe from https://juicerecipes.com and displays it on your MagicMirror. It also includes a clickable link that includes detailed ingredient information, nutrition facts, and how to make the juice being displayed.

License

Notifications You must be signed in to change notification settings

BerkSmash1984/MMM-DailyJuice

Repository files navigation

MMM-DailyJuice

A MagicMirror module that displays a random juice recipe daily, including the image, title, and ingredients.

Features

  • Displays a random juice recipe with an image, title, and ingredients list.
  • Clickable title links to the full recipe on JuiceRecipes.com.
  • Automatically updates once every 24 hours (or any time interval desired).

Screenshots

image

image

Installation

  1. Clone this repository into the modules folder of your MagicMirror installation:
    cd MagicMirror/modules
    git clone https://github.com/BerkSmash1984/MMM-DailyJuice.git
    
  2. Install dependencies:
    cd MMM-DailyJuice
    npm install
    

Configuration

  1. Add the module to the config.js file in your MagicMirror directory:
    {
       module: "MMM-DailyJuice",
       header: "The Daily Juice",
       position: "top_center",
       config: {
          updateInterval: 86400000 // Update interval in milliseconds (24 hours). Can use any interval you want.
        }
    }

About

A MagicMirror module that scrapes a random juice recipe from https://juicerecipes.com and displays it on your MagicMirror. It also includes a clickable link that includes detailed ingredient information, nutrition facts, and how to make the juice being displayed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published