-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update birthday list every hour #9
Open
ulrichwisser
wants to merge
23
commits into
PalatinCoder:master
Choose a base branch
from
ulrichwisser:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 14 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
adca3e5
Refresh birthday list every hour
ulrichwisser 69b9b71
Update doc to include notice of hourly updates.
ulrichwisser b783d9c
Fix formatting
ulrichwisser 44281b4
Change to new repo name
ulrichwisser 79c0d04
Small fixes
ulrichwisser b77d0e3
Name change
ulrichwisser e25df1f
Will not be using travis
ulrichwisser 599774a
clean specific google code
ulrichwisser 69989de
remove unused stuff from original modle
ulrichwisser 12ced36
Added copyright for Ulrich Wisser
ulrichwisser af4f893
update to reflect current status
ulrichwisser 8445e85
Update installation instructions
ulrichwisser ddc5fa4
first working version
ulrichwisser aa02b83
Fix formatting
ulrichwisser 22cf4cc
Remove debug output
ulrichwisser 46edee9
Fix SyntaxError
KristjanESPERANTO 7ce377c
Improve description
KristjanESPERANTO 0b3dc08
Add prettier
KristjanESPERANTO fb80b26
Run prettier
KristjanESPERANTO 4700fc0
Merge pull request #3 from KristjanESPERANTO/master
ulrichwisser 1a546b1
add keywords
ulrichwisser 06b8156
- remove dependency on vcard
ulrichwisser 7c35f66
fix trailing comma
ulrichwisser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Module.register("MMM-CardDavBirthdaysProvider", { | ||
defaults: {}, | ||
start: function() { | ||
this.sendSocketNotification('CONFIG', this.config); | ||
Log.info(this.name + " is started"); | ||
}, | ||
getDom: function() { | ||
let self = this | ||
var wrapper = document.createElement("div"); | ||
wrapper.id = "carddav"; | ||
wrapper.style.display = "none"; | ||
return wrapper | ||
}, | ||
}) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please share instructions or a script for generating this token?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a pull request. And an old one at that. Totally the wrong place to ask for help.
That said, you need to follow the install instructions on https://github.com/PalatinCoder/MMM-GoogleBirthdaysProvider.
Good luck!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I am aware :) I have been following your updates to your fork and I noticed you are moving to CalDAV API and I am trying to get it working as well. Since you don't have the issues open on your fork, I figured I'll ask here. Let me know if you have a better suggestion for asking questions/ reporting issues for your fork.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have enabled issues and discussions on my repo, please feel free to take the question there.