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

    Posts

    Recent Best Controversial
    • RE: Is it legal to sell a smart mirror with MM software (since it's open source)?

      This is the License statement of the magicmirror2

      Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to >deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell >copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
      ’
      The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
      ’
      The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, >fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other >liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

      Read the document here : https://github.com/MichMich/MagicMirror/blob/master/LICENSE.md

      So yes it is legal. But if you make money of your mirrors you should consider at least donating some money to the project :
      https://www.paypal.com/donate/?token=bmbFjLTRPe__0m1cO247cFIOSReRpKLtBS_d0XziqqX5csoYuoTQboJF7TXDeD_0MtsC0G&country.x=NL&locale.x=NL

      posted in General Discussion
      brobergB
      broberg
    • RE: Change a font issue

      @artomka

      The folderpath isn’t correct.

      This is the easiest way to test your font :

      Copy the font FivoSans-Medium.woff directly in to your css folder.
      then change the url to url("FivoSans-Medium.woff") format("woff");

      posted in Custom CSS
      brobergB
      broberg
    • RE: Compliments - Multi Line not working?

      @sdetweil said in Compliments - Multi Line not working?:

      @noisedoctor I do not know. I don’t see how it ever worked. The field used does not interpolate the text. Just presents it as is.

      I opened an issue, and logged the correction as a regression somewhere along the way

      The \n gets converted to a whitespace in the textNode. And then the css pre -code converts every whitespace to a row break. It works on my setup, and probably more. Why it doesn’t on OPs setup is however beyond me.

      posted in Bug Hunt
      brobergB
      broberg
    • RE: Send data to magic mirror? Is there an API?

      @cookblook The MM2 is a webserver, more or less.

      Take a look at MMM-Syslog (https://github.com/paviro/MMM-syslog)

      posted in Development
      brobergB
      broberg
    • RE: MM-Calendar Doesn't Seem to Follow Some Config Options

      @ember1205 yes, the config options are for the entire module not individual calendars.

      These are the options you can change for each calendar entry : https://github.com/MichMich/MagicMirror/tree/master/modules/default/calendar#calendar-configuration-options

      posted in Troubleshooting
      brobergB
      broberg
    • RE: MM-Calendar Doesn't Seem to Follow Some Config Options

      You have placed config options within the calendars array, that is why it uses the default options.

      {
                              module: "calendar",
                              header: "Shared Calendar",
                              position: "top_left",
                              config: {
                                                      maximumEntries: 25,
                                                      wrapEvents: true,
                                                      fetchInterval: 900000,
                                                      fade: false,
                                                      fadePoint: 1,
                                      calendars: [
                                              {
                                                      symbol: "calendar-check",
                                                      url: "https://calendar.google.com/calendar/ical//basic.ics"                          }
                                                      /*url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics"                                     }*/
                                      ]
                              }
                      },
      
      posted in Troubleshooting
      brobergB
      broberg
    • RE: Acrylic mirror for a capacitive touch foil?

      @Fifin404 I can with high probablity tell you that he didn’t get it to work. Why? Because I havr used the dame type of touch foil he links and it Doesn’t work when placed beneath something that is metallic (which a mirror coat usually is).

      posted in Hardware
      brobergB
      broberg
    • RE: Keyboard

      There is multiple virtual/on-screen keyboards for linux,

      Maybe :
      https://www.youtube.com/watch?v=bmLh92UNMX4

      posted in Upcoming Features
      brobergB
      broberg
    • RE: MMM-WeatherBackground -- image transparency??

      @GoodWillGustin The background image can’t change transparency with css, you either add background color to the modules above (that’s probably what sean means with the css tip at the bottom of his readme).

      You can change the transparency of that entire module, but any text etc would also get affected.

      .MMM-WeatherBackground {opacity: 0.5}
      
      posted in Development
      brobergB
      broberg
    • RE: how i do change font and it's size of a module?

      @Newbie007

      It is

      .modulename

      Case sensitive

      So if nothing is changed for the deafult helloworld module it is

      .helloworld

      posted in Troubleshooting
      brobergB
      broberg
    • 1
    • 2
    • 3
    • 4
    • 5
    • 79
    • 80
    • 3 / 80