A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Align to the left!
- 
 Well disable one and see if the other is fixed… whichever one you disable and the other is good then the one you disabled more than likely has a css issue ;) 
- 
 @cowboysdude you did fix this for me using NOAAv1 on my pi and ubuntu builds…i can’t remember what file we overwrote as i think it was on mkyle1’s forum! 
- 
 Well sheet! I think it was CBD that crashed the server. ;-) 
- 
 @mykle1 hahahah…i knew it! 
- 
 Fixed by editing the NOAA1.css file: /* .MMM-NOAA3 .table th, tr, td{ 
 text-align:center;
 table-layout:fixed;
 }
 */.MMM-NOAA .table th { 
 text-align:center;
 table-layout:fixed;
 }.MMM-NOAA .table tr { 
 text-align:center;
 table-layout:fixed;
 }.MMM-NOAA .table td { 
 text-align:center;
 table-layout:fixed;
 }Comment out the first entry…add the next 3 
 


