• 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.

How to add modules. For absolute beginners.

Scheduled Pinned Locked Moved Troubleshooting
91 Posts 16 Posters 113.4k Views 24 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.
  • F Offline
    fsne04 @sdetweil
    last edited by fsne04 Dec 19, 2020, 6:43 PM Dec 19, 2020, 6:41 PM

    @sdetweil
    Found something on the bottom:
    2020-12-19-123851_1024x768_scrot.png
    an error with my positioning config. Is not possible to have 2 modules on the same position? I have the image app on fullscreen_bottom also

    S A 3 Replies Last reply Dec 19, 2020, 6:42 PM Reply Quote 0
    • S Offline
      sdetweil @fsne04
      last edited by Dec 19, 2020, 6:42 PM

      @fsne04 ok, there u go!..

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @fsne04
        last edited by Dec 19, 2020, 6:44 PM

        @fsne04 said in How to add modules. For absolute beginners.:

        an error with my positioning config. Is not possible to have 2 modules on the same position? I have the image app on fullscreen_bottom also

        sorry, don’t know anything about the module itself… so , not sure what that means

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        F 1 Reply Last reply Dec 19, 2020, 6:46 PM Reply Quote 0
        • F Offline
          fsne04 @sdetweil
          last edited by Dec 19, 2020, 6:46 PM

          @sdetweil
          No worries, at least I know how to find errors now, Thanks! I guess I also have an issue with the weathermap setup, according to the error message below the screencast one.

          S 1 Reply Last reply Dec 19, 2020, 6:47 PM Reply Quote 0
          • S Offline
            sdetweil @fsne04
            last edited by Dec 19, 2020, 6:47 PM

            @fsne04 weather u need to sign up and get an api token just for you…

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            F 1 Reply Last reply Dec 19, 2020, 6:50 PM Reply Quote 0
            • F Offline
              fsne04 @sdetweil
              last edited by Dec 19, 2020, 6:50 PM

              @sdetweil
              I did, maybe I did not copy it correctly. I will check.
              So how do I start a new topic/question and get nice/helpful people like you to answer? I have a few questions on the Remote Control module configuration also.

              S 1 Reply Last reply Dec 19, 2020, 6:53 PM Reply Quote 0
              • S Offline
                sdetweil @fsne04
                last edited by Dec 19, 2020, 6:53 PM

                @fsne04 see https://forum.magicmirror.builders/topic/4231/how-to-add-modules-for-absolute-beginners/73?page=8

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                F 1 Reply Last reply Dec 19, 2020, 6:58 PM Reply Quote 0
                • F Offline
                  fsne04 @sdetweil
                  last edited by fsne04 Dec 19, 2020, 7:16 PM Dec 19, 2020, 6:58 PM

                  @sdetweil
                  In the headder, I see: Unread, Recent, Tags, Unsolved, Solved, Users, Groups, Repository, Documents, Donate, Join Channel… I am sure it’s there, but I don’t see a New Topic, or create Topic button.

                  Thank you for your help today, Sam! Greatly appreciate your time.
                  Best regards,
                  Frank

                  S 1 Reply Last reply Dec 19, 2020, 7:22 PM Reply Quote 0
                  • S Offline
                    sdetweil @fsne04
                    last edited by Dec 19, 2020, 7:22 PM

                    @fsne04 when I push unread, I see
                    Screenshot at 2020-12-19 13-21-32.png

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      ashishtank Module Developer @fsne04
                      last edited by ashishtank Dec 19, 2020, 7:40 PM Dec 19, 2020, 7:33 PM

                      @fsne04 if you check the code of MMM-Screent cast @ https://github.com/kevinatown/MMM-Screencast/blob/master/constants.js then there is no position which supports fullscreen_below.

                      you need to set one of the below value as per documentation of the module

                      const POSITIONS = {
                        bottomRight: 'bottomRight',
                        bottomCenter: 'bottomCenter',
                        bottomLeft: 'bottomLeft',
                        center: 'center', 
                        topRight: 'topRight',
                        topCenter: 'topCenter',
                        topLeft: 'topLeft',
                        top_bar: 'topRight',
                        top_left: 'topLeft',
                        top_center: 'topCenter',
                        top_right: 'topRight',
                        upper_third: 'topRight',
                        middle_center: 'center',
                        lower_third: 'bottomCenter',
                        bottom_left: 'bottomLeft',
                        bottom_center: 'bottomCenter',
                        bottom_right: 'bottomRight',
                        bottom_bar: 'bottomCenter'
                      };
                      
                      A 1 Reply Last reply Dec 19, 2020, 7:43 PM Reply Quote 1
                      • 1
                      • 2
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 9 / 10
                      9 / 10
                      • First post
                        81/91
                        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