Windows
The following instructions were tested on a freshly installed Windows 10 Enterprise, version 2004 system.
Download MagicMirror Executable
MagicMirror Windows executable can be downloaded here. The downloaded file needs to be unzipped.
Install Dependency
The only dependency MagicMirror needs for Windows is the Java Runtime Environment (JRE) 11, you can download JRE 11 here. MagicMirror was tested on a freshly installed Windows 10 with JRE 11.0.10 installed. Due to recent changes in the Oracle JDK license updates, you will need to log in or register an account with Oracle in order to download JRE 11 for free, for non-commercial usage.
Running MagicMirror
MagicMirror has two modes, single-file-mode
and batch-mode
, which corresponds to executing a single contract, or a batch of contracts. You can find the quick start and more details for running MagicMirror in these modes in single-file-mode and batch-mode.
Last updated