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

    Posts

    Recent Best Controversial
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @ZombieDE
      Chris said this:

      I contacted the glass suplier. The edges are rough cutted. Polishing is possible for 7,30 €/m

      posted in Hardware
      yawnsY
      yawns
    • RE: WE WANT YOU! [New Moderators]

      I’d like to apply too.
      I am active almost every day and try to help people where ever I can. I don’t know the entire magic mirror framework and all of it’s specifications by heart, but I know where to look.
      I am a software engineer and IT analyst, giving support to others is my daily business. Feedback from my real life users was always great.

      posted in Forum
      yawnsY
      yawns
    • RE: mmm-suncalc - Text only display of sunrise, sunset and other sun events
      {
      module: "mmm-suncalc",
      position: "top_left",
      classes: "default everyone small dimmed",
      config: {
      	latitude: 56.1171367,
      	longitude: 12.9543434,
      	text: "Soluppgång sunrise, Solnedgång sunset, Solen högst solarNoon, Gryning dusk, Skymmning dawn"
      	},
      },
      

      Should work with these settings.

      posted in Utilities
      yawnsY
      yawns
    • RE: You can officially call me stupid!

      Good to see you found it

      posted in Forum
      yawnsY
      yawns
    • RE: MMM-PIR-Sensor - White Screen

      @Them-Russians said in MMM-PIR-Sensor - White Screen:

      @bungee09 I did not do that install in the Magic Mirror folder. I ran the “curl” command from the github site for the MagicMirror, set up config.js, and then immediately got the PIR module.

      Do you think i could run the npm install on the MagicMirror folder now, and try again with the rebuild, or would i have to clear my SD card and reinstall everything and start from scratch?

      Yes, running npm install now will work and it is required.

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: MMM-PIR-Sensor - White Screen

      @bungee09
      npm list and look for electron to find the right version. Then rerun the rebuild command with replaced version number

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Simple GPIO status read

      Hi, there are several addon modules to simply access GPIO

      For example “onoff”, as used in https://github.com/PtrBld/MMM-Button

      posted in Requests
      yawnsY
      yawns
    • RE: What size of mirror to build?

      I bought a used 32" tv which will be my mirror.
      Basically I just tried different display sizes (19", 21" wide, 24", 27", 32", 46") with my MagicMirror to determine if it has enough free space to still act as a mirror but to display relevant data.

      posted in Hardware
      yawnsY
      yawns
    • RE: remoteFile in compliments module

      @DvdEnde Please don’t get me wrong, but this is basic javascript.

      this.config.remoteFile != null checks if the variable “remoteFile” is set in your config file. Afterwards you only have two scenarios:

      1. the variable is not set -> this if clause fails and no remote file is loaded.
      2. the variable is set to any value -> this if clause is true and the function complimentFile() is called, which tries to load the file defined in your config file, in my case “compliments.json”.

      If loading the remote file fails you see an error message in console output of your browser. Otherwise it does not produce any log.

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: remoteFile in compliments module

      @DvdEnde
      no, this information is wrong. And you should avoid modifying module files.
      Try what I have written above, it is working fine

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: [ORDER CLOSED] Two way mirror order in Germany
      # username sizes (m) area (m²) location additional comments pickup/delivery latest date of order
      01 yawns ~ 0.8 * 0.8 ~ 0.64 Germany, Cologne polished edges delivery Summer 2017 :)
      02 gustav1976 0.6 * 1.8 1.08 Germany, Koblenz polished edges delivery
      03 gustav1976 1.0 * 1.2 1.20 Germany, Koblenz polished edges delivery
      04 gustav1976 1.4 * 0.8 1.12 Germany, Koblenz polished edges delivery
      05 lolobyte 0.8 * 0.6 0.48 Germany, Heilbronn polished edges pickup ASAP
      06 lolobyte 0.8 * 0.6 0.48 Germany, Heilbronn polished edges pickup ASAP
      07 Jeff 1.0 * 0.6 0.6 Germany, Karlsruhe polished edges pickup
      08 Ashidian 0.69 * 0.435 0.3 (pay 0.4) Germany, Rostock polished edges delivery
      09 cpramhofer 1.2 * 0.7 0.84 Austria, Vienna polished edges delivery
      10 Schlachtkreuzer ~ 1.0 * 1.0 ~ 1.0 Austria, Vienna polished edges delivery 2 months
      11 mcg 0.5 * 1.0 0.5 Germany, Ludwigshafen polished edges pickup in Heilbronn mid of January
      12 cfenner 0.667 * 0.667 0.45 Germany, Mannheim polished edges pickup in Heilbronn don’t care ;)
      13 sero 0.5 * 0.4 0.2 (pay 0.4) Germany, Stuttgart polished edges pickup in Heilbronn
      14 Deepgear 0.46 * 1.5 0.69 Germany, Pforzheim just cut pickup ASAP
      15 Binog 0.8 * 0.5 0.4 Germany, Cologne polished edges delivery
      16 yaye 0.5 * 0.4 0.2 (pay 0.4) Germany, Stuttgart polished edges pickup in Heilbronn
      17 Ali Baba 0.4 * 1.0 0.4 Germany, Hoyerswerda just cut delivery
      18 mantha 0.5 * 0.8 0.4 Germany, Ulm polished edges pickup in Heilbronn asap
      Total 11.48 (10.98)
      posted in Hardware
      yawnsY
      yawns
    • RE: remoteFile in compliments module

      @schlachtkreuzer6
      you are in your home directory, not in your MagicMirror folder.
      Run cd MagicMirror first

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: remoteFile in compliments module

      @jcorraliza
      Hi, I just tried on my computer …

      snippit from my config.js

      {
      	module: 'compliments',
      	position: 'lower_third',
      	config: {
      		remoteFile: 'compliments.json'
      	}
      },
      
      

      my compliments.json

      {
          "morning" : [
              "heyho"
          ],
          "afternoon" : [
              "home early?"
          ],
          "evening" : [
              "finally home"
          ],
      	"fog" : [
      		"fog, oh no :("             
      	]
      }
      

      The compliments.json file is located in ~/MagicMirror/modules/default/compliments
      Three things to mention:

      1. Of course you need to use the default “currentweather” module
      2. You need to run the new updated MagicMirror version. Otherwise compliments and currentweather are not interacting
      3. There is a delay loading the compliments file. I added some debug output to track that and as you see MagicMirror starts with default values and takes 30 seconds to load and verify your remote file.0_1483870239034_compliments.PNG
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Mirror with a cheap cristal

      Very interesting frame, nice work.
      Reflection doesn’t look that bad as expected.

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: PIR-Sensor - put your mirror to sleep if not used

      @AlessandroRa
      Please run npm list and check for your electron version. Then rerun the command you already tried with the right version number

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      @Ali-Baba
      Abholung oder Lieferung?
      Wohnort?
      raue Kanten oder polierte?

      posted in Hardware
      yawnsY
      yawns
    • RE: [ORDER CLOSED] Two way mirror order in Germany

      Added “polished edges” to @binogs entry, corrected total sums

      # username sizes (m) area (m²) location additional comments pickup/delivery latest date of order
      01 yawns ~ 0.8 * 0.8 ~ 0.64 Germany, Cologne polished edges delivery Summer 2017 :)
      02 gustav1976 0.6 * 1.8 1.08 Germany, Koblenz polished edges delivery
      03 gustav1976 1.0 * 1.2 1.20 Germany, Koblenz polished edges delivery
      04 gustav1976 1.4 * 0.8 1.12 Germany, Koblenz polished edges delivery
      05 lolobyte 0.8 * 0.6 0.48 Germany, Heilbronn polished edges pickup ASAP
      06 lolobyte 0.8 * 0.6 0.48 Germany, Heilbronn polished edges pickup ASAP
      07 Jeff 1.0 * 0.6 0.6 Germany, Karlsruhe polished edges pickup
      08 Ashidian 0.69 * 0.435 0.3 (pay 0.4) Germany, Rostock polished edges delivery
      09 cpramhofer 1.2 * 0.7 0.84 Austria, Vienna polished edges delivery
      10 Schlachtkreuzer ~ 1.0 * 1.0 ~ 1.0 Austria, Vienna polished edges delivery 2 months
      11 mcg 0.5 * 1.0 0.5 Germany, Ludwigshafen polished edges pickup in Heilbronn mid of January
      12 cfenner 0.667 * 0.667 0.45 Germany, Mannheim polished edges pickup in Heilbronn don’t care ;)
      13 sero 0.5 * 0.4 0.2 (pay 0.4) Germany, Stuttgart polished edges pickup in Heilbronn
      14 Deepgear 0.46 * 1.5 0.69 Germany, Pforzheim just cut pickup ASAP
      15 Binog 0.8 * 0.5 0.4 Germany, Cologne polished edges delivery
      16 yaye 0.5 * 0.4 0.2 (pay 0.4) Germany, Stuttgart polished edges delivery
      Total 10.68 (10.18)
      posted in Hardware
      yawnsY
      yawns
    • RE: Not really a mirror at all - but is really helpful

      @nobita
      Please take a look at his css file, escpacially this part:

      .calendar, div#module_2_MMM-WunderGround table.small {
      	background-color: rgba(63, 182, 236, 0.23);
          border-radius: 10px;
      	padding: 10px;
      	box-shadow: 5px 5px 5px 1px #d3d3d3;
      	
      }
      

      Add these to your custom.css file and play around with it

      posted in Showcase
      yawnsY
      yawns
    • RE: Not really a mirror at all - but is really helpful

      According to his config on github he uses MMM-WunderGround

      posted in Showcase
      yawnsY
      yawns
    • RE: MagicMirror v2.1.0 Update error

      @teandryk
      Please run npm install in the main MagicMirror folder

      posted in Troubleshooting
      yawnsY
      yawns
    • 1
    • 2
    • 36
    • 37
    • 38
    • 39
    • 40
    • 48
    • 49
    • 38 / 49