A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • 0 Votes
    2 Posts
    1k Views
    ?
    @dv46 For localization, ref this. https://developers.google.com/actions/localization/action-packages But even for me, many things are not documented by google. Sdk is still on beta stage. For audio response, sometimes audio data comes too lately. Unfortunately there is no good way to measure whether audio is just late or broken or missed. Maybe I can add timeover and waiting response features on next version.(I’m building whole new v3. In a few weeks I can release it.)
  • 1 Votes
    15 Posts
    10k Views
    KlizzyK
    Hello @ueffchen , sorry for the late reply! If you still got this problem, you can fix it in multiple ways: MMM Build in sizing You could change tableWrapper.className = "small mmm-vrr-table"; within MMM-Vrr.js on line 159 into tableWrapper.className = "medium mmm-vrr-table"; Specific font sizes for header add another line after MMM-Vrr.css:16 with you desired fontsize e.g: font-size: 50px; Specific font size within table content add this to the MMM-Vrr.css .mmm-vrr-table tr { font-size: 50px; }