@mediathreat you have different possibilities, e.g.
add a class
in your td tag add a class attribute class='MyFancyTitle', the forum don't want to render it. Then in your css you can style this class
or add inline styling
in your td tag add a style attribute style='font-weight: bold'
@mediathreat
Does the beginning of your config.js file resemble this?
var config = {
address: "0.0.0.0",
port: 8080,
ipWhitelist: [], // Set [] to allow all IP addresses
language: "en", // -- set to English
Hi guys Im trying to run mmm-slack (https://github.com/jasonyork/MMM-Slack)
For the channel in config do you need the leading # hashtag for the channel config
And which Token do you need from Slack - There are several different kinds available
thanks guys.