hello,
I don’t know about spotify but with update 2.13 i need to reload modules needing npm install or some dependances.
hello,
I don’t know about spotify but with update 2.13 i need to reload modules needing npm install or some dependances.
i can’t help you with this module. check config and position. you can add “disabled: true” to MMM-pages and some other modules to check the display
define rotation time
[ "MMM-Wallpaper" , "MMM-EmbedYoutube" , 'MMM-GooglePhotos' , "MMM-Widget13" , "clock" , "newsfeed" ]],
rotationTime: 20000,
Hello,
for information, can we add a password for MagicMirror’s folder? if someone take my micro card he has all apikeys. The password coul be a probem to run after mm ?
Thanks
Salut,
There is an update with updatenotification with auto update…You can see on Github
Bravo les gars pour ce module. Bon, je n’ai pas d’enfants mais mes potes oui. Justement ils m’ont demandé si les devoirs seront également prévus en affichage (principe de rotation entre prochains cours et devoirs - et si on pouvait paramétrer le nombre de jour affiché (de 1 à x jours)… On peut aussi imaginer de créer un MMM-Pronote2 pour afficher que les devoirs + notes…
{
module: "MMM-Widget1", //ok tweet CNN
disabled: false,
position: "left",
config: {
refreshInterval: 1000*60*60,
code: `<a class="twitter-timeline" href="https://twitter.com/CNN?ref_src=twsrc%5Etfw">Tweets by CNN</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> `, // https://publish.twitter.com/
iframeStyle: {
width: "700px",
height: "820px",
},
}
},
looks like this in config MMM Widget2. no try in my magicmirror
@MaxPower just past the code line like this :
{
module: "MMM-Widget1", //ok tweet hyeres
disabled: false,
position: "left",
config: {
refreshInterval: 1000*60*60,
code: `<a class="twitter-timeline" href="https://twitter.com/villedhyeres?ref_src=twsrc%5Etfw">Tweets by villedhyeres</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> `, // https://publish.twitter.com/
iframeStyle: {
width: "700px",
height: "820px",
},
}
},