A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
  • Modules again.....

    Development module modules smart mirror smart mirror coding code quotes
    11
    0 Votes
    11 Posts
    5k Views
    idoodlerI
    @sdetweil Actualy JSON requires quotation of the key and of the value (if the value is a string) Example of a JSON file: { "string": "This is a string", "bool": true, "int", 1, "float": 3.14, "arrayOfStrings": [ "string1", "string2" ], "arrayOfInts": [ 1, 2 ] } The same can be used in a Javascript file, but as an object. You can also throw away the quotation of the keys.
  • MMM-QuotesFromReddit

    Entertainment magic mirror quotes random
    10
    0 Votes
    10 Posts
    5k Views
    5
    @bthuilot I know this is years later but is this module not available anymore?