From cf5cc53794e5d012ff9b92ff0abb360cdb169970 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Fri, 7 Aug 2020 15:16:50 -0400 Subject: [PATCH] Updated Notify_lametric (markdown) --- Notify_lametric.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Notify_lametric.md b/Notify_lametric.md index 5cf7cbb..8494a16 100644 --- a/Notify_lametric.md +++ b/Notify_lametric.md @@ -10,18 +10,16 @@ You now have to methods of notifying your LaMetric Device: 2. **Cloud Mode**: A secure query to LaMetric's API server in the cloud to send a message to your clock. You will have limited options with this method. #### Device Mode Setup -With Device Mode, your Apprise query will directly interface with the Lametric Time Device on your local network. -1. Sign Up and login to the developer webpage https://developer.lametric.com +With Device Mode, your Apprise query will directly interface with the LaMetric Time Device on your local network. +1. Sign Up and login to the [Developer Webpage](https://developer.lametric.com). 1. Locate your Device **API Key**; you can find it [here](https://developer.lametric.com/user/devices): - * https://developer.lametric.com/user/devices 1. You now need to know the IP address your device resides on. Your devices **IP Address** can be found in LaMetric Time app at: * **Settings** -> **Wi-Fi** -> **IP Address** #### Cloud Mode Setup -Using Cloud Mode, you will interface with your Lametric Time device through the internet. -1. Sign Up and login to the developer webpage https://developer.lametric.com -1. Create a **Notification App** if you haven't already done so from [here](https://developer.lametric.com/applications/sources): - * https://developer.lametric.com/applications/sources +Using Cloud Mode, you will interface with your LaMetric Time device through the internet. +1. Sign Up and login to the [Developer Webpage](https://developer.lametric.com). +1. Create a **Notification App** if you haven't already done so from [here](https://developer.lametric.com/applications/sources). 1. Provide it an app name, a description and privacy URL (which can point to anywhere; I set mine to `http://localhost`). No permissions are required. 1. Access your newly created app so that you can acquire both the **Client ID** and the **Client Secret** [here](https://developer.lametric.com/applications/sources)