Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

osx notification if the next event is within the next hour #6

Closed
sayanee opened this issue May 25, 2015 · 3 comments
Closed

osx notification if the next event is within the next hour #6

sayanee opened this issue May 25, 2015 · 3 comments

Comments

@sayanee
Copy link
Member

sayanee commented May 25, 2015

idea:

  1. every 30 minutes, it will query the api
  2. osx notification if the upcoming event starts within an hour
@sayanee
Copy link
Member Author

sayanee commented May 25, 2015

@sayanee
Copy link
Member Author

sayanee commented May 26, 2015

how to show 2 or more notifications? mikaelbr/node-notifier#55

@sayanee sayanee changed the title osx notification before an hour of start of an event osx notification if the next event is within the next hour May 31, 2015
@sayanee sayanee reopened this Jun 6, 2015
@sayanee
Copy link
Member Author

sayanee commented Jun 6, 2015

try with group option:

var notifier = require('node-notifier');

notifier.notify({
  'title': 'My notification',
  'message': 'Hello, there!',
  'wait': true,
  'group': 1
});

notifier.notify({
  'title': 'hola!!!',
  'message': 'Hello, there!',
  'wait': true,
  'group': 2
});

@sayanee sayanee closed this as completed in c6c68ad Jun 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant