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

    Duske

    @Duske

    1
    Reputation
    522
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Location Germany

    Duske Unfollow Follow

    Best posts made by Duske

    • MMM-RescueTime

      Hey folks,

      if you use RescueTime to log your time spent on activities check out my module:
      https://github.com/Duske/MMM-RescueTime

      It display today’s hours in a radar chart keeping you informed how you spent the day with your digital devices.
      All you need to have is a free RescueTime account and an API key. Then simply start logging :)

      screenshot

      Cheers

      posted in Productivity productivity rescuetime chart
      DuskeD
      Duske

    Latest posts made by Duske

    • MMM-RescueTime

      Hey folks,

      if you use RescueTime to log your time spent on activities check out my module:
      https://github.com/Duske/MMM-RescueTime

      It display today’s hours in a radar chart keeping you informed how you spent the day with your digital devices.
      All you need to have is a free RescueTime account and an API key. Then simply start logging :)

      screenshot

      Cheers

      posted in Productivity productivity rescuetime chart
      DuskeD
      Duske
    • RE: Problem with Weather forecast

      You see the same day multiple times because this API is a “5 days/3 hour forecast API”, so you won’t get one result per day, but multiple forecasts for one single day with 3 hours between them.

      E.g.

      Result 1: "2017-09-24 00:00:00" Sunday
      Result 2: "2017-09-24 03:00:00" Sunday
      Result 3: "2017-09-24 06:00:00" Sunday
      

      and so on

      posted in Troubleshooting
      DuskeD
      Duske
    • RE: MMM-PIR-Sensor Black screen..

      I solved the Error: Cannot find module 'onoff'- Error by removing the node_modules from the MMM-PIR-Sensor directory and reinstall them by using npm i. This time, some dependencies seem to be built in with electron, and the error disappeared.

      posted in Troubleshooting
      DuskeD
      Duske