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

    Posts

    Recent Best Controversial
    • RE: weather module with temp/precipitation graph for 1-2 days

      @AnduriI You may like https://github.com/thobach/MMM-OpenWeather24Hours which I built and migrated from Darksky to OpenWeather.

      posted in Requests
      T
      thobach
    • RE: Help Finding gesture controlled module

      @ayotrav You might want to check out my https://github.com/thobach/MMM-Gestures module

      posted in Requests
      T
      thobach
    • RE: electron-rebuild problems with MagicMirror 2.22.0

      @karsten13 What are your thoughts on adding npm install @electron/rebuild --unsafe-perm; \ as part of the container image creation process to https://gitlab.com/khassel/magicmirror/-/blob/master/build/Dockerfile-debian?

      posted in Troubleshooting
      T
      thobach
    • RE: MMM-ToDo Microsoft (missing ordering options)

      I’m the author of https://github.com/thobach/MMM-MicrosoftToDo in case that’s the module you’re referring to ;)

      Hashtags are already color coded if you specify the “highlightTagColor” parameter (see https://github.com/thobach/MMM-MicrosoftToDo#installation).

      Sorting is possible with the parameter “orderBy”, unfortunately the API does not allow to order by title, which means it would need to be manually implemented on-top if that is a priority for you.
      I added though sorting by importance if you set the “orderBy” parameter to “importance”.

      posted in Troubleshooting
      T
      thobach
    • RE: Vcgencmd display cron job not working

      @Nneuland I assume you are now on Bullseye - see here https://forum.magicmirror.builders/topic/16865/mmm-remotecontrol-or-vcgencmd-issue and change the settings to use the fake KMS driver (fkms) instead of kms.

      posted in Troubleshooting
      T
      thobach
    • RE: MMM-Remote-control all working except for monitor on and off

      @diemen112 @karsten13 For bullseye I needed to change the display driver to the fake kms one (dtoverlay=vc4-fkms-v3d in /boot/config.txt) to have any effect of vcgencmd.
      Afterwards vcgencmd only worked from the host, but not from @karsten13’s docker container. There I ran into the same problem with my MMM-Gestures module:

      [09.10.2022 17:54.49.927] [LOG]   Sun Oct 09 2022 17:54:49 GMT+0200 (Central European Summer Time): exec error: Error: Command failed: vcgencmd display_power 0
      vcgencmd: error while loading shared libraries: libvchiq_arm.so.0: cannot open shared object file: No such file or directory
      

      I fixed it by mounting two more files from the host, my volume mounts now are:

          volumes:
            - ../mounts/config:/opt/magic_mirror/config
            - ../mounts/modules:/opt/magic_mirror/modules
            - ../mounts/css:/opt/magic_mirror/css
            - /tmp/.X11-unix:/tmp/.X11-unix
            - /opt/vc:/opt/vc/:ro
            - /usr/bin/vcgencmd:/usr/bin/vcgencmd
            - /usr/lib/arm-linux-gnueabihf/libvchiq_arm.so.0:/usr/lib/arm-linux-gnueabihf/libvchiq_arm.so.0
            - /usr/lib/arm-linux-gnueabihf/libvcos.so.0:/usr/lib/arm-linux-gnueabihf/libvcos.so.0
            - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
      
      posted in Troubleshooting
      T
      thobach
    • RE: How to interact with the news module?

      @clhe0423 You can find here an example how it is used in MMM-Gestures: https://github.com/thobach/MMM-Gestures/blob/master/MMM-Gestures.js#L110 & https://github.com/thobach/MMM-Gestures/blob/master/MMM-Gestures.js#L118

      posted in Troubleshooting
      T
      thobach
    • RE: MMM Pages turn Pages manually

      @acethefire On https://github.com/edward-shen/MMM-pages#notifications the usable events are described. I use them for example here: https://github.com/thobach/MMM-Gestures/blob/094ef30fe4a7e9204846a4f77d6314b61ee1d758/MMM-Gestures.js#L85

      posted in Troubleshooting
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      @Mighty-Mouseq Nice! Do you want to create a pull request? I could then merge it into the main branch for everyone.

      posted in Requests
      T
      thobach
    • RE: Measuring power/energy cost on a 24/7 running pi

      If you are looking for some code to disable the monitor or if you want the use an infrared sensor to detect when someone is in front of the mirror and only then turn it on, you can check my module https://github.com/thobach/MMM-Gestures.

      posted in Tutorials
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      @zolabus It seems you faced the same issue as in https://github.com/thobach/MMM-MicrosoftToDo/issues/18. I updated the instructions in https://github.com/thobach/MMM-MicrosoftToDo/blob/master/README.MD#refresh-token-generation-refresh-token to be more Windows friendly, e.g. all in a single line and using double quotes. Could you please try it again with the updated instructions? Thanks!

      posted in Requests
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      @andyyy The call seems to be missing some parameters, please check the full command line from https://github.com/thobach/MMM-MicrosoftToDo/blob/master/README.MD, thanks!

      posted in Requests
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      @binderth Did the tips from @ThaliaFromPrussia (https://forum.magicmirror.builders/post/68615) work for you to see what error you are getting on the magic mirror front-end?

      posted in Requests
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      @Jan You’re welcome. Have you tried adding the module multiple times in the config file with different listId values?

      posted in Requests
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      @binderth The refresh happens every 60s. I don’t plan to implement a fade-option, sorry, it would require quite some effort given the current implementation.

      posted in Requests
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      @andyyy What error message do you get? Are you on Windows 10 which should have curl pre-installed? I updated the readme file to replace the space symbols with %20 as that seemed to have caused issues for some. Please make sure to preserve the ’ symbol at the end of the call.

      posted in Requests
      T
      thobach
    • RE: Wunderlist shuts down May 6th

      @mchrdk @binderth @lavolp3 I created a new module for Microsoft To Do at https://github.com/thobach/MMM-MicrosoftToDo. The migration from Wunderlist to Microsoft To Do was quite seamless.

      Could you please test it and provide me some feedback? Thanks!

      posted in General Discussion
      T
      thobach
    • RE: Microsoft To Do List Module Request (Similar to Wunderlist or Todoist)

      @joela85 I created a new module for Microsoft To Do at https://github.com/thobach/MMM-MicrosoftToDo. The migration from Wunderlist to Microsoft To Do was quite seamless.

      Could you please test it and provide me some feedback? Thanks!

      posted in Requests
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      I created a new module for Microsoft To Do at https://github.com/thobach/MMM-MicrosoftToDo. The migration from Wunderlist to Microsoft To Do was quite seamless.

      @joela85 @binderth @D90 Could you please test it and provide me some feedback? Thanks!

      posted in Requests
      T
      thobach
    • RE: Microsoft To-Do (wunderlist replacement?)

      I will look into it the next days. Benefits of using To Do from Microsoft is the easy migration from Wunderlist and very similar look and feel.

      posted in Requests
      T
      thobach
    • 1
    • 2
    • 3
    • 1 / 3