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.

    New Weather module

    Scheduled Pinned Locked Moved Requests
    16 Posts 6 Posters 2.5k Views 5 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.
    • D Offline
      DJBOOB66 @Guest
      last edited by

      @hango where do I add the disable: true? a few more instructions would be good I’m new

      ? cowboysdudeC 2 Replies Last reply Reply Quote 0
      • ? Offline
        A Former User @DJBOOB66
        last edited by

        This post is deleted!
        D 1 Reply Last reply Reply Quote 0
        • D Offline
          DJBOOB66 @Guest
          last edited by

          @hango
          still not working getting syntax error
          Capture2.PNG

          S A 2 Replies Last reply Reply Quote 0
          • S Offline
            sdetweil @DJBOOB66
            last edited by

            @djboob66 and a new line will require a trailing comma, yes?, more to follow

            Sam

            How to add modules

            learning how to use browser developers window for css changes

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

              @djboob66 anywhere outside the config section ie…

              {
                      module: "Alerts", 
                      config: {
                        css: "2",
                        sec: true
                      },
                      disabled: false,
                      position: "middle_center"
                    }, 
              

              OR

              {
                      disabled: false,
                      module: "Alerts",
                      position: "middle_center"
                      order: "1",
                      config: {
                        css: "2",
                        sec: true
                      }, 
                    }, 
              

              Either way works ;)

              1 Reply Last reply Reply Quote 1
              • A Offline
                Alloc @DJBOOB66
                last edited by

                @djboob66 You spelled True wrong in your config

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

                  This post is deleted!
                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @Guest
                    last edited by

                    @hango this is the doc on the attributes for a module, independent of the module specific config

                    https://docs.magicmirror.builders/modules/configuration.html

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      This post is deleted!
                      S Mykle1M 2 Replies Last reply Reply Quote 0
                      • S Offline
                        sdetweil @Guest
                        last edited by

                        @hango helping others, by linking to the definitions

                        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