@sdetweil Thank you and let me know if there is a way to fix it.
Read the statement by Michael Teeuw here.
Posts made by ThaliaFromPrussia
-
RE: MMM-CalendarExt3
-
RE: MMM-CalendarExt3
I also have a problem. I have a series of appointments on Tuesday and Wednesday. If I change one appointment in length with the same starting time, it shifts one hour back. The source is correct, the displaying hour on the MM is incorrect. Does anybody else have this problem?
MagicMirror
Source in browser
-
RE: Microsoft To-Do (wunderlist replacement?)
@binderth said in Microsoft To-Do (wunderlist replacement?):
first: I think, the URL is broken (spaces here: https://github.com/thobach/MMM-MicrosoftToDo#authorization-code-generation-code).
only after replacing the whitespaces with “%20” it worked and I got thecode
.For me the link worked as it is. What whitespaces do you mean?
This might be helpful:
@sdetweil said in no result from mvgmunich modul:
@Babene1 open the developers window, using the keyboard, ctrl-shift-i, select the tab labeled ‘console’ and then scroll up… to find any errors (usually red text)
you can also filter to messages from a single module, by putting some part of its unique name into the file labeled ‘filter’, like mvgmlet us know what u find
if you use pm2 to manage the mirror runtime, you might also look at the logs, by doing
pm2 logs
-
RE: Microsoft To-Do (wunderlist replacement?)
@binderth I can only guess that you’ll have a typo somewhere. Maybe someone else near you can compare what you got and what you typed?
-
RE: Microsoft To-Do (wunderlist replacement?)
@binderth From the point with Azure on, including a new client ID.
the refresh time is very fast. You set up a new task and within a few seconds it appeares on the screen.
-
RE: Microsoft To-Do (wunderlist replacement?)
@binderth This is the problem I had first too. Had a c&p error in one of the tokens. Just do it again, for me it worked because I received other codes and now it loads everything.
-
RE: Microsoft To-Do (wunderlist replacement?)
Nevermind, found it out for myself :smiling_face:
You just need to add this in custom.css and it works:.MMM-MicrosoftToDo .module-content { text-align: left; }
-
RE: Microsoft To-Do (wunderlist replacement?)
I implemented it today and it works like a charm! Thank you very much!
Is it possible to sort the tasks in different ways?
Can I set the alignment to left side in the right side panel? Maybe in CSS?