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

MagicMirror Version

Scheduled Pinned Locked Moved Solved Troubleshooting
5 Posts 3 Posters 600 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.
  • K Offline
    kusselin
    last edited by Oct 11, 2022, 7:31 AM

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

    thanks a lot for anwers

    W 1 Reply Last reply Oct 11, 2022, 8:57 AM Reply Quote 0
    • W Offline
      wishmaster270 Module Developer @kusselin
      last edited by Oct 11, 2022, 8:57 AM

      @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
      • K Offline
        kusselin
        last edited by Oct 11, 2022, 9:02 AM

        thanks a lot

        S 1 Reply Last reply Oct 12, 2022, 12:10 AM Reply Quote 0
        • S Offline
          sdetweil @kusselin
          last edited by Oct 12, 2022, 12:10 AM

          @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

          K 1 Reply Last reply Oct 12, 2022, 9:07 AM Reply Quote 0
          • K Offline
            kusselin @sdetweil
            last edited by Oct 12, 2022, 9:07 AM

            @sdetweil thanks a lot Sam

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