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-aviationwx (Aviation weather)

    Scheduled Pinned Locked Moved Transport
    111 Posts 12 Posters 133.8k Views 11 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.
    • 3 Offline
      320fan @320fan
      last edited by

      And that for a detail view: 0_1511164083247_95586701-0622-4C8F-9383-D9983891EDBC.jpeg

      1 Reply Last reply Reply Quote 0
      • cowboysdudeC Offline
        cowboysdude Module Developer @allebone
        last edited by

        @allebone

        Finally a reasonable request…and an offer to help…

        1 Reply Last reply Reply Quote 0
        • S Offline
          stephenmelody @allebone
          last edited by

          @allebone said in MMM-aviationwx (Aviation weather):

          Anything I can to help? Im actually an Air Force aviator trying to get a module like this for our Operations Center.

          There is a universal coding standard for METARS in the Flight Information Handbook (FIH).

          Also, I’d stick to ICAO identifiers as they automatically include international.

          If you use the API from NOAA: https://aviationweather.gov/metar/data?ids=Rodn&format=raw&date=0&hours=0, the results always come imperial.

          Bryan

          Hey Bryan,

          That last bit isn’t strictly true… the NOAA API will give you locally used units, not always imperial.

          for example, pull the NOAA API for EGNX (UK), you’ll get:

          EGNX 201650Z 25012KT 9999 BKN042 12/10 Q1010

          Windspeed is in Kts, viz is in Metres (9999m or 10km+), Pressure is in hPa (Q for QNH 1010hPa).

          UUDD (Russia):
          UUDD 201700Z 13002MPS 9999 OVC025 01/M02 Q1011 R88/190095 NOSIG

          wind is in m/s (130 degrees at 02m/s) and viz in metres, pressure in hPa (Q1011).

          KPIT (USA):
          KPIT 201651Z 21012G18KT 10SM SCT250 02/M06 A3013 RMK AO2 SLP221 T00221056

          Wind in kts (210 @ 12kts, Gusting to 18kts), viz is statute miles (10SM), pressure in inHg (A3013).

          So you do need to know the units you’re dealing with, which is nice with the avwx api, as it gives you the units.

          I don’t know of anywhere that uses F for temperatures, it always seems to be Celcius, with M indicating minus so for PIT above, Temp = 02 degrees C, dew point Minus 06 degrees C.

          1 Reply Last reply Reply Quote 0
          • Mykle1M Offline
            Mykle1 Project Sponsor Module Developer @stephenmelody
            last edited by

            @stephenmelody said in MMM-aviationwx (Aviation weather):

            What does a UK airport give you? Maybe EGLL or EGNX as the codes?

            0_1511208527324_1.JPG

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • Mykle1M Offline
              Mykle1 Project Sponsor Module Developer @allebone
              last edited by Mykle1

              @allebone said in MMM-aviationwx (Aviation weather):

              Anything I can to help? Im actually an Air Force aviator trying to get a module like this for our Operations Center.

              Not at the moment but I’ll let you know. Would I then be employed by the USAF? How big is their budget? ;-)

              There is a universal coding standard for METARS in the Flight Information Handbook (FIH).

              Uhh, I won’t be reading that. I’m just trying to make heads or tails of the requests being given here and the amount of data I have to deal with. FYI, I’m not a pilot. I’m a programming hobbyist.

              Also, I’d stick to ICAO identifiers as they automatically include international.

              Point taken.

              If you use the API from NOAA: https://aviationweather.gov/metar/data?ids=Rodn&format=raw&date=0&hours=0, the results always come imperial.

              This url encourages me, although it brings me to a web page displaying the data instead of the API data itself. Can you find me a url that brings me to the actual API data?

              This is what your url gives me

              0_1511211325094_1.JPG

              This is what I need

              0_1511211348285_2.JPG

              Create a working config
              How to add modules

              S 1 Reply Last reply Reply Quote 0
              • Mykle1M Offline
                Mykle1 Project Sponsor Module Developer @320fan
                last edited by

                @320fan said in MMM-aviationwx (Aviation weather):

                Using of colored dot before ICAO code is a best solution (It’s more user-frendly than just a IFR/VFR etc.)

                Read what I asked of @stephenmelody regarding this. Allow me to start off simply, without having to code a colored dot for each Flight Rule. User friendly, sure, but I’m doing this on my own time.

                About different units - it’s nice to have a possibility to convert all units in the one base, but that request is not mandratory. In any case I can provide simple formulas for coversion of hPa into Hdg, F to C, kt to m/s and etc.

                Again, I’m not willing, at the moment, to code every conversion. If the units are included in the data, that’s what you will get.

                And if we going back to beginning: could you please make for the brief data format something like that from my lovely iPad AeroWeather application? This app is very popular for the pilots and it wiil be nce to keep more-less same base:

                If we’re going back to the beginning then this is what you asked for initially. With the exception of the green icon, that’s what I’ve done so far.
                0_1511210126972_2.png

                Create a working config
                How to add modules

                1 Reply Last reply Reply Quote 0
                • S Offline
                  stephenmelody @Mykle1
                  last edited by

                  @Mykle1 Here…

                  https://aviationweather.gov/gis/scripts/MetarJSON.php

                  or maybe this:

                  https://aviationweather.gov/gis/javascript/Metars.js

                  However - the php file only seems to give North American and some random METARs, not the same coverage as that webpage gives… weird I know right?!

                  Also - the us gov doesn’t give local units like the avwx api does, so you have to make a leap of faith as to what it’s showing.

                  Mykle1M 1 Reply Last reply Reply Quote 0
                  • Mykle1M Offline
                    Mykle1 Project Sponsor Module Developer @stephenmelody
                    last edited by

                    @stephenmelody

                    I do appreciate the effort. Thanks, but neither of those would work. However, I’ll be working on it in the next few days.

                    Questions: How many different Flight Rules are there? And how many different colors associated with them? Would a flight rule (IFR) colored appropriately, amount to the same thing as a colored circle?

                    Create a working config
                    How to add modules

                    S 1 Reply Last reply Reply Quote 0
                    • S Offline
                      stephenmelody @Mykle1
                      last edited by

                      @Mykle1 It’s not great in that it doesn’t have full global weather either, so to the original requester’s requirements, it wouldn’t do the job anyway. the AVWX API looks to be better in that regard.

                      WRT flight conditions, this differs from country to country, the UK typically only reports 2, VFR or IFR. The US seems to have 4 (which is what I’d go with, i’ve never seen anything more that these 4):

                      VFR
                      MVFR
                      IFR
                      LIFR

                      There’s also two types of colour schemes, many pilots use the Alternative (I fly on alternative), so being able to configure this would be perfect…

                      Standard: VFR-Blue MVFR-Green IFR-Yellow LIFR-Red Unknown-Grey

                      Alternative: VFR-Green MVFR-Blue IFR-Red LIFR-Magenta Unknown-Grey

                      Would the text coloured per the rules work the same as a coloured circle? Yes - although a circle would be better for screen real estate I would imagine…

                      Mykle1M 3 Replies Last reply Reply Quote 0
                      • Mykle1M Offline
                        Mykle1 Project Sponsor Module Developer @stephenmelody
                        last edited by Mykle1

                        @stephenmelody

                        Ok, so here is where I stand. Yesterday, I began a second version of this module. It looks nearly identical to my first prototype. However, in this second version I was using the aviationweather API. Besides the fact that the data does not come in json format (my personal preference) the data itself doesn’t contain a “units” object. This seems fairly important to me. I’d rather have the units than not.

                        So, I’m going back to the original prototype and continue from there, using the avwx API.

                        Create a working config
                        How to add modules

                        1 Reply Last reply Reply Quote 1
                        • Mykle1M Offline
                          Mykle1 Project Sponsor Module Developer @stephenmelody
                          last edited by

                          @stephenmelody said in MMM-aviationwx (Aviation weather):

                          Standard: VFR-Blue MVFR-Green IFR-Yellow LIFR-Red Unknown-Grey
                          Alternative: VFR-Green MVFR-Blue IFR-Red LIFR-Magenta Unknown-Grey

                          Thanks for doubling my workload, Stephen. :-)

                          Create a working config
                          How to add modules

                          1 Reply Last reply Reply Quote 0
                          • A Offline
                            allebone
                            last edited by

                            This is amazing collaboration. Anyone interested in hammering out a CSS/Config that would work well for an FBO or Flight Ops Office to coincide with this module? We have the Base Ops Office here, and its needed a good weather, NOTAMS, Ops Notes display for visiting people. I am pretty sure every FBO out there would love to have something too.

                            Would be nice to config it up to where its just change ICAO and surrounding field ICAOs to get a workable display.

                            We have actually talked recently about how we’d display an Airfield Diagram, but color code the RCR for all the Taxi-ways. We have limits to where we can taxi on Ice/Slush here in the Midwest, so it’d be nice to visualize. However, I haven’t begun to figure out how to crack that nut. (STS). :)

                            Bryan

                            1 Reply Last reply Reply Quote 0
                            • S Offline
                              stephenmelody
                              last edited by

                              @allebone - what colour scheme do you use for IFR/VFR/MVFR/LIFR? Personally I prefer the alternative one that I have called out above.

                              @Mykle1 - no problem, always here to make life harder :-D

                              Here’s another option that might be of interest, as it’s JSON format…

                              https://www.icao.int/safety/iStars/Pages/API-Data-Service.aspx

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                stephenmelody
                                last edited by

                                @allebone @Mykle1

                                This would give you the NOTAM information…
                                https://www.npmjs.com/package/notams

                                METAR / TAF:
                                https://www.npmjs.com/package/metar-taf

                                https://www.npmjs.com/package/metar-js

                                Don’t know if they help…?

                                1 Reply Last reply Reply Quote 0
                                • Mykle1M Offline
                                  Mykle1 Project Sponsor Module Developer @stephenmelody
                                  last edited by

                                  @stephenmelody said in MMM-aviationwx (Aviation weather):

                                  Alternative: VFR-Green MVFR-Blue IFR-Red LIFR-Magenta Unknown-Grey
                                  Would the text coloured per the rules work the same as a coloured circle? Yes - although a circle would be better for screen real estate I would imagine…

                                  Ok, I’ve coded the “Alterative” color scheme just now, as you’ve described it, using generic colors. You will get the corresponding colored circle depending on the Flight Rule. What I would like from you are HEX color codes for those five colors that work best against the black background. For instance, you may want a lighter blue as the generic blue is a little hard to see. Agreed?

                                  0_1511315233411_1.JPG

                                  Create a working config
                                  How to add modules

                                  1 Reply Last reply Reply Quote 0
                                  • cowboysdudeC Offline
                                    cowboysdude Module Developer
                                    last edited by

                                    I would like #FCDFFF, #FAAFBA, #E45E9D, #FFFF00 and #87F717

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      stephenmelody
                                      last edited by

                                      Is it in a CSS file? That way I’m guessing people could self-configure?

                                      Here’s what the original module is using and it looks like the below.

                                      .vfr {
                                        color: green;
                                      }
                                      
                                      .mvfr {
                                        color: blue;
                                      }
                                      
                                      .ifr {
                                        color: red;
                                      }
                                      
                                      .lifr {
                                        color: #f0f;
                                      }
                                      

                                      Blue looks ok through my glass, so I don’t see any issue with that.

                                      alt text

                                      Mykle1M 1 Reply Last reply Reply Quote 0
                                      • cowboysdudeC Offline
                                        cowboysdude Module Developer
                                        last edited by

                                        Mixing color names and hex colors…bad format. I’d stick with hex and people can still change them

                                        1 Reply Last reply Reply Quote 1
                                        • Mykle1M Offline
                                          Mykle1 Project Sponsor Module Developer @stephenmelody
                                          last edited by

                                          @stephenmelody

                                          What are the last 2 entries on each line

                                          10/-1 and (20:51)

                                          Create a working config
                                          How to add modules

                                          cowboysdudeC 1 Reply Last reply Reply Quote 0
                                          • S Offline
                                            stephenmelody
                                            last edited by

                                            10 degrees C temperature / -1 degrees C dew point (time of report)

                                            Mykle1M 1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 2 / 6
                                            • 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