Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeraci committed Jan 22, 2017
2 parents 7ad91a7 + 5be929d commit 48a6ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Then, create a plist file in `~/Library/LaunchAgents/` that runs the script:
<key>Label</key>
<string>auto-hud starter</string>
<key>Program</key>
<string>/Users/mediabox/start-auto-hud.sh</string>
<string>/Users/mediabox/bin/start-auto-hud.sh</string>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
Expand Down
2 changes: 1 addition & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'timePollTime': 10,

'weatherPollTime': 1000 * 60 * 5,
'weatherUrl': 'https://api.forecast.io/forecast/',
'weatherUrl': 'https://api.darksky.net/forecast/',

'birthdaysPollTime': 1000 * 60,
'birthdaysUrl': '/birthdays',
Expand Down

0 comments on commit 48a6ca4

Please sign in to comment.