Which module in connection with an Android app do you recommend for tasks (especially for repetitive tasks)?
A good App is the any.do-App, but there doesn’t seem to be a working module.
Which module in connection with an Android app do you recommend for tasks (especially for repetitive tasks)?
A good App is the any.do-App, but there doesn’t seem to be a working module.
@j-e-f-f
Hey. I found your Module last days and i love it. Thanks for that.
One question.
I have one added calendar (holidays) that have a “description” in his calendar entry.
So the Modul Shows three lines.
First with the Titel (christmas),
Second with date (24 Dezember)
third with description (calovo.de).
Is it possible to hide the description?
@sdetweil
Something New here?
Have a similar problem with recurring appointments. However, these are not displayed to me one day earlier, but a day later.
@joela85
I love anydo. That works fine for me and is one of the best apps in my opinion. Unfortunately, I can’t get the right module up and running.
@sdetweil
But did you see the example of “exclude events”? Could it be possible with “until”?
An array of words / phrases from event titles that will be excluded from being shown.
Additionally advanced filter objects can be passed in. Below is the configuration for the advance filtering object.
Required
filterBy - string used to determine if filter is applied.
Optional
until - Time before an event to display it Ex: ['3 days', '2 months', '1 week']
caseSensitive - By default, excludedEvents are case insensitive, set this to true to enforce case sensitivity
regex - set to true if filterBy is a regex. For those not familiar with regex it is used for pattern matching, please see here for more info.
Example: ['Birthday', 'Hide This Event', {filterBy: 'Payment', until: '6 days', caseSensitive: true}, {filterBy: '^[0-9]{1,}.*', regex: true}]
Default value: []
@MichiMich
Did you know, if this is possible?
Hello everybody.
Is it possible to hide double events.
This is explicitly about the following:
I have a weekly recurring event.
In the module I would like to be shown the next 7 events.
Should there be no or few appointments in the near future, then the module would only consist of this one recurring appointment.
In this case, it would be enough for me that this recurring event is only displayed once.
I tried it with “excludedEvents”.
However, I only manage to completely exclude the event.
@lavolp3
Damn… I tryed a lot nie, but it dosnt work. Think, that the Module isnt ready, too.
@cowboysdude
Hmm… I dont understand that.
Im so sorry.
As an example …
I write www.google.com as a URL in the line and then get a token and an id.
But … If I enter this in the config, of course, I will not see anything from my tasks.
Which is also logical, because I can not relate to my account from any.do anywhere.
Which step am I missing?
@cowboysdude
Hey… Thank You for your comment.
I read the readme and followed the link for get accestoken and Client ID.
There i put any URL (Does it really matter which one?) in the row.
Then generated an Token and ID.
But how should this arbitrary token be linked to my anydo account? In my opinion, this is not clear from the instructions.
Somebody tested the Module anydo?
I don’t understand, the readme. Where can i get the acces Token and ID? The link in the readme is for wunderlist, not for anydo.
@aunrea
Have the same Problem. Is there a way to change the order?
In the MMM-GoogleTasks.js is an config:
Ordering: “myorder”, //order by due date or by ‘my order’ NOT IMPLEMENTED
Can somebody fix that?
Unfortunately, a new little question. Is it possible to change the color of today’s events in the standard calendar module?
@sdetweil oh man. What would i do without You. 🙈
Found the error… Suddenly the node_helper was not found.
I get it back with an older Thread from You.
Thank You for all
@sdetweil
Hey…
In the meantime I managed to align everything. Via the custom.css.
Now I installed the MMM-GoogleTasks module according to the instructions and inserted my API ID.
Then I restarted the MM and since then I only have a black screen in a window called electron.
I hope I don’t have to set everything up now. My brain is starting to smoke.
@sdetweil
Hey…
I tried something.
If one of the displayed event titles (calendar 3) gets longer, then the alignment fits.
This means that the calendar symbol and the event title align together.
It would be better if the calendar symbol were always aligned to the left and the event title follows it.
What Do You mean with “developers window, elements Tab”? Where can i find it?
@sdetweil
Oh yes.
Calendar 4 an 5 are with the same settings, only Position is top_right.
I have an entry in custom.css, but without the entry it is the same alignment.
body {
}
.MMM-DarkSkyForecast .module-content {
width: 550px;
}
.calendar .module-content {
width: 550px;
}
Hey.
Here is the config from the first an second calendar. the others are created same way
{
module: "calendar",
header: "Test1",
position: "top_left",
config: {
maximumEntries: "7",
timeFormat: "absolute",
urgency: 1,
getRelative: 12,
fullDayEventDateFormat: "DD.MMM",
dateFormat: "DD.MMM HH:mm",
calendars: [
{
symbol: "toolbox",
url: "https://calendar.google.com/calendar/ical/.../basic.ics" }
]
} },
{
module: "calendar",
header: "Test2",
position: "top_left",
config: {
maximumEntries: "7",
timeFormat: "absolute",
urgency: 1,
getRelative: 12,
fullDayEventDateFormat: "DD.MMM",
dateFormat: "DD.MMM HH:mm",
calendars: [
{
symbol: "calendar-check",
url: "https://calendar.google.com/calendar/ical/.../basic.ics" }
]
}
},
......
Hey guys.
Today I experimented a little with the standard calendar for a simple overview. So far I am satisfied. However, the text alignment bothers me a bit, as you can see in the picture. Is it possible to adjust this via the css?!
Calendar 1 and 2 looks good
The eventtitel and Symbol from calendar 3 is to much right
Eventtitel From 4 and 5 ist right alignment, but would Look better if its left