This plugin shows today's Toggl Track entries.
Warning
This is a personal project. Therefore, I will not be addressing issues or feature requests.
Berofe you install MMM-Toggl, make sure you can access your account.
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
cd ~/MagicMirror/modules/MMM-Toggl
git pull
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
}
},
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) |
not available