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.

    My Magic "Mirror" Desk Display

    Scheduled Pinned Locked Moved Show your Mirror
    18 Posts 6 Posters 16.1k Views 10 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.
    • BerkSmash1984B Offline
      BerkSmash1984 @Ashaman
      last edited by

      @Ashaman Thank you! I was trying to figure out the best way to do organize them. I have some other modules configured too, but currently have them disabled for various reasons. For example, MMM-NFL is enabled only during American Football season. MMM-CivitAI was used on page 9 instead of MMM-PenPlotter, but that one appears to be having API issues, so I had to come up with a replacement.

      I enjoy checking every week or so for new modules to add. Definitely a fun project and super helpful community!

      A 1 Reply Last reply Reply Quote 0
      • A Offline
        Ashaman @BerkSmash1984
        last edited by

        @BerkSmash1984 I’m in the process of setting up mine, and seeing how you organized yours gave me lots of ideas! 👍

        Mine takes time though, because so far I’ve only added custom modules I make myself. 😅
        Need to start implementing more premade modules. 😂

        Is MMM-Pages working for you?
        I tried to use it the first week I was new to MM and had problems, so I’m currently using MMM-Carousel.

        S BKeyportB BerkSmash1984B 3 Replies Last reply Reply Quote 0
        • S Do not disturb
          sdetweil @Ashaman
          last edited by sdetweil

          @Ashaman see my Pages fork readme for an easier way(IMHO) to define the pages (no code change)

          https://github.com/sdetweil/MMM-pages

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          1 Reply Last reply Reply Quote 0
          • BKeyportB Offline
            BKeyport Module Developer @Ashaman
            last edited by

            @Ashaman … custom modules you made yourself? Elitist! 🤣🤣🤣

            The "E" in "Javascript" stands for "Easy"

            A 1 Reply Last reply Reply Quote 0
            • E Offline
              Egnos
              last edited by

              Hi @BerkSmash1984 and congratulations for the MM and for the organization of the pages!

              I have a question for you: could you share the config for the “MMM-ISS-Map” module? I tried reading the developer’s instructions but I didn’t understand much…

              Thanks!

              My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

              BerkSmash1984B 1 Reply Last reply Reply Quote 0
              • A Offline
                Ashaman @BKeyport
                last edited by

                @BKeyport Why? I needed to display data from my own datasets and API not supported in existing modules, kinda had to make them myself then? I do it to learn more coding.

                BKeyportB 1 Reply Last reply Reply Quote 1
                • BKeyportB Offline
                  BKeyport Module Developer @Ashaman
                  last edited by

                  @Ashaman I was just teasing. In fact, every module I built myself is for that exact reason…

                  The "E" in "Javascript" stands for "Easy"

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    nickthebeer
                    last edited by

                    That’s really cool, you’ve inspired me to do something similar in my office as there’s things only I care about (my wife would kill me if she saw my Strava info 🤣).

                    1 Reply Last reply Reply Quote 1
                    • BerkSmash1984B Offline
                      BerkSmash1984 @Ashaman
                      last edited by

                      @Ashaman I sent you a DM, but pretty sure I worked @sdetweil on getting it to work via Discord. Definitely try his fork!

                      S 1 Reply Last reply Reply Quote 0
                      • BerkSmash1984B Offline
                        BerkSmash1984 @Egnos
                        last edited by

                        @Egnos You bet, here you go!

                        3c015b8d-a9a1-4259-b4a7-bd7dd35f0d68-image.png

                        E 1 Reply Last reply Reply Quote 0
                        • S Do not disturb
                          sdetweil @BerkSmash1984
                          last edited by

                          @BerkSmash1984 my MMM-Pages fork only updates the doc… didn’t change any code

                          Sam

                          How to add modules

                          learning how to use browser developers window for css changes

                          BerkSmash1984B 1 Reply Last reply Reply Quote 0
                          • BerkSmash1984B Offline
                            BerkSmash1984 @sdetweil
                            last edited by

                            @sdetweil Understood, I know I reached out to you on Discord and you helped me get it setup using classes as an easier way to define the pages in the config, but don’t remember anything beyond that. I did sent @Ashaman a DM though with my config to help him

                            1 Reply Last reply Reply Quote 1
                            • E Offline
                              Egnos @BerkSmash1984
                              last edited by

                              @BerkSmash1984
                              One question: in “mapUrl” excluding the (x, y) coordinates, how did you compose the url?

                              Many thanks!

                              My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                              BerkSmash1984B 1 Reply Last reply Reply Quote 0
                              • BerkSmash1984B Offline
                                BerkSmash1984 @Egnos
                                last edited by

                                @Egnos I did not, that is from the module itself, but is a configurable item. Take a look at the MMM-ISS-Map-src.js file located in /MagicMirror/modules/MMM-ISS-Map:

                                b6166e4a-71d1-4103-aa7f-17352dd7138f-image.png

                                Note that you can change “light_all” and other configurable style options to those supported by CARTO basemaps.

                                See:
                                https://github.com/CartoDB/basemap-styles

                                75d7f978-ea3a-4a6e-93ff-2705d9688af2-image.png

                                In my testing with my MagicMirror setup, “light_all” looks best, but def check out the other styles to see what meets your needs!

                                E 1 Reply Last reply Reply Quote 0
                                • E Offline
                                  Egnos @BerkSmash1984
                                  last edited by

                                  Thanks @BerkSmash1984 for the detailed information!
                                  Which version of Raspbian do you run in your RPI?

                                  My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                                  BerkSmash1984B 1 Reply Last reply Reply Quote 0
                                  • BerkSmash1984B Offline
                                    BerkSmash1984 @Egnos
                                    last edited by

                                    @Egnos Bullseye Release 11

                                    1 Reply Last reply Reply Quote 0
                                    • BerkSmash1984B BerkSmash1984 referenced this topic on

                                    Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                    Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                    With your input, this post could be even better 💗

                                    Register Login
                                    • 1 / 1
                                    • 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