• 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 module installer

Scheduled Pinned Locked Moved General Discussion
51 Posts 7 Posters 10.9k Views 6 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.
  • M Offline
    MMRIZE @MDWEBB
    last edited by Jan 22, 2025, 1:29 AM

    @MDWEBB said in New module installer:

    [ERROR] ReferenceError: HTMLElement is not defined

    This error message seems to be caused by some JS validator trying to check the browser-oriented syntax on the nodeJS environment.

    @MDWEBB
    You’d better start from a clean configuration and then add one by one to find what was wrong.

    1 Reply Last reply Reply Quote 0
    • S Offline
      sdetweil @MDWEBB
      last edited by sdetweil Jan 22, 2025, 1:03 PM Jan 22, 2025, 2:37 AM

      @MDWEBB said in New module installer:

      at /home/mdwebb/MagicMirror/modules/MMM-Remote-Control/node_helper.js:271:26
      

      I bet this is the remote-control error…

      shouldn’t stop anything
      but, if you want to try my fork, which captures that error

      https://github.com/sdetweil/MMM-Remote-Control

      just remove the existing folder and git clone mine in its place
      no functional code change or parms… just trapping this error

      Sam

      How to add modules

      learning how to use browser developers window for css changes

      M 1 Reply Last reply Jan 23, 2025, 12:41 AM Reply Quote 0
      • M Offline
        MDWEBB @sdetweil
        last edited by Jan 23, 2025, 12:41 AM

        @sdetweil Apologise for slow reply i was able to remove the node modules file and run the update for the module and now my calendar is working again.

        S 1 Reply Last reply Jan 23, 2025, 12:54 AM Reply Quote 0
        • S Offline
          sdetweil @MDWEBB
          last edited by Jan 23, 2025, 12:54 AM

          @MDWEBB no apologies required

          updated what module?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          M 1 Reply Last reply Jan 23, 2025, 2:05 AM Reply Quote 0
          • M Offline
            MDWEBB @sdetweil
            last edited by Jan 23, 2025, 2:05 AM

            @sdetweil update MMM-Remotecontrol.

            I am getting update notifications for both the MMM-Config module and MMM-Remote-Control.
            MMM-Config says its 3 commits behind the with_installer branch. Not sure whats happening with that
            MMM-Remote-Control s 8 commits behind on the master branch i get the following error when trying to use the update script though

            mdwebb@raspberrypi:~ $ cd ~/MagicMirror/modules/MMM-Remote-Control # adapt directory if you are using a different one
            git pull
            npm install # install (new) dependencies
            Updating 76c0859..5c39b06
            error: Your local changes to the following files would be overwritten by merge:
            	modules.json
            	package-lock.json
            	package.json
            Please commit your changes or stash them before you merge.
            Aborting
            
            up to date, audited 340 packages in 3s
            
            103 packages are looking for funding
              run `npm fund` for details
            
            found 0 vulnerabilities
            
            
            S 1 Reply Last reply Jan 23, 2025, 2:16 AM Reply Quote 0
            • S Offline
              sdetweil @MDWEBB
              last edited by Jan 23, 2025, 2:16 AM

              @MDWEBB yes there are updates to mmm-config

              are you using my remotecontrol repo?

              i would disable the updatenotification module

              Sam

              How to add modules

              learning how to use browser developers window for css changes

              M 1 Reply Last reply Jan 23, 2025, 3:02 AM Reply Quote 0
              • M Offline
                MDWEBB @sdetweil
                last edited by Jan 23, 2025, 3:02 AM

                @sdetweil i am using your remote control module yes very handy, however having issues utilising the MMM-Module-Scheduler to to turn my monitor on and off via Remote-Control. i can see in the developer window its trying to send the notification however my monitor isn’t turning off. Am i missing something?

                 {
                        module: 'MMM-ModuleScheduler',
                        config: {
                            notification_schedule: [
                                // TURN THE MONITOR/SCREEN ON AT 07:30 EVERY DAY
                                {notification: 'REMOTE_ACTION', schedule: '30 7 * * *', payload: {action: "MONITORON"}},
                                // TURN THE MONITOR/SCREEN OFF AT 22:30 EVERY DAY
                                {notification: 'REMOTE_ACTION', schedule: '01 14 * * *', payload: {action: "MONITOROFF"}},
                                // RESTART THE MAGICMIRROR PROCESS AT 2am EVERY SUNDAY
                                {notification: 'REMOTE_ACTION', schedule: '0 2 * * SUN', payload: {action: "RESTART"}}
                            ]
                        }
                    },
                
                S 1 Reply Last reply Jan 23, 2025, 3:08 AM Reply Quote 0
                • S Offline
                  sdetweil @MDWEBB
                  last edited by sdetweil Jan 23, 2025, 3:13 AM Jan 23, 2025, 3:08 AM

                  @MDWEBB issue on remotecontrol
                  is not MY remote control, I just fixed the error trap that was misleading
                  no other code change

                  https://github.com/Jopyth/MMM-Remote-Control/issues/303

                  which one of the 10 or 12 ways does it try to turn monitor off??

                  which OS is different
                  which window compositor is different x11/wayland/labwc is different

                  I know MMM-PIR has been working hard on making it woirk thru all the choices

                  did it work before and doesn’t now??

                  I don’t know the module internals…

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  S 1 Reply Last reply Jan 23, 2025, 3:18 AM Reply Quote 0
                  • S Offline
                    sdetweil @sdetweil
                    last edited by Jan 23, 2025, 3:18 AM

                    @MDWEBB I just resynced my fork with his latest remote-control

                    he had most of my changes and seemed to catch that error… maybe

                    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
                      last edited by Jan 23, 2025, 4:05 AM

                      I just updated the code again, this time to provide opening the readme for the repo in both install and config

                      its on a different branch again

                      git pull
                      git checkout better_repo_url
                      npm install     # <--- required.. added another library and copies a template file
                      

                      everything else is the same, except there is a button to open the module readme

                      an example from the installer page, exactly the same on the config page

                      still have some trouble with our own docs site, gitlab

                      Screenshot at 2025-01-22 22-03-28.png

                      the readme window will open at the button position

                      Sam

                      How to add modules

                      learning how to use browser developers window for css changes

                      S 1 Reply Last reply Jan 29, 2025, 2:18 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 6
                      • 4 / 6
                      4 / 6
                      • First post
                        33/51
                        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