• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.0k 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.
  • ? Offline
    A Former User
    last edited by A Former User Sep 28, 2021, 4:12 PM Apr 22, 2021, 7:13 AM

    This post is deleted!
    1 Reply Last reply Reply Quote 0
    • ? Offline
      A Former User
      last edited by A Former User Aug 2, 2022, 3:59 PM Apr 27, 2021, 11:54 AM

      This post is deleted!
      D 1 Reply Last reply May 9, 2021, 8:39 PM Reply Quote 1
      • D Offline
        DJBOOB66 @Guest
        last edited by May 9, 2021, 8:39 PM

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

        ? C 2 Replies Last reply May 10, 2021, 2:59 AM Reply Quote 0
        • ? Offline
          A Former User @DJBOOB66
          last edited by May 10, 2021, 2:59 AM

          This post is deleted!
          D 1 Reply Last reply May 10, 2021, 4:17 AM Reply Quote 0
          • D Offline
            DJBOOB66 @Guest
            last edited by May 10, 2021, 4:17 AM

            @hango
            still not working getting syntax error
            Capture2.PNG

            S A 2 Replies Last reply May 10, 2021, 1:17 PM Reply Quote 0
            • S Away
              sdetweil @DJBOOB66
              last edited by May 10, 2021, 1:17 PM

              @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
              • C Offline
                cowboysdude Module Developer @DJBOOB66
                last edited by May 11, 2021, 12:42 AM

                @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 May 11, 2021, 7:05 AM

                  @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 Feb 17, 2022, 10:23 PM May 11, 2021, 7:44 AM

                    This post is deleted!
                    S 1 Reply Last reply May 11, 2021, 4:24 PM Reply Quote 0
                    • S Away
                      sdetweil @Guest
                      last edited by May 11, 2021, 4:24 PM

                      @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 May 11, 2021, 5:02 PM Reply Quote 1
                      • 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