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

3rd party modules not working on new MM install,

Scheduled Pinned Locked Moved Solved Troubleshooting
9 Posts 2 Posters 770 Views 2 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.
  • D Offline
    darknetone
    last edited by sdetweil Nov 4, 2022, 6:03 PM Nov 4, 2022, 5:32 PM

    MM Noob here, new winstall of MM, works fine, will just with the default modules. I tried to install a 3rd-party module, MMM-CountEvents (https://github.com/MMRIZE/MMM-CountEvents) followed instructions. The default modules display but not this one. Rebooted, why not, at least I know MM will restart and re-read for sure. I even simplified my config (below) nope still not working. Logs are clean, ran npm run config:check no errors. Even tried other 3rd party modules with no success. Suggestions?

    let config = {
            address: "0.0.0.0",
            port: 8080,
            basePath: "/",
            ipWhitelist: [],
            useHttps: false,
            httpsPrivateKey: "",
            httpsCertificate: "",
            language: "en",
            locale: "en-US",
            logLevel: ["INFO", "LOG", "WARN", "ERROR"],
            timeFormat: 12,
            units: "imperial",
            serverOnly:  true,
            modules: [
                    {
                            module: "alert",
                    },
                    {
                            module: "updatenotification",
                            position: "top_bar"
                    },
                    {
                            module: "clock",
                            position: "top_left"
                    },
                    {
                      module: "MMM-CountEvents",
                      position: "top_left",
                      config: {
                        events: [
                          {
                            title: "Travel to Paris",
                            targetTime: "21 Nov 2022",
                          },
                        ]
                      }
                    },
                    {
                        module: "helloworld",
                        position: "bottom_bar", // This can be any of the regions.
                        config: {
                                          // See 'Configuration options' for more information.
                                          text: "I like cheeeezzeee!",
                        },
                      },
            ]
    };
    
    /*************** DO NOT EDIT THE LINE BELOW ***************/
    if (typeof module !== "undefined") {module.exports = config;}
    
    S 1 Reply Last reply Nov 4, 2022, 6:05 PM Reply Quote 0
    • D Offline
      darknetone @sdetweil
      last edited by Nov 4, 2022, 9:33 PM

      @sdetweil

      I am an idiot. I already fixed it but you did in fact guess it correctly. I dropped the module in the wrong place.

      S 1 Reply Last reply Nov 4, 2022, 9:41 PM Reply Quote 0
      • S Offline
        sdetweil @darknetone
        last edited by Nov 4, 2022, 6:05 PM

        @darknetone where did u install it?

        what folder were you in ?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        D 1 Reply Last reply Nov 4, 2022, 9:33 PM Reply Quote 0
        • D Offline
          darknetone @sdetweil
          last edited by Nov 4, 2022, 9:33 PM

          @sdetweil

          I am an idiot. I already fixed it but you did in fact guess it correctly. I dropped the module in the wrong place.

          S 1 Reply Last reply Nov 4, 2022, 9:41 PM Reply Quote 0
          • S Offline
            sdetweil @darknetone
            last edited by Nov 4, 2022, 9:41 PM

            @darknetone thanks for feedback. I am trying to get an error reported if module not found at all

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            D 1 Reply Last reply Nov 6, 2022, 2:14 PM Reply Quote 0
            • D Offline
              darknetone @sdetweil
              last edited by Nov 6, 2022, 2:14 PM

              @sdetweil

              In code it would be easy enough to see if the module directory exists if not report file not found or missing module, at least people would know the module was in the wrong location or was misspelled, which is better that no error at all. Lol, it would have helped me, it was running me nuts.

              S 1 Reply Last reply Nov 6, 2022, 2:18 PM Reply Quote 1
              • S Offline
                sdetweil @darknetone
                last edited by Nov 6, 2022, 2:18 PM

                @darknetone i agree
                see issue from 2021
                https://github.com/MichMich/MagicMirror/issues/2403

                Sam

                How to add modules

                learning how to use browser developers window for css changes

                D 1 Reply Last reply Nov 6, 2022, 2:26 PM Reply Quote 0
                • D Offline
                  darknetone @sdetweil
                  last edited by Nov 6, 2022, 2:26 PM

                  @sdetweil I was gonna up vote your reply, but I need a reputation better that “0” so this is my upvote.

                  Yeah good error reporting can really save time. I also thing MM needs it it’s own log files info, and err. But that is just me, I do very much appreciate all the work that has been put into the project and I don’t really have much right to criticize even if it is meant to be constructive.

                  S 1 Reply Last reply Nov 6, 2022, 2:35 PM Reply Quote 1
                  • S Offline
                    sdetweil @darknetone
                    last edited by Nov 6, 2022, 2:35 PM

                    @darknetone i upped your rep, now your posts won’t wait in the queue

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    D 1 Reply Last reply Nov 6, 2022, 2:43 PM Reply Quote 1
                    • D Offline
                      darknetone @sdetweil
                      last edited by Nov 6, 2022, 2:43 PM

                      @sdetweil
                      Much appreciated,… this is my first venture into MM and I am serving two separate instances from my proxmox server. I am really liking the flexibility or MM.

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