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

Help! - Adding and Changing Modules - Newbe

Scheduled Pinned Locked Moved Unsolved Troubleshooting
14 Posts 6 Posters 3.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.
  • P Offline
    PillarESci @MMRIZE
    last edited by Sep 10, 2021, 11:23 AM

    @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?).

    C M S B 5 Replies Last reply Sep 10, 2021, 11:34 AM Reply Quote 0
    • C Offline
      cowboysdude Module Developer @PillarESci
      last edited by Sep 10, 2021, 11:34 AM

      @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 Sep 10, 2021, 2:41 PM

        @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 Sep 10, 2021, 2:51 PM

          @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

          B 1 Reply Last reply Sep 14, 2021, 6:18 AM Reply Quote 0
          • S Offline
            sdetweil @PillarESci
            last edited by Sep 10, 2021, 2:52 PM

            @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
            • B Offline
              BKeyport Module Developer @PillarESci
              last edited by Sep 14, 2021, 6:17 AM

              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
              • B Offline
                BKeyport Module Developer @sdetweil
                last edited by Sep 14, 2021, 6:18 AM

                @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 Sep 14, 2021, 12:14 PM Reply Quote 0
                • S Offline
                  sdetweil @BKeyport
                  last edited by Sep 14, 2021, 12:14 PM

                  @bkeyport use MMM-Config!

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  B 1 Reply Last reply Sep 14, 2021, 7:12 PM Reply Quote 0
                  • B Offline
                    BKeyport Module Developer @sdetweil
                    last edited by Sep 14, 2021, 7:12 PM

                    @sdetweil True. :)

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

                    1 Reply Last reply Reply Quote 0
                    • 1
                    • 2
                    • 1 / 2
                    1 / 2
                    • First post
                      10/14
                      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