Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.
/ MMM-Slack Public archive
forked from nrkno/MMM-Slack

Slack integration for MagicMirror²

Notifications You must be signed in to change notification settings

grid-x/MMM-Slack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forked from stir.

  • Changed the Random Message Display to Last Message only.
  • Removed '@' from Usernames

MagicMirror² Module: MMM-Slack

This is a module integrating Slack in MagicMirror². It displays messages from the a given Slack channel in config.js. The module also supports update and delete messages

How to install

Remote into your MagicMirror box using a terminal software and go to the application folder:

cd ~/MagicMirror

Clone the repository:

git clone https://github.com/nrkno/MMM-Slack

Install dependencies:

npm install

Add the module to the modules array in the config/config.js file by adding the following section. You can change this configuration later when you see this works:

{
	module: 'MMM-Slack',
	position: 'lower_third',
	config: {
		slackToken: 'YOUR_SLACK_TOKEN_GOES_HERE',
		slackChannel: 'THE_CHANNEL_YOU_WANT_MESSAGES_FROM'
	}
},

Configuration options

Option Comment Default
slackToken You must create a test token for the [Slack API](https://api.slack.com/tokens) aaaa-bbbbb-ccccc-dddd-12344
slackChannel Which Slack channel you want to display messages from test
showUserName If true, the message sender's user name will be displayed with the message true
showLatestMessageOnStartup If true, the latest message in the channel will be displayed on startup false

About

Slack integration for MagicMirror²

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • CSS 1.0%