MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. ThaliaFromPrussia
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 8
    • Groups 0

    ThaliaFromPrussia

    @ThaliaFromPrussia

    1
    Reputation
    65
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    ThaliaFromPrussia Unfollow Follow

    Best posts made by ThaliaFromPrussia

    • 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.

      posted in Requests
      T
      ThaliaFromPrussia

    Latest posts made by ThaliaFromPrussia

    • RE: MMM-CalendarExt3

      @sdetweil Thank you and let me know if there is a way to fix it.

      posted in Utilities
      T
      ThaliaFromPrussia
    • 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
      2022-12-27 15_03_16-Window.png

      Source in browser
      2022-12-27 15_05_39-Window.png

      posted in Utilities
      T
      ThaliaFromPrussia
    • 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 the code.

      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 mvgm

      let 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

      posted in Requests
      T
      ThaliaFromPrussia
    • 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?

      posted in Requests
      T
      ThaliaFromPrussia
    • 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.

      posted in Requests
      T
      ThaliaFromPrussia
    • 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.

      posted in Requests
      T
      ThaliaFromPrussia
    • 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;
      }
      

      Bild Text

      posted in Requests
      T
      ThaliaFromPrussia
    • 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?

      alt text

      posted in Requests
      T
      ThaliaFromPrussia