no… just copy paste, renaming.
Read the statement by Michael Teeuw here.
Posts
-
RE: Default Calendar // Multiple caldendar instances overwritting each other..(maximumNumberOfDays)
-
RE: Default Calendar // Multiple caldendar instances overwritting each other..(maximumNumberOfDays)
well… I believe it’s far from being perfect…but at least it seems to do the job…
I created a “new” module which does exactly same / has the same code as the one I want to use, but has a different name (folder named “MMM-Calendar2” -> file named “MMM-Calendar2.js” -> within the line Module.register(‘MMM_Calendar2’)).
Not in the default module folder but into the 3rd party module folder… -
RE: Interaction between MMM-Pages & MMM-GroveGestures
@Sean agree to avoid dependencies.
Commands set & runtime is far over my skills level (for now at least, maybe I will dig in javascript in future).
Anyway, anything you need from me, such as testing, let me know!Appreciate your support if you could give some of your time to this idea.
-
RE: Interaction between MMM-Pages & MMM-GroveGestures
@Sean
I believe that MMM-Pages is already sending some notification “PAGE CHANGED, X”. X being the number of the active page.
!! It even seems that MMM-pages is even able to respond to PAGE QUERY notification by sending the Page N° back into a notification!!! , look at what I found into MMM-pages :
case 'QUERY_PAGE_NUMBER': this.sendNotification('PAGE_NUMBER_IS', this.curPage); break; default: // Do nothing
So…if “MMM-GroveGestures” would be able to query MMM-Pages after received gesture notification and before running related action, would be perfect I guess!!
Please forgive me if I’m totally wrong, it’ based on my “non-skilled logic”, but seems logic in my mind at least!!
-
RE: Interaction between MMM-Pages & MMM-GroveGestures
@Sean
Because technical limitations?
I believe because it’s not possible to know which MMM-Pages is currently “active”?
What would we need to make this possible in future? -
RE: Monthly calendar
I would really be interested into this kind of Monthly Calendar too.
I know there is already a module for simple monthly calendar MMM-Calendar_monthly but I would love it :- to fetch personal calendars. i.e add a dot under the date if there is any event on this date.
- be able to move the previous / next month by notifications.
Would be awesome.
Don’t know if you guys @Phil_T found a workaround on your side?
Maybe @KirAsh4 would be interested in this idea!
Yearly calendar overview would be perfect too in my mind but never saw anybody requesting such a thing…
the final need being : someone is calling us to define the date of our next friend party weekend or whatever… Just have a look on the mirror to know when it’s possible or not…
-
Interaction between MMM-Pages & MMM-GroveGestures
Hi,
I was thinking about MMM-GroveGestures to be able to send different notifications based on the MMM-Pages active page. I.e :
When on Page 1, "CLOCKWISE " triggers “ARTICLE_NEXT”
but
When on Page 2, “CLOCKWISE” triggers something else…Do you think it’s easily doable ? Anyone interested to implement that into MMM-GroveGestures?
Regards
-
RE: MMM-social-feed, challenge?
Quick head’s up to that topic! Surprised that nobody jumped on it!
I’m interested too.
Actually, I’m planning to use Familink Feed which I woud love to integrate on the mirror itself.
Regards
-
RE: Default Calendar - Sub-headers "Today" / "Tomorrow" / "Coming Next"
@lavolp3
Hi!
Would you mind trying to solve this one also (both are related to the same topic) :
MMForum Post
Same Issue on GitHubwithin your PR?
I still would like to have 2 different instances which doesn’t overwrite each other.
If OK for you, I will close the other post and refer to this one.
Regards
-
RE: Default Calendar - Sub-headers "Today" / "Tomorrow" / "Coming Next"
@lavolp3
Thanks for that.
Indeed, it would be perfect if I could have a preview so i can give it a try on my side.!
You rock!I will then check how to play with GetRelative and Urgency as for now the difference between those 2 doesn’t seems obvious to me.