• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

MMM-OpenWeatherForecast bigger fonts and icons

Scheduled Pinned Locked Moved Unsolved Troubleshooting
5 Posts 2 Posters 187 Views 2 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    briantogo
    last edited by sdetweil Apr 29, 2025, 11:10 PM Apr 29, 2025, 10:47 PM

    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

    S 2 Replies Last reply Apr 29, 2025, 10:55 PM Reply Quote 0
    • S Offline
      sdetweil @briantogo
      last edited by sdetweil Apr 29, 2025, 10:56 PM Apr 29, 2025, 10:55 PM

      @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 .css

      the MagicMirror design for this is to put your overrides in the
      MagicMirror/css/custom.css
      file

      usually prefaced with the modulename as a css class

      .MMM-OpenWeatherForecast  xxx 
      

      and xxx is the rest of the css selector clause

      css like js is case senditive

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @briantogo
        last edited by sdetweil May 2, 2025, 5:54 PM Apr 29, 2025, 11:12 PM

        @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 editor

        the code block markers must be on a line by themselves

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • B Offline
          briantogo
          last edited by May 1, 2025, 8:22 PM

          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?

          S 1 Reply Last reply May 1, 2025, 8:25 PM Reply Quote 0
          • S Offline
            sdetweil @briantogo
            last edited by May 1, 2025, 8:25 PM

            @briantogo see the second link in my signature below on how to use the developers window elements tab to discover and test css styles

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            1 / 1
            • First post
              1/5
              Last post
            Enjoying MagicMirror? Please consider a donation!
            MagicMirror created by Michael Teeuw.
            Forum managed by Sam, technical setup by Karsten.
            This forum is using NodeBB as its core | Contributors
            Contact | Privacy Policy