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

MMM-CalendarExt3 issue Loading / Showing the calendar on Windows

Scheduled Pinned Locked Moved Solved Troubleshooting
22 Posts 3 Posters 4.9k Views 3 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.
  • S Offline
    sdetweil @sdetweil
    last edited by Jan 20, 2024, 2:44 PM

    @JackHammer325 ok, windows

    node -v and npm -v

    from a command prompt (cmd.exe) window

    the others are linux only

    Sam

    How to add modules

    learning how to use browser developers window for css changes

    J 1 Reply Last reply Jan 20, 2024, 2:46 PM Reply Quote 0
    • J Offline
      JackHammer325 @sdetweil
      last edited by Jan 20, 2024, 2:46 PM

      @sdetweil
      node -v = v18.16.0
      npm -v = 9.5.1

      1 Reply Last reply Reply Quote 0
      • S Offline
        sdetweil @JackHammer325
        last edited by Jan 20, 2024, 2:46 PM

        @JackHammer325 are you using the native windows or running in the linux subsystem for windows?

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        J 1 Reply Last reply Jan 20, 2024, 2:54 PM Reply Quote 0
        • J Offline
          JackHammer325 @sdetweil
          last edited by Jan 20, 2024, 2:54 PM

          @sdetweil
          native windows with program Git Bash

          S 1 Reply Last reply Jan 20, 2024, 2:58 PM Reply Quote 0
          • S Offline
            sdetweil @JackHammer325
            last edited by sdetweil Jan 20, 2024, 2:58 PM Jan 20, 2024, 2:58 PM

            @JackHammer325 do not need git bash

            just cmd.exe
            npm start
            or npm run server

            of course u have to change package.json per the instructions due to the windows backslash for path

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            J 2 Replies Last reply Jan 20, 2024, 3:04 PM Reply Quote 0
            • J Offline
              JackHammer325 @sdetweil
              last edited by Jan 20, 2024, 3:04 PM

              @sdetweil
              so i followed these instructions

              "start": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js",
              "start:dev": "DISPLAY=\"${DISPLAY:=:0}\" ./node_modules/.bin/electron js/electron.js dev",
              

              and replace it with

              "start": ".\\node_modules\\.bin\\electron js\\electron.js",
              "start:dev": ".\\node_modules\\.bin\\electron js\\electron.js dev",
              

              but it still goes back to
              C:\magicmirror>
              and does nothing.

              1 Reply Last reply Reply Quote 0
              • J Offline
                JackHammer325 @sdetweil
                last edited by Jan 20, 2024, 3:15 PM

                @sdetweil

                PC@WST MINGW32 /c/magicmirror
                $ npm start
                
                > magicmirror@2.26.0 start
                > .\node_modules\.bin\electron js\electron.js
                
                
                PC@WST MINGW32 /c/magicmirror
                $
                
                
                S 1 Reply Last reply Jan 20, 2024, 3:48 PM Reply Quote 0
                • S Offline
                  sdetweil @JackHammer325
                  last edited by Jan 20, 2024, 3:48 PM

                  @JackHammer325 dont use min

                  just install under cmd.exe , do the extra steps, then npm start

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  J 3 Replies Last reply Jan 20, 2024, 3:59 PM Reply Quote 0
                  • J Offline
                    JackHammer325 @sdetweil
                    last edited by Jan 20, 2024, 3:59 PM

                    @sdetweil
                    alright I will try that and let you know of the outcome!

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      JackHammer325 @sdetweil
                      last edited by Jan 20, 2024, 5:01 PM

                      @sdetweil
                      just finished the install using cmd

                      • made sure to install the fonts and vendor parts
                      • as well as change the package.json file and then did run start.

                      but it still did the same thing as before.

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 1 / 3
                      1 / 3
                      • First post
                        8/22
                        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