Skip to content

dentrass/MMM-ArlaRandomMeal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍽️ MMM-ArlaRandomMeal

MagicMirror Version License

A MagicMirror² module that displays a random recipe from Arla with image, cooking time and QR code.


✨ Features

  • 🍽️ Daily random recipe
  • 🖼️ Recipe image
  • ⏱️ Cooking time
  • 📱 QR code to open recipe on your phone
  • 🔁 Avoids duplicates until all recipes are used

📸 Preview

screenshot

🚀 Installation

cd ~/MagicMirror/modules
git clone https://github.com/dentrass/MMM-ArlaRandomMeal.git
cd MMM-ArlaRandomMeal
npm install

⚙️ Configuration

Add this to your config.js:

{
  module: "MMM-ArlaRandomMeal",
  position: "top_right"
}

📦 Dependencies

Automatically installed:

  • axios
  • cheerio
  • qrcode

🧠 How it works

  • Scrapes recipes from Arla
  • Picks one per day
  • Stores history to avoid repeats
  • Generates QR code for easy access

🎨 Styling

Uses:

MMM-ArlaRandomMeal.css

Override in custom.css if needed.


🔄 Update

cd ~/MagicMirror/modules/MMM-ArlaRandomMeal
git pull
npm install

📄 License

MIT


👤 Author

dentrass


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors