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

    Scheduled Pinned Locked Moved Productivity
    15 Posts 5 Posters 7.0k Views 6 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.
    • Mykle1M Offline
      Mykle1 Project Sponsor Module Developer
      last edited by Mykle1

      @sonicgoose said in MMM-PilotWX:

      font size for the entire line (mode: rotating,) which css element would need to be edited?

      For your custom.css file. It works. I just tested it before posting. Modify to your liking.

      .MMM-PilotWX .bottom_bar {
         color: cyan;        /* Color line. Default is white. */
         font-size: .9em;    /* Or you can use Ex. 12px */
      }  
      

      Create a working config
      How to add modules

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

        @mykle1 said in MMM-PilotWX:

        .MMM-PilotWX .bottom_bar {
        color: cyan; /* Color line. Default is white. /
        font-size: .9em; /
        Or you can use Ex. 12px */
        }

        Yep, that works. Perfect. Thank you.

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

          @sonicgoose said in MMM-PilotWX:

          Yep, that works. Perfect. Thank you.

          :thumbsup:

          Create a working config
          How to add modules

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

            Loving this module, but for some reason the list doesn’t appear in the same order that I entered them in the config.

            Is there a way to fix that?

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

              @brentevjen said in MMM-PilotWX:

              the list doesn’t appear in the same order that I entered them in the config.

              No, they wouldn’t. The divs are dynamically created based on the return from the API. The most recent item (timestamped) will always be at the top, dropping down as more recent data comes in. So, there is nothing to fix.

              Of course, you can always fork the repo and make any changes you like.

              Create a working config
              How to add modules

              B 1 Reply Last reply Reply Quote 1
              • B Offline
                brentevjen @Mykle1
                last edited by

                @Mykle1 Thanks for the info! I wouldn’t even know where to start with that!
                Cheers

                1 Reply Last reply Reply Quote 0
                • O Offline
                  on8cb
                  last edited by

                  Reviving an old thread, I just installed the module but it stays stuck on “loading PilotWX”, I have just one airport (LIBD) in the list and copy-paste the configuration from the example changing just the location to bottom_left.
                  Any hint on how to make it work?

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @on8cb
                    last edited by

                    @on8cb this module suffers from this.

                    https://forum.magicmirror.builders/topic/15778/fix-for-black-screen-in-2-16-and-later

                    and it’s possible the API has changed in 3 years

                    the author is not available currently.

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    O 1 Reply Last reply Reply Quote 0
                    • O Offline
                      on8cb @sdetweil
                      last edited by

                      @sdetweil Thank you.

                      I noticed that several 3rd party modules are in the same conditions either for the broken/old libraries or for the expired certificates or because the API are no longer working (WUnderground, DarkSky) or a combination of the three.

                      I will try to understand how it work and eventually how to create my own modules.

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @on8cb
                        last edited by sdetweil

                        @on8cb old libs problem

                        a module should identify all the libs it uses in it’s package.json file, as 'dependencies.

                        it worked and the authors didn’t know about this.

                        we deleted the libs as they were removed from distribution (deprecated)… and oops the module still needs them but didn’t say so.

                        if they had, and created a package.json file (npm init -y) the problem would not have occurred.

                        apis not working… well nobody wants to drag old stuff along anymore ‘too much work’… so they change whatever they want, too bad for developers or users.

                        when I worked for IBM my mentor reminded me often that, when u document an API, it lives like that forever. same input produces the same output. you want to ADD stuff ok, it’s a new API… stuff doesn’t break… customers can continue to depend on you…

                        anyhow…

                        certs… well they expire… app owners should plan for that… nah, too much work, we’ll deal w it then…

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        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