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 not executed on return from GoogleAssistant. MMM-GoogleAssistant
- 
 @gelaw said in custom.css not executed on return from GoogleAssistant. MMM-GoogleAssistant: @Bugsounet Thanks! When I navigate to the location that you posted it do not see an entry for custom.css. Perhaps I have it in the wrong location? Or I missed a setting to activate this in GoogleAssistant or Assistant2Display? my custom.css file is simply: 
  and it it located at /home/pi/MagicMirror/css this ? 
- 
 @Bugsounet yes 
- 
 @Bugsounet 
 Here is the custom.css file I use:/** * custom clock location */ .clock { position: absolute !important; left: 200px; top: 20px; }
