Changelog:
- it is now possible to get informed about elevator and line incidents thanks to @flo80 for his contribution
[card:fewieden/MMM-WienerLinien]
Changelog:
[card:fewieden/MMM-WienerLinien]
@nobita I get the changed language
@shramik49 the video size gets inserted as style attribute directly to the element. If you want to override those you have to use the following rules
.camera video {
width: 1280px !important;
height: 960px !important;
}
@shazglass There is a error log in the module. Also there is a hidden debug option for for informations debug: true
@Stoffbeuteluwe to not touch any source files of the module you can add the following to the custom.css file
.MMM-Fuel th:nth-child(2) span { /* Replace 2 with the correct column */
visibility: hidden;
}
.MMM-Fuel th:nth-child(2) span:after { /* Replace 2 with the correct column */
visibility: visible;
content: "Super";
margin-left: -21px; /* Pixels that the original text occupies */
}
@SChweden-Maik Hi Maik, welcome to the forum.
A lot of stuff you’re trying to achieve is already possible with MagicMirror. There several voice recognition modules, a face recognition module and also modules to show missed calls
{
module: 'MMM-voice',
position: 'bottom_bar',
config: {
microphone: 1,
debug: true
}
},
post your error and debug log, it’s huge so maybe on pastebin
https://github.com/fewieden/MMM-Fuel
[card: fewieden/MMM-Fuel]