MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    MMM-AQI

    Health
    13
    55
    11936
    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.
    • F
      Fonfon @ryck last edited by

      @ryck ahh ok i understand…Thanks a lot 😉

      1 Reply Last reply Reply Quote 0
      • E
        E3V3A last edited by

        Would you be willing to have/make an option to make the items horizontal instead of vertical? So to save space, since they are only numbers?

        "Everything I do (here) is for free – altruism is the way!"
        MMM-FlightsAbove, MMM-Tabulator, MMM-Assistant (co-maintainer)

        R 1 Reply Last reply Reply Quote 0
        • R
          ryck Module Developer @E3V3A last edited by

          @E3V3A Yes, that’s a good idea, I’ll try to implement it as soon as I have some spare time!

          1 Reply Last reply Reply Quote 1
          • M
            maydaymiao last edited by

            Hi, nice module. One question, is it possible to filter some of the pollutants that I want to see? Right now, it just displays all of them.

            1 Reply Last reply Reply Quote 2
            • R
              rvanuden last edited by

              i am a late comer, just starting to learn about the magicmirror

              i do have a question about this nice module

              is there a way to display tresholds?

              for most people numbers say nothing, or you work with colors or display tresholds, how else can you know which pollutant is good or bad?

              1 Reply Last reply Reply Quote 0
              • S
                Smotx last edited by

                Thx, very good, but why the ‘header’ is not visible ?

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

                  @Smotx said in MMM-AQI:

                  Thx, very good, but why the ‘header’ is not visible ?

                  Post your config entry for this module in a code block

                  Create a working config
                  How to add modules

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

                    @Mykle1

                    ```
                    
                    {
                    			module: 'MMM-AQI',
                    			position: 'top_left',
                    			header: 'Polution',
                    			config: {
                    				token: "99860xxxxxxx",
                    				city: "@8xxx",
                    				iaqi: false,
                    				updateInterval: 30 * 60 * 1000, // Every half hour.
                    				initialLoadDelay: 0,
                    				animationSpeed: 1000,
                    				debug: false
                    			}
                    		},
                    
                    Mykle1 1 Reply Last reply Reply Quote 0
                    • Mykle1
                      Mykle1 Project Sponsor Module Developer @Smotx last edited by Mykle1

                      @Smotx

                      Hmm, odd. Your config looks good. Header SHOULD be showing. I just installed and ran it and my header appears as expected. Not sure why yours isn’t. My config:

                      {
                              module: 'MMM-AQI',
                              position: 'top center',
                              header: 'This header is working',
                              config: {
                                token: "exxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx3",
                                city: "here",
                                iaqi: true,
                                updateInterval: 30 * 60 * 1000, // Every half hour.
                                initialLoadDelay: 0,
                                animationSpeed: 1000,
                                debug: false
                              }
                            },
                      

                      0_1555461896239_Screenshot from 2019-04-16 20-44-43.png

                      Try using my config with your apiToken as a test.

                      Create a working config
                      How to add modules

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

                        @Mykle1

                        The same, it’s stange, on others module, header are ok on screen…

                        Mykle1 1 Reply Last reply Reply Quote 0
                        • 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 Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy