Read the statement by Michael Teeuw here.
Eye Candy Reinstall - Config Doesn't Work
-
Thank you for the suggestion. I changed the quotes in both files, save and started MM. What I continue to get the a black screen that says Magic Mirror2 Please create a config file. See README for more information. If you get this message while your config file is already created, your config file probably contains an error. Use a JavaScript linter to validate your file.
When I use // before the command lines (the lines turn red), and restart, the MM operates normally with the other modules working, but the upper right where Eye Candy is assigned is blank. It’s only when the command lines are “live” for Eye Candy (i.e. the URL for the gif) that the black screen error shows up. Thanks again for your help.
-
@MMNewby as I said before show us the rest of the messages.
I suspect this
https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later -
@sdetweil Eye Candy doesn’t have a node_helper so no modules to install.
@MMNewby However, the config entry was incorrect. Below is the correct config.
module: "MMM-EyeCandy", position: "top_right", config: { maxWidth: "75%", // Sizes the images. Retains aspect ratio. style: '1', ownImagePath: 'https://radar.weather.gov/ridge/lite/KCLE_loop.gif' } },````
-
@mumblebaj and @sdetweil thank you for the assistance. I was able to clean up the config file with what you provide and MM boots. However, I’ll need to figure out why the weather radar gif didn’t populate onscreen. Perhaps more posts are coming, but is config file question is now solved. Thank you for your time, expertise and help!
-
@MMNewby Strange. I get the Radar image to show.