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-Weather

    Scheduled Pinned Locked Moved Utilities
    17 Posts 10 Posters 4.9k 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.
    • ? Offline
      A Former User
      last edited by

      nope, Api don’t return any info about this … sorry

      How far will he stop ? 😀

      I don’t stop, and working already around another module !

      1 Reply Last reply Reply Quote 0
      • J Offline
        JohnBachini
        last edited by

        @Bugsounet thanks, another excellent module , got this working on my mirror 👍

        1 Reply Last reply Reply Quote 0
        • B Offline
          banbutcher
          last edited by

          do we use the same api key from orignal weather app or new one?

          thanks

          1 Reply Last reply Reply Quote 0
          • ? Offline
            A Former User
            last edited by

            @banbutcher : sure you can ;)

            the api key is the same as the default weather module

            1 Reply Last reply Reply Quote 0
            • B Offline
              banbutcher
              last edited by

              great, have it working now, looks great! :)

              thank you

              1 Reply Last reply Reply Quote 0
              • M Offline
                MC
                last edited by

                i like this modul very much. Thanks for that !!

                one question:
                is there a possibility to change the icons? maybe animated ?

                Thanks !

                1 Reply Last reply Reply Quote 0
                • ? Offline
                  A Former User
                  last edited by

                  actually, it’s not possible, i fetch officials icon of OpenWeather
                  It’s restricted by OpenWeather.
                  They don’t want to change it.

                  Sorry guys, when i do a module I query owner of api what can i do :)

                  (After, if you don’t publish it, fork it and do your own)

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    CanbiZ
                    last edited by

                    Hello!

                    I use your plugin. But I always get wrong values (I think in Fahrenheit) in the config.js of MM but “metric” is given, but I can’t get it pulled for your plugin…
                    Do you have an idea?

                    1 Reply Last reply Reply Quote 0
                    • ? Offline
                      A Former User
                      last edited by

                      hi, can you give your module config?

                      Don’t forget to replace your key by ‘XXXX’

                      C 1 Reply Last reply Reply Quote 0
                      • C Offline
                        CanbiZ @Guest
                        last edited by

                        @Bugsounet

                        {  
                        			/* 2. Modul - Page 1  */
                        			module: "MMM-Weather",
                        			position: "top_left",
                        			configDeepMerge: true,
                        			config: {
                        				debug: false,
                        				updateInterval: "15m", // 15 minutes
                        				updateFadeSpeed: 500,
                        				api: {
                        				  key: "XXXX",
                        				  latitude: "51.XXX",
                                                          longitude: "12.XXX",
                        				},
                        				display: {
                        				  CurrentConditions: true,
                        				  ExtraCurrentConditions: true,
                        				  Summary: true,
                        				  ForecastTableColumnHeaderIcons: true,
                        				  HourlyForecast: true,
                        				  DailyForecast: true,
                        				  Precipitation: true,
                        				  Wind: true,
                        				  InlineIcons: true,
                        				  Feels: true,
                        				  SunCondition: true,
                        				  Humidity: true,
                        				  UV: true,
                        				  Beaufort: true
                        				},
                        				personalize: {
                        				  hourlyForecastInterval: 3,
                        				  maxHourliesToShow: 3,
                        				  maxDailiesToShow: 3,
                        				  concise: false,
                        				  colored : true,
                        				  forecastLayout: "table",
                        				  forecastHeaderText: ""
                        				},
                        				labels: {
                        				  high: "H",
                        				  low: "L",
                        				  timeFormat: "kk[h]"
                        				}
                        			  }
                        		},
                        
                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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