A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Custom CSS Debugging
-
I’m having a hard time targeting specific modules to debug CSS and am interested in doing a View|Source (or inspecting), but I’m using a Mac and only able to view my MagicMirror via TigerVNC and/or ssh via Terminal, which means I have no ability to right-click to see the source.
Can anyone help me out here?
See also: Where to start with custom CSS?
-
@davidgagne edit the MagicMirror config.js and change
address:"0.0.0.0", ipWhitelist:[],
as the software was designed for a mirror on the wall, it doesnt allow outside the system access.
I debug MagicMirror on chrome on my Mac mini all the time
see this post too
https://forum.magicmirror.builders/topic/14862/help-with-a-couple-css-issues/2?_=1717429110833 -
@sdetweil YES!!!
Thank you so much! This is exactly what I wanted. <chef’s kiss>