Skip to content

S-H-Y-A/MMM-Toggl

Repository files navigation

MMM-Toggl

This plugin shows today's Toggl Track entries.

Warning

This is a personal project. Therefore, I will not be addressing issues or feature requests.

No Track Tracking Not tracking

Installation

Berofe you install MMM-Toggl, make sure you can access your account.

Install

In your terminal, go to your [MagicMirror²][mm] Module folder and clone MMM-Toggl:

cd ~/MagicMirror/modules
git clone https://github.com/S-H-Y-A/MMM-Toggl

Update

cd ~/MagicMirror/modules/MMM-Toggl
git pull

Using the module

To use this module, add it to the modules array in the config/config.js file:

    {
        module: 'MMM-Toggl',
        position: 'bottom_bar',
        config: {
            apiToken: "********************************",
            workspaceId: 1234567,
            updateInterval: 3 * 1000
        }
    },

Configuration

Key Possible values Default Description
apiToken string not available your token, which you can find in Profile Page
workspaceId number not available the workspaceId of your workspace, which is included in URL of Reports Page
updateInterval number 3000 Interval to synchronize with Toggl server (It is recommended updateInterval is more than 1000)

Sending notifications to the module

not available

Links