From af279df5c9845b3063d906b441ddcddef9a4493c Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Tue, 6 Sep 2016 19:23:52 -0400 Subject: [PATCH 1/2] Closes #374. ARMv6 is not supported by recent versions of Chrome, and by extent, this means recent versions of Electron as well. --- installers/raspberry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/raspberry.sh b/installers/raspberry.sh index f10c0ddc..ce37e86f 100644 --- a/installers/raspberry.sh +++ b/installers/raspberry.sh @@ -28,6 +28,7 @@ ARM=$(uname -m) if [ "$ARM" != "armv7l" ]; then echo -e "\e[91mSorry, your Raspberry Pi is not supported." echo -e "\e[91mPlease run MagicMirror on a Raspberry Pi 2 or 3." + echo -e "\e[91mIf this is a Pi Zero, you are in the same boat as the original Raspberry Pi. You must run in server only mode." exit; fi From c01c882081e6a6972713217a710bc3867d88ce19 Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Tue, 6 Sep 2016 19:25:16 -0400 Subject: [PATCH 2/2] Update the Changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd244a5..e402e066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fix typo in installer. +- Add message to unsupported Pi error to mention that Pi Zeros must use server only mode, as ARMv6 is unsupported. Closes #374. - Fix API url for weather API. ### Updated @@ -20,7 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - Brazilian Portuguese Translation. -- Option to enable Kios mode. +- Option to enable Kiosk mode. - Added ability to start the app with Dev Tools. - Added ability to turn off the date display in `clock.js` when in analog mode. - Greek Translation