MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. lolobyte
    3. Topics
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 292
    • Groups 0

    Topics

    • lolobyteL

      MMM-PoemOfTheDay show standard, but no german language!

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      8
      0 Votes
      8 Posts
      1k Views
      S
      @lolobyte I know, but that is incorrect… my open issue asks to change the doc
    • lolobyteL

      Access trouble on MM 2.0.2 with remote Modules

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      3
      0 Votes
      3 Posts
      2k Views
      K
      Your white list is wrong ::ffff: is an IPv6 loopback, you’ve combined it with an IPv4 address “192.168.1.1/24” should be a separate line
    • lolobyteL

      Possible to put your module to the 3-rd party section?

      Watching Ignoring Scheduled Pinned Locked Moved System
      1
      0 Votes
      1 Posts
      1k Views
      lolobyteL
      Re: MMM-Admin-Interface you can add that yourself https://github.com/MichMich/MagicMirror/wiki/MagicMirror²-Modules/_edit
    • lolobyteL

      Standardmodule "updatenotification"

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      13
      0 Votes
      13 Posts
      7k Views
      MichMichM
      @lolobyte: it’s a default module which in the example config starting from V2.1.0 - So only when upgrading from a previous version, You need to add it manually. It’s in the changelog somewhere. But indeed, It might need some better documentation. Feel free to send PR’s to do this. :)
    • lolobyteL

      MMM-Remote-Control after upd MM to 2.1.0

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      14
      0 Votes
      14 Posts
      11k Views
      lolobyteL
      @Jopyth Hi, This system doesen’t let me upload some file for you. The this way. Here is the sample config with issues. /* Magic Mirror Config Sample * By Michael Teeuw http://michaelteeuw.nl MIT Licensed. */ var config = { port: 8080, ipWhitelist: [ “127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.1/24”, ], language: ‘de’, timeFormat: 24, units: ‘metric’, modules: [ { module: 'alert', classes: 'small bright', // Add your own styling. Optional. disabled: false, }, { module: "updatenotification", position: "top_center", classes: 'small bright', // Add your own styling. Optional. disabled: false, }, { module: 'MMM-Advent', position: 'bottom_center', classes: 'small bright', // Add your own styling. Optional. disabled: true, config: { updateInterval: 10 * 60 * 1000, marks: 0, //default is 24 height: 300, showFlameBeforeStart: false, // start: ["2016-11-27 00:00:01", "2016-12-11 00:00:01", "2016-12-18 00:00:01", "2016-12-04 00:00:01"], // end: ["2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59"], start: "2016-01-01 00:00:01", //Geburtstag Anfang end: "2016-01-01 23:59:59", //Geburtstag Ende // start: "2016-12-01 00:00:01", //Eine Kerze; default is "2016-12-01 08:00:00" // end: "2016-12-24 23:59:59", //Eine Kerze; default is "2016-12-24 22:00:00" enableAnimation: true, fontColor: "#000000", //default is #000000 (black) candleColor: "#FFFFFF", //default is #FFFFFF (white) } }, { module: 'helloworld', position: 'bottom_bar', classes: 'small bright', // Add your own styling. Optional. disabled: true, config: { text: 'Alles Gute!', } },{ module: 'clock', position: 'top_left', classes: 'small bright', // Add your own styling. Optional. disabled: false, config: { displaySeconds: true, clockBold: false, showDate: true, displayType: 'digital', // Possible values: digital, analog, or both analogSize: '190px', analogFace: 'face-012', // 'simple' border, none, or face-### (value between 001 and 012) analogPlacement: 'right', // top, right, bottom, or left analogShowDate: 'top', // false, top or bottom secondsColor: '#888888', // any HTML RGB Color // timezone: 'Etc/GMT+10', // America/New_York, America/Santiago, Etc/GMT+10 } }, { module: 'MMM-Remote-Control', classes: 'small bright', // Add your own styling. Optional. disabled: false, // uncomment the following line to show the URL of the remote control on the mirror position: 'top_center' // you can hide this module afterwards from the remote control itself }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== ‘undefined’) {module.exports = config;} and this one wich is running. /* Magic Mirror Config Sample * By Michael Teeuw http://michaelteeuw.nl MIT Licensed. */ var config = { port: 8080, ipWhitelist: [ “127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::ffff:192.168.1.1/24”, ], language: ‘de’, timeFormat: 24, units: ‘metric’, modules: [ { module: 'alert', classes: 'small bright', // Add your own styling. Optional. disabled: false, }, { module: "updatenotification", position: "top_center", classes: 'small bright', // Add your own styling. Optional. disabled: false, }, { module: 'MMM-Advent', position: 'bottom_center', classes: 'small bright', // Add your own styling. Optional. // disabled: true, // verursacht Fehler in MMM-Remote-Control Modul config: { updateInterval: 10 * 60 * 1000, marks: 0, //default is 24 height: 300, showFlameBeforeStart: false, // start: ["2016-11-27 00:00:01", "2016-12-11 00:00:01", "2016-12-18 00:00:01", "2016-12-04 00:00:01"], // end: ["2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59", "2016-12-24 23:59:59"], start: "2016-01-01 00:00:01", //Geburtstag Anfang end: "2016-01-01 23:59:59", //Geburtstag Ende // start: "2016-12-01 00:00:01", //Eine Kerze; default is "2016-12-01 08:00:00" // end: "2016-12-24 23:59:59", //Eine Kerze; default is "2016-12-24 22:00:00" enableAnimation: true, fontColor: "#000000", //default is #000000 (black) candleColor: "#FFFFFF", //default is #FFFFFF (white) } }, { module: 'helloworld', position: 'bottom_bar', classes: 'small bright', // Add your own styling. Optional. // disabled: true, // verursacht Fehler in MMM-Remote-Control Modul config: { text: 'Alles Gute!', } },{ module: 'clock', position: 'top_left', classes: 'small bright', // Add your own styling. Optional. disabled: false, config: { displaySeconds: true, clockBold: false, showDate: true, displayType: 'digital', // Possible values: digital, analog, or both analogSize: '190px', analogFace: 'face-012', // 'simple' border, none, or face-### (value between 001 and 012) analogPlacement: 'right', // top, right, bottom, or left analogShowDate: 'top', // false, top or bottom secondsColor: '#888888', // any HTML RGB Color // timezone: 'Etc/GMT+10', // America/New_York, America/Santiago, Etc/GMT+10 } }, { module: 'MMM-Remote-Control', classes: 'small bright', // Add your own styling. Optional. disabled: false, // uncomment the following line to show the URL of the remote control on the mirror position: 'top_center' // you can hide this module afterwards from the remote control itself }, ] }; /*************** DO NOT EDIT THE LINE BELOW ***************/ if (typeof module !== ‘undefined’) {module.exports = config;} [0_1483538699038_config.js.bak-abgespeckt_01](Uploading 100%) [0_1483538731854_config.js.bak_abgespeckt_02](Uploading 100%) [image: 1483538845683-txt_compair-small-resized.jpg]
    • lolobyteL

      MagicMirror v2.1.0 Update error

      Watching Ignoring Scheduled Pinned Locked Moved Solved Troubleshooting
      31
      0 Votes
      31 Posts
      25k Views
      tosti007T
      @poutr alright good to hear that’s the problem is solved!
    • lolobyteL

      Module: iFrame! Starting Video automatically!

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      14
      0 Votes
      14 Posts
      10k Views
      J
      @Morningstar They are fontawesome icons.
    • lolobyteL

      Default Module: Weather Forecast

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      5
      0 Votes
      5 Posts
      3k Views
      yawnsY
      @jakubc You are right, the comma is redundant, but it doesn’t do any harm in this environment. In this case it did not work because lolobyte was running a MagicMirror version which did not have this feature. :)
    • lolobyteL

      Memory effect with MM2

      Watching Ignoring Scheduled Pinned Locked Moved Hardware
      16
      0 Votes
      16 Posts
      10k Views
      M
      @sdetweil said in Memory effect with MM2: @toucherts every 6 hours it toggles the class used to present the screen. I just made a little module package on github https://github.com/sdetweil/MMM-Anti-Screen-Burn-In OK GOOD
    • lolobyteL

      MMM-iCloud-Client

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      11
      0 Votes
      11 Posts
      8k Views
      TazDevT
      @Feedy88 said in MMM-iCloud-Client: Does anyone have been successful? please upvote this: https://forum.magicmirror.builders/topic/16850/icloud-contacts-to-birthday-calendar-pyicloud-vcf-to-ics i had success manually, it would be awesome to get this as working module
    • lolobyteL

      MMM-meteoblueCurrent: Loading weather....???

      Watching Ignoring Scheduled Pinned Locked Moved Utilities
      6
      0 Votes
      6 Posts
      4k Views
      O
      @ace0024 said in MMM-meteoblueCurrent: Loading weather....???: Hi, the problem is this: { “error_message”: “MB_REQUEST::DISPATCH: This datafeed is not authorized for your api key”, “info”: “Need help? Please contact info@meteoblue.com and provide this information”, “servertime”: 1496747976 } I wrote meteo blue and here is the answer: Your URL query is an outdated JSON feed, which is no longer offered and supported by us. For non-commercial purposes we offer the Data package basic-day. I talked to the developer from MMM-meteoblueCurrent…answer: he will update this soon! Maybe next week! Is still no updated right?
    • lolobyteL

      MMM-Podcast: omxplayer still running. kill forced

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      6
      0 Votes
      6 Posts
      3k Views
      B
      push down. No one can help me?
    • lolobyteL

      MMM-Button; ERROR

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      2
      0 Votes
      2 Posts
      1k Views
      yawnsY
      Take a look at this: https://forum.magicmirror.builders/topic/948/error-found-error-module-version-mismatch-expected-50-got-46/4
    • lolobyteL

      Videostream of "Tagesschau in 100 Sekunden"?

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      5
      0 Votes
      5 Posts
      5k Views
      MrCoffeeM
      @fox Did you get it running? I tinkered a little workaround because my MMM-podcast in combination with MMM-Button sometimes failed. The workaround was easier for me than solving the problem. I am definitly not good in coding. But however it works;-)
    • 1 / 1