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.

    Help! - Adding and Changing Modules - Newbe

    Scheduled Pinned Locked Moved Unsolved Troubleshooting
    14 Posts 6 Posters 4.9k 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.
    • P Offline
      PillarESci
      last edited by

      Hello,

      I am completely new to Magic Mirror. I’ve managed to install the Raspberry Pi operating system on my Raspberry Pi and download magic mirror. However, I’m stuck at making any changes beyond the defaults.

      I’m working on trying to improve the weather info (but can’t seem to update even the basic module with my location) and sync with my calendar. When I look at the information on this website I’m a bit overwhelmed. I see this options but I don’t know how to add it to the config file. Are spaces important, where do I add the additional options/commands, etc.

      Any help or tutorial someone can point me to would be very much appreciated. Thanks!

      M S 2 Replies Last reply Reply Quote 0
      • M Offline
        MMRIZE @PillarESci
        last edited by

        @pillaresci
        Exactly what do you want to do? Let’s break one by one.

        P 1 Reply Last reply Reply Quote 1
        • S Offline
          sdetweil @PillarESci
          last edited by sdetweil

          @pillaresci read the two topics in my signature.
          I didn’t write them

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          swvalentiS P 2 Replies Last reply Reply Quote 0
          • swvalentiS Offline
            swvalenti Project Sponsor @sdetweil
            last edited by

            Each one of these modules readme file does a good job of breaking it down if you want to replace or add modules.

            https://github.com/MichMich/MagicMirror/wiki/3rd-party-modules

            1 Reply Last reply Reply Quote 0
            • P Offline
              PillarESci @sdetweil
              last edited by

              @sdetweil Thank you! These are helpful!

              1 Reply Last reply Reply Quote 0
              • P Offline
                PillarESci @MMRIZE
                last edited by

                @mmrize Thanks for replying. Right now I’m trying to modify the weather module for my location (North Carolina instead of New York). I replaced the openweather ID and API key in the config file but when I start up Magic Mirror that module is stuck on “loading” so I am assuming I’ve done something wrong. At a minimum would just like to get that working, but honestly, I’d like to replace it with a more robust weather module. When I look at the module portion of this website, I see all these settings you can do but have no idea how to insert them into the config file.

                Other items I’d like to learn how to do

                • try to have the calendar pull from my work, Office 365 calendar (working on a method I found through here were I import it into Google Calendar and then go from there)

                • add modules (haven’t figured out which ones yet, but the link provided below on adding modules looks to be helpful)

                • how to set-up the Raspberry Pi to autoboot Magic Mirror so I can put the Raspberry Pi in the mirror and try it out. I found the directions on how to do that, however, what isn’t clear is how I stop that? If I remove the raspberry pi to add modules or make changes, how do I get out of the Magic Mirror (control Q?).

                cowboysdudeC M S BKeyportB 5 Replies Last reply Reply Quote 0
                • cowboysdudeC Offline
                  cowboysdude Module Developer @PillarESci
                  last edited by

                  @pillaresci 1st rule of config.js club.
                  Always make a backup of your config.js LOL

                  Does it work before you change and put your own info in the weather module?

                  1 Reply Last reply Reply Quote 0
                  • M Offline
                    MMRIZE @PillarESci
                    last edited by

                    @pillaresci

                    I’m trying to modify the weather module for my location (North Carolina instead of New York). I replaced the openweather ID and API key in the config file but when I start up Magic Mirror that module is stuck on “loading” so I am assuming I’ve done something wrong. At a minimum would just like to get that working,

                    You can post your configuration (entire contents or just the parts of weather module). We can check what was wrong.

                    try to have the calendar pull from my work, Office 365 calendar (working on a method I found through here were I import it into Google Calendar and then go from there)

                    The first to do is find the iCal(*.ics) feed URL of your target calendar service.

                    add modules (haven’t figured out which ones yet, but the link provided below on adding modules looks to be helpful)

                    Usually, module developers provide how-to-install (README.md) document in their module repository.

                    however, what isn’t clear is how I stop that? If I remove the raspberry pi to add modules or make changes, how do I get out of the Magic Mirror (control Q?).

                    It depends on what method you use. I assume you are using pm2 to manage MM’s running. You can connect MM remotely. After connection, type pm2 stop all, it will stop current MM’s execution.

                    1 Reply Last reply Reply Quote 0
                    • S Offline
                      sdetweil @PillarESci
                      last edited by

                      @pillaresci every module config setup is the same

                           {
                               module:'modulename',
                               position:'where to put it',
                               disabled: true or false
                               config:  {
                                   the options that the module describes
                                    one per line
                                     keyword: value
                                }
                            }
                      

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      BKeyportB 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @PillarESci
                        last edited by

                        @pillaresci if you are using a keyboard on the pi, you can minimize mm with alt-spacebar, n
                        (same as on windows to minimize a full screen app)

                        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 @PillarESci
                          last edited by

                          Using the Office 365 calendar should be easy.

                          if you’re using a calendar that shows up on https://outlook.live.com/, you can get an ICS to the file easily, by going to https://outlook.live.com/calendar/0/options/calendar/SharedCalendars.

                          From there, use the publish links to grab the ICS file and path for MM.

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

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

                            @sdetweil You know, not including the ending comma (optional, I know) is gonna mess 'em up when they go to add more than one module…

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

                            S 1 Reply Last reply Reply Quote 0
                            • S Offline
                              sdetweil @BKeyport
                              last edited by

                              @bkeyport use MMM-Config!

                              Sam

                              How to add modules

                              learning how to use browser developers window for css changes

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

                                @sdetweil True. :)

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

                                1 Reply Last reply Reply Quote 0

                                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