Read the statement by Michael Teeuw here.
MMM-OpenWeatherForecast bigger fonts and icons
- 
 Greetings, 
 I am using MagicMirror in my man cave, 20 feet away from where we sit to watch movies. Other than the outside temp, all other fonts and icons are too small to read. How can I enlargen that? I’ve included the entry from my config.js;{ module: "MMM-OpenWeatherForecast", position: "top_left", header: "Forecast", config: { apikey: "xxxxxxx", //only string here latitude: 42.213206, //number works here longitude: "-82.898381", //so does a string units: "imperial" } },Thanks, 
 Brian
- 
 @briantogo MagicMirror is a web page. as such css styles control the visual aspect of the page each module can supply styles for its content 
 usually in a file with the module name .cssthe MagicMirror design for this is to put your overrides in the 
 MagicMirror/css/custom.css
 fileusually prefaced with the modulename as a css class .MMM-OpenWeatherForecast xxxand xxx is the rest of the css selector clause css like js is case senditive 
- 
 @briantogo dont put personal apikeys etc in posts here please use code block around config or log entries paste text into message editor , blank line above and below 
 select text just pasted
 hit the </> button above the editorthe code block markers must be on a line by themselves 
- 
 Thanks Sam, can I just copy all the MMM-OpenWeatherForecast.css contents to custom.css and increase size numbers and test? Or any other suggestions? 
- 
 @briantogo see the second link in my signature below on how to use the developers window elements tab to discover and test css styles 
