Read the statement by Michael Teeuw here.
MMM-DailyJuice
-
Do you juice? Do you have a hard time figuring out what juice to make on a given day? No worries, let the Daily Juice MagicMirror module decide for you!
https://github.com/BerkSmash1984/MMM-DailyJuice
This module scrapes a random juice recipe from https://juicerecipes.com and displays it on your MagicMirror. It also includes a clickable link (if using a touch screen) that opens your default browser to show detailed ingredient information, nutrition facts, reviews and how to make the juice being displayed.
Now go get your juice on and reap the benefits!
If you have any suggestions for improvements or features, let me know!
-
-
@Niggich Hmm not seeing that on mine. It looks like you are using some custom css for your display? Did you check the dev console to see what it shows for that text? I am sure you can add a custom css entry to the MagicMirror/css/custom.css file to get it corrected on your mirror to match your wider layout.
-
@BerkSmash1984 Thank You. I found a way to fix it with my custom css.
.juice-container { height: auto; width: 200px; } .juice-title { font-size: 20px; text-align: center; padding: 0px; margin-left:auto; margin-right:auto; position: relative; }
-
@Niggich Awesome! I hope you enjoy the module!