• 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.

Weather modules

Scheduled Pinned Locked Moved Requests
22 Posts 9 Posters 4.5k Views 9 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.
  • W Offline
    wheresmygravy
    last edited by Jul 27, 2020, 2:03 AM

    I just found MMM-WeatherOrNot after trying several others. I like it because you can set a background behind the module. My MagicMirror is not a mirror at all and uses random images behind all of my modules, so the contrast in needed.

    Is there a simple way to increase the size of the fonts? They are a little hard to read for my 81-yr old mother in law.

    Thank you.

    M 1 Reply Last reply Jul 27, 2020, 8:52 PM Reply Quote 0
    • M Offline
      Mykle1 Project Sponsor Module Developer @wheresmygravy
      last edited by Jul 27, 2020, 8:52 PM

      @wheresmygravy said in Weather modules:

      Is there a simple way to increase the size of the fonts? They are a little hard to read for my 81-yr old mother in law.

      Unfortunately, font size is not an option with this module.

      Create a working config
      How to add modules

      F 1 Reply Last reply Jul 27, 2020, 9:01 PM Reply Quote 0
      • F Offline
        Feedy88 @Mykle1
        last edited by Jul 27, 2020, 9:01 PM

        @Mykle1 Woulnd’t it be possible via a custom css?

        M 1 Reply Last reply Jul 27, 2020, 9:08 PM Reply Quote 0
        • M Offline
          Mykle1 Project Sponsor Module Developer @Feedy88
          last edited by Jul 27, 2020, 9:08 PM

          @Feedy88 said in Weather modules:

          Woulnd’t it be possible via a custom css?

          It would not. The module is inside of an iFrame and only those options available at the source can be modified. Font Size is not one of those options

          Create a working config
          How to add modules

          F 1 Reply Last reply Jul 28, 2020, 11:10 AM Reply Quote 0
          • F Offline
            Feedy88 @Mykle1
            last edited by Jul 28, 2020, 11:10 AM

            @Mykle1 Understood. Guess that is the part making it responsive as you change the size?

            1 Reply Last reply Reply Quote 0
            • A Offline
              audun
              last edited by Aug 11, 2020, 3:27 PM

              This weather module works great.
              https://github.com/martinkooij/MMM-MyWeather

              It’s the same as the one from jclarke0000, but this uses weatherbit.io api instead.

              1142a122-661e-461a-bf34-fc43b122595c-image.png

              1 Reply Last reply Reply Quote 0
              • I Offline
                icemanmw
                last edited by icemanmw Aug 11, 2020, 7:25 PM Aug 11, 2020, 7:06 PM

                Hi audun ,
                thank you for the hint (that´s what i am looking for )
                ,i tried to install but it is not running .
                Just “loading” is displayed. Tried different config´s but no result. Is there a special thing to follow that it will run?

                A 1 Reply Last reply Aug 14, 2020, 9:21 AM Reply Quote 0
                • A Offline
                  audun @icemanmw
                  last edited by audun Aug 14, 2020, 9:22 AM Aug 14, 2020, 9:21 AM

                  @icemanmw

                  This config is working for me. Can you test.
                  Did you run npm install after git clone?

                  		{
                  			module: 'MMM-MyWeather',
                  			position: 'top_left',
                  			config: {
                  				fade: false,
                  				apikey: 'yourapikey', // private; don't share!
                  				lat: "59.613794", // Culemborg, NL ;)
                  				lon: "11.072405", // use the quotes! 
                  				hourly: '1',
                  				coloricon: true,
                  				iconset: "colourful",
                  				fctext: '0',
                  				fcdaycount: "5",
                  				fcdaystart: "0",
                  				hourlyinterval: "3",
                  				hourlycount: "2",
                  				alerttime: 10000,
                  				alerttruncatestring: "english:",
                  				roundTmpDecs: 1,
                  				windunits: "kph",
                  				UseCardinals: 0,
                  				layout: "vertical",
                  				timeFormat: "HHmm",
                  			}
                  		},
                  
                  1 Reply Last reply Reply Quote 0
                  • 1
                  • 2
                  • 3
                  • 2 / 3
                  • First post
                    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