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: What to Wear Today

      very nice idea, I like that.
      It shouldn’t be too complicated for someone with some spare time.

      posted in Requests
      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: "Live" currency exchange rate module

      Nice work, Mykle. You could’ve updated my module to add a second api source and the user selects api in config :-)

      posted in Requests
      yawnsY
      yawns
    • RE: Colors changed

      @johnnyboy said in Colors changed:

      @schlachtkreuzer6

      Pictures seem to have been removed? Noticed that on quite a few posts now.

      There you go, the images are still there, but there seems to be a bug in the forum currently.

      3_1481457332453_IMG_9761.JPG 2_1481457332453_IMG_9760.JPG 1_1481457332452_IMG_9759.JPG 0_1481457332451_IMG_9758.JPG

      posted in Showcase
      yawnsY
      yawns
    • RE: Showing temperature from php file

      https://forum.magicmirror.builders/topic/5743/mmm-solartemp

      like this? ;)

      Configuration like this:

      		{
      			module: "MMM-Solartemp",
      			position: "bottom_right",
      			header: "Solartemp",
      			config: {
      				baseURL: "http://solartemp.no-ip.org:3000/lcdfeed.php",
      				key: "AAaaAAaaAA",
      				group: "e28ca223"				
      			}
      		},
      

      Could you please explain a bit more which sensors this module is using? Maybe others could use it as well.

      posted in Requests
      yawnsY
      yawns
    • RE: MMM-NBA

      Haha, I knew you guys would like it, therefore I invited and approved your account for this group

      posted in Sport
      yawnsY
      yawns
    • RE: module for mm background

      You could also try the module @Mykle1 came up with: https://github.com/mykle1/MMM-EasyBack

      posted in Requests
      yawnsY
      yawns
    • RE: Adding new region positions top_center1 and top_center2

      I never tried, but I guess you need to edit index.html located in MagicMirror root folder to define the new regions

      posted in Development
      yawnsY
      yawns
    • RE: MMM-PIR-Sensor tuning

      @ostfilinchen

      1. please run npm list and find out your version number of electron
      2. change into the MMM-PIR-Sensor folder cd ~/MagicMirror/modules/MMM-PIR-Sensor
      3. run npm rebuild --runtime=electron --target=ELECTRONVERSION --disturl=https://atom.io/download/atom-shell --abi=50 and replace ELECTRONVERSION with the version number you found in step 1
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Hide album photo art from MMM-Scrobbler.

      @rodofrn
      Please avoid posting the same topic several times in different sub folders. I close this one now and point everyone else to the posting in Request.
      –> https://forum.magicmirror.builders/topic/2678/hide-album-photo-art-from-mmm-scrobbler

      posted in Development
      yawnsY
      yawns
    • RE: Starter problem

      Hi Kurt,

      before you run npm start you need to change into the right directory. Default would be

      cd MagicMirror
      npm install
      npm start
      

      The npm install command only needs to be run first time after you downloaded the MagicMirror package. If you have already done that you can skip this step.

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Box/Frame around module

      @Da-ne-ezy
      Maybe like this:

      http://border-image.com/#{"src"%3A"https%3A%2F%2Fforum.magicmirror.builders%2Fassets%2Fuploads%2Ffiles%2F1500968912312-14284711641_ba88f4c074_o.jpg"%2C"linkBorder"%3Atrue%2C"borderWidth"%3A[0%2C0%2C0%2C0]%2C"imageOffset"%3A[24%2C0%2C27%2C11]%2C"fill"%3Atrue%2C"setRepat"%3Afalse%2C"repeat"%3A["stretch"%2C"repeat"]%2C"scaleFactor"%3A0.7052709725315516%2C"setRepeat"%3Atrue}

      posted in Development
      yawnsY
      yawns
    • RE: Quit MagicMirror via SSH?

      How are you starting the mirror?
      Using pm2? -> pm2 stop

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: MMM-NOAA - Another Weather Module

      Ideal would be to use the same core and develope different templates which could be chosen via config.

      posted in System
      yawnsY
      yawns
    • RE: Building mirror without programing

      @amanzimdwini
      You are right, git seems a bit irritating and uncomfortable at first and of course downloading and unzipping works at the moment. Neither strawberry nor I wanted to bash on you!
      We just wanted to point out the downside of the zip approach :)

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: MMM-NOAA - Another Weather Module

      It is pws1, not psw1
      And according to the readme you don’t need lat and long

      posted in System
      yawnsY
      yawns
    • RE: Update WunderGround

      Change layout to ‘vertical’ instead of ‘horizontal’

      The part with coloricon looks right

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: How to go back to previous version of a module?

      If you follow Strawberrys link, you see hash codes like 7a03e01. You don’t need to clone the repository again, you just tell git to switch to another “version”.

      So you open a terminal, change into the module folder and run git checkout 7a03e01 to checkout this specific version. As an alternative you could run a command like git checkout @{14.days.ago} or git checkout 'master@{1979-02-26 18:30:00}'

      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Getting an error when attempting to update MMM-Remote-Control

      If you want to keep your changes to remote.html

      git stash
      git pull origin master
      git stash pop
      

      This saves your changes to remote.html, downloads the update and puts back in your changes remote.html.

      Or, if you don’t need your local changes

      git reset --hard
      git pull origin master
      
      posted in Troubleshooting
      yawnsY
      yawns
    • RE: Error: listen Eaddrinuse. Help plox :)

      There is another process running on port 8080
      Are you running MagicMirror with pm2? Or manually?

      Please run sudo netstat -lnptu to check which application is blocking 8080

      posted in Troubleshooting
      yawnsY
      yawns
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 15
    • 16
    • 4 / 16