-
Notifications
You must be signed in to change notification settings - Fork 130
NMA Notifications (Notify My Android)
Lieven Hollevoet edited this page Sep 22, 2014
·
1 revision
nma_notification.pl
Send notifications to XBMC
Add the following to your mh.ini
nma_api_key=<api></api>
The free NMA account gives you 5 api calls per day The Premium account gives enough api calls that the average user will not reach their limit. It's a one time fee of $5 The app is not available via Google Play on a GTV, but it can be sideloaded and installs/works fine
Options to control how notifications are displayed
- NMA allows you to print to 3 lines
- I prefer printing to the main line which is listed as application in the below url. This works great for GTV since the event pops up over whatever you are watching
- If you prefer the main line to list MisterHouse and have your event appear on the second line, uncomment the following line and comment out the line above this
- my $url = 'https://www.notifymyandroid.com/publicapi/notify?apikey='.$nma_api_key.'&application=MisterHouse&event='.$text.'&description=&priority=0';