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.

    MagicMirror Version

    Scheduled Pinned Locked Moved Solved Troubleshooting
    5 Posts 3 Posters 742 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.
    • kusselinK Offline
      kusselin
      last edited by

      how can I find out which MagicMirror version I currently have?

      thanks a lot for anwers

      wishmaster270W 1 Reply Last reply Reply Quote 0
      • wishmaster270W Offline
        wishmaster270 Module Developer @kusselin
        last edited by

        @kusselin
        Hi,

        you can jump to your MagicMirror directory and run:

        git log | head -n 10 | grep Release
        
        1 Reply Last reply Reply Quote 1
        • kusselinK Offline
          kusselin
          last edited by

          thanks a lot

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

            @kusselin also

            grep version ~/MagicMirror/package.json

            or look at the output of npm start where it tells the version

            > magicmirror@2.21.0 start
            > DISPLAY="${DISPLAY:=:0}" ./node_modules/.bin/electron js/electron.js "dev"
            
            [11.10.2022 12:31.16.782] [LOG]   Starting MagicMirror: v2.21.0
            

            Sam

            How to add modules

            learning how to use browser developers window for css changes

            kusselinK 1 Reply Last reply Reply Quote 0
            • kusselinK Offline
              kusselin @sdetweil
              last edited by

              @sdetweil thanks a lot Sam

              1 Reply Last reply Reply Quote 0
              • 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