MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. yawns
    3. Best
    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: Modules won't appear when I insert MMM-Facial-Recognition module

      @HC
      Why are you opening the html file? You should start magicmirror with node serveronly and direct your browser to http://localhost:8080 or you should run npm start which will launch the browser on its own

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Creating a module to display daily horoscopes

      @pflnpi0305 said in Creating a module to display daily horoscopes:

      thats the issue it doesnt exsist in there… how do i clone the git via ssh

      Mh, you are right. The readme on github doesn’t state how to do this. Maybe @morozgrafix could add this, even though the process is always the same.

      If you go to github, you see this:
      0_1485765365171_github.JPG

      1. click on “clone or download”
      2. copy the url or click on the icon next to it
      cd ~/MagicMirror/modules
      git clone https://github.com/morozgrafix/MMM-horoscope.git
      cd MMM-horoscope
      npm install
      

      After that you update your config.js file, restart your magic mirror and should be fine

      edit: oh, morozgrafix was faster

      posted in Development
      yawnsY
      yawns
    • RE: Mirror (2015) with PIR for the screen

      Now this is a sexy and clean mirror. Very good job

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: Monthly Calendar

      @Hacksaw said in Monthly Calendar:

      @fragator ,

      Ich schreibe es mal in Deutsch, vieleicht habt ihr ein besseres Übersetzungsprogramm.

      In Deutschland haben wir die Sommerzeit und die Winterzeit. https://de.wikipedia.org/wiki/Sommerzeit
      Am 30.10.2016 ist wieder auf Winterzeit umgestellt worden. Seit dem schaltet der Kalender erst um 01:00Uhr auf den nächsten
      Tag um.

      Gruß Peter

      Translated into english:
      On October 30, 2016 daylight saving time ended in Germany (and other countries as well) so time is switched back to standard time, which means the clock is turned back by one hour. Since then the calendar module does not switch to the day at 00:00 but on 01:00 and Peter (Hacksaw) would like to know how to fix this.

      posted in Utilities
      yawnsY
      yawns
    • RE: Can't Start my Magic Mirror

      This is not a raspberry, is it?
      Anyway you are in the wrong folder. You need to go back with cd .. and run npm start in MagicMirror folder

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Mobile app (bachelor thesis)

      @strawberry-3.141 said in Mobile app (bachelor thesis):

      @strawberry-3.141 as a reminder the survey, I sent by mail, for the evaluation of the app will be closed tomorrow, would be great to get more feedback

      Your email reminder was moved to JunkMail by outlook.com, so I didn’t notice.
      I completed the survey anyway

      posted in Development
      yawnsY
      yawns
    • RE: Office Installation

      WAY better :thumbsup:

      posted in Show your Mirror
      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: Error During install with script-lign153

      This seems to be related to the pm2 stuff.
      Please try:

      cd MagicMirror
      npm start
      
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Please **review** my code, since I lack experience - mmm_velib, A module for bike sharing schemes in Europe

      @strawberry-3.141
      I shouldn’t go out with the dog. The long switch block was my first spot too, but you beat me to it :)

      posted in Development
      yawnsY
      yawns
    • RE: Magic Mirror with actiontiles (smarthome)

      Do you have touch functionalities? I like action tiles (like Windows mobile has) but without touch I don’t see the benefit :)

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: mmm-wu-moon-phases - Moonphases from Weather Underground

      @kurt
      what do you mean by “doesn’t load any more” ? Do you see any error message? Did the whole mirror stop working? Or is it simply “gone” ?

      posted in Utilities
      yawnsY
      yawns
    • RE: Update says to "commit your changes or stash them before you can merge." ?

      This is why you should not modify the default modules and css/main.css … treat them as “system files” and don’t touch.

      Option 1 - save your changes, remove them temporary to do the update and apply them afterwards
      Risk is, that your own changes could interfere with changes provided by the update.

      git stash
      git pull
      git stash pop
      npm install
      

      Option 2 - remove all changes

      git reset --hard
      git pull
      npm install
      
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Display values from a JSON file hosted online

      Glad it gets you going. Of course you can add more divs/spans or even a table to place your output and adjust proper css to single lines or values.
      If you need explanation of single commands or routines just let us know.

      @looolz said in Display values from a JSON file hosted online:

      @yawns HAVE MY BABIES!

      I doubt my wife would be happy with that :rofl:

      posted in Development
      yawnsY
      yawns
    • RE: Jake's Magic Mirror (Done)

      @iMAGiC
      wow mate, that looks very sexy!

      posted in Show your Mirror
      yawnsY
      yawns
    • RE: MMM-voice

      mmm-voice is no apt package, it is a module for magic mirror.
      To remove it you do this

      cd ~/MagicMirror/modules
      rm -r mmm-voice
      
      posted in Utilities
      yawnsY
      yawns
    • RE: v2.1.1 Update Error

      @bluecaka69
      No, not the config file. You changed things in clock.js and compliments.js and therefore git pull cannot update these files to be exactly like the updates ones in the repository.

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: dealing with applications via the mirror..

      @jujz
      Yes, it is.
      Of course you could add buttons to launch other applications or send commands to these apps. But it is rather difficult to code interfaces for every app you want to control and parse the response of this app back to the MagicMirror front-end.
      I guess best would be if the apps you want to control have some web interface or a command line interface sending standardized responses

      posted in Development
      yawnsY
      yawns
    • RE: Fridge-mounted display

      @shashank
      It is a tablet, hence it allows touch

      posted in Show your Mirror
      yawnsY
      yawns
    • MMM-Solartemp

      Description

      to be added!

      Screenshot

      0_1513511479373_MMM-Solartemp-Screenshot.PNG

      Download

      [card:yawnsde/MMM-Solartemp]

      posted in Utilities
      yawnsY
      yawns
    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 12 / 16