@Jopyth I figured it out myself but thanks for the help, i used MMM-ModuleScheduler and put this
{
module: 'MMM-ModuleScheduler',
config: {
notification_schedule: {
notification: 'UPDATE_SL',
schedule: '*/5 * * * *',
payload: {
type: "UPDATE_SL",
title: 'sl!',
action: "notification"
}
}
}
to make it update every 5 minutes