https://github.com/tobychui/aroz-mirror
The alternative to MagicMirror but with clearner interface and nearly no settings required.
https://github.com/tobychui/aroz-mirror
Last synced: 3 months ago
JSON representation
The alternative to MagicMirror but with clearner interface and nearly no settings required.
- Host: GitHub
- URL: https://github.com/tobychui/aroz-mirror
- Owner: tobychui
- License: mit
- Created: 2017-10-13T14:08:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T14:16:31.000Z (over 7 years ago)
- Last Synced: 2025-01-18T02:25:53.053Z (5 months ago)
- Language: PHP
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArOZ-Mirror
The alternative to MagicMirror but with clearner interface and nearly no settings required.
# Introduction
This simple php / js script is basically a module from ArOZ Online BETA development build.
But the good thing is, you can use it stand along without the ArOZ System, just make sure you are running on Apache instead of Node.## How to install
1. Download the whole repo as zip
2. Unzip it to your server's web root. Make sure you are running on Apache with PHP but not Node which MagicMirror relies on.
3. Change the location.txt to your location and save the file.
4. Open the path in your web browser and it works!## How to change the display location
Open the "location.txt", update the text inside the file to the location you want to show.
For a list of usable locations keywords, please visit:
https://www.timeanddate.com/weather/?sort=1## Why there are two README files
The README.txt is for ArOZ Online BETA's help indexing system. PLEASE DO NOT REMOVE THAT FILE.
And the README.md is for you, and contains the instructions to install the system.
So the content of the two README file is somewhat different.
ALWAYS READ THE README.md first before README.txt :)