mirror of
https://github.com/Rushilwiz/MMM-MinimalCOVID19.git
synced 2025-04-09 22:10:19 -04:00
Initial Commit
This commit is contained in:
parent
fcfb344c7f
commit
e96b8cfe92
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 Rushilwiz
|
Copyright (c) 2020 Rushil Umaretiya
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
12
MMM-MinimalCOVID19.js
Normal file
12
MMM-MinimalCOVID19.js
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Module.register("MMM-MinimalCOVID19", {
|
||||||
|
defaults: {},
|
||||||
|
start: function () {},
|
||||||
|
getDom: function() {
|
||||||
|
var element = document.createElement("div")
|
||||||
|
element.className = "myContent"
|
||||||
|
element.innerHTML = "Hello, World!"
|
||||||
|
return element
|
||||||
|
},
|
||||||
|
notificationReceived: function() {},
|
||||||
|
socketNotificationReceived: function() {},
|
||||||
|
})
|
Loading…
Reference in New Issue
Block a user