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

    Posts

    Recent Best Controversial
    • RE: Module update

      Navigate to your module folder:
      § cd ~/MagicMirror/modules/MMM-Traffic
      use command to pull new git from:
      § git pull

      If you are experiencing the following message “your local changes to the following files would be overwritten by merge” because you have done local edits run this before (NOTE! backup the files you have edited in case you will need to pull some edits back, for exampel the CSS file if you have customized the look of the module:
      § git reset --hard

      Im not sure but someone can please correct me in on this one:
      Sometime you will need to install after git pull by:
      § npm install
      (This also inside the module folder)

      Is not needed, edited out

      posted in Troubleshooting
      Nystro0mN
      Nystro0m
    • RE: Ghost Overlay / OMXPlayerTransparency

      @Reotch2
      Make it a .mp4 with a h.264 codec.
      Make a folder in your module called videos.

      videoSRC: "/videos/YOURVIDEONAME.mp4",
      loop: true,
      

      You could also try:
      http://127.0.0.1:8080/modules/MMM-htmlvideo/videos/YOURVIDEONAME.mp4

      If that don’t work. Put it on a fileshare somewhere.
      Maybe drive or dropbox could work if the share settings is public.

      A

      posted in Troubleshooting
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude
      No worries. Im running the latest version of MM and NOAA.
      There is no hurry, i have customized the css to fit my need for now :)

      Happy to help out if there is something you need to be tested etc.

      posted in System
      Nystro0mN
      Nystro0m
    • RE: Ghost Overlay / OMXPlayerTransparency

      @Reotch2
      I got helped with this yesterday from Mykle and i went from 80-100% cpu usage to 2-45% cpu usage.
      The biggest difference was by downgrading electron to 1.4.15.
      But running MM 2.1.0 instead of 2.1.2 also made a improvement.

      How to downgrade electron
      Navigate to your home folder, from here delete all maps including electron. there should be two:
      .electron & .electron-glpyh.
      Navigate to you node-modules inside MM.

      § cd ~/MagicMirror/node_modules
      

      Uninstall electron by

      § sudo npm uninstall electron
      

      install electron with desired version in this case 1.4.15 by:

      § sudo npm install electron@1.4.15
      

      Now open file manager or navigate to “~/MagicMirror/node_modules/electron” and look in package.json
      Here you can confirm your version number of electron.

      How to downgrade MagicMirror
      If you want to downgrade your MM version you will need to make a new install.
      I would suggest everyone doing this to NOT delete it BEFORE you have made a backup.

      You can find MM 2.1.0 here (thanks to Mykle for providing me with link):
      https://github.com/MichMich/MagicMirror/archive/v2.1.0.zip.

      Unpack the zip in you home folder, and rename it to MagicMirror
      then just run npm install from the folder.

      § cd ~/MagicMirror/
      § npm install
      

      Note: You will need to re-install electron 1.4.15 after the clean install of MM 2.1.0.
      Make sure to have everything up and running before you do that.

      I did run the gun and needed to redo everything twice.

      posted in Troubleshooting
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude Haha yes! That is for sure German :)

      posted in System
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude Im reinstalling my Mirror to .2.10 through ssh. So alot of waiting. Got a fresh cup of tea. Im on IT!

      posted in System
      Nystro0mN
      Nystro0m
    • RE: Ghost Overlay / OMXPlayerTransparency

      @Reotch2
      Sorry that it does not seem to work.
      The only thing i can think about now is the read speed of your micro SD card.
      In video editing playback often is limited due to read speeds of the drive.
      But here we talk about 100MB+ per second. And that is an understatement.

      I would try to see if you can get html video running from a embedded source such as Youtube.
      Else, if you have not tried running OMXPlayer and the PIR module as “behind” in the config i have no idea.

      Im interesting in following up this project in the future, when i run out of things to incorporate in my MM.

      If you decide to not follow this up anymore i would love to see a summary post what you have up and running, including scripts and such. Also a summary of what did and did not work in your research :)

      posted in Troubleshooting
      Nystro0mN
      Nystro0m
    • RE: Which Pi version is best?

      @juvesito Go with Jessie.

      posted in General Discussion
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      Hi!

      Im stuck on the “Gather Wather Stuff” Message. Or “Samlar väderinformation” since im running a Swedish pi.
      First of thanks for sharing the module, it looks badass.

      Ive been diagnosing alot without any luck but this is what ive done to confirm my config:
      Ive been checking my api-key and pws with another module from RedNax67 called MMM_Wunderground.
      And i can get that one to work.

      I also encounter this message on re-installing the module (can’t remember if it was there on the initial install).

      npm WARN mmm-noaa@1.0.0 No repository field.
      

      This is my module config:

      
      {
          disabled: false,
          module: 'MMM-NOAA',
          position: 'top_right',
          config: {
              apiKey: "Y507ba7785XXXXXXX",          // https://www.wunderground.com/weather/api  select the middle plan... 
          useAir: false,             //set to false if you do not want to use Air Quality Index
          airKey: "Y507ba7785XXXXXXX",  //IF you want Air Quality Index
      		pws: "IUHAMMAR4",       // go here to find your pws: https://www.wunderground.com/wundermap
                      lat: "59.609900",        // need this for sunrise/sunset  if left blank none will show  -- find them here: http://www.latlong.net/
      		lon: "16.544809",       // need this for sunrise/sunset  if left blank none will show
      		showClock: true,            //Hides or shows clock
      		dformat: false,             //for M/D/YYYY format, false for D/M/YYYY
      		showClock: true,
      		format: "24",             // 12 or 24 hour format.. will default to 12 hour if none selected.
      		ampm: false,                 //to show AM and PM on Sunrise/Sunset time
      		showGreet: false,          //deafult is false - to show greeting under clock and above date
                          name: "",                  // Your name
      		showWind: false,
                          showDate: false,
      }
      
      

      Do you have any other ideas what i can try to get it running?

      posted in System
      Nystro0mN
      Nystro0m
    • RE: Slow response on electron browser ?

      https://forum.magicmirror.builders/topic/4684/electron-cpu

      Please read this thread.

      This post may help you after:
      https://forum.magicmirror.builders/topic/4928/ghost-overlay-omxplayertransparency/27

      posted in Troubleshooting
      Nystro0mN
      Nystro0m
    • RE: Which Pi version is best?

      @juvesito If you are comfortable to go without destkop i would go that way.
      Otherwise, both works.

      posted in General Discussion
      Nystro0mN
      Nystro0m
    • RE: MMM-Profilepicture - Add individual background pictures to your profiles.

      Thanks alot for the module! Works lika a charm.

      For everyone that wants to use a local image, you could use this as your url:

      http://127.0.0.1:8080/modules/MMM-Profilepicture/pictures/YOURIMAGE.jpg
      

      And as provided in the link, the image should be located in

      /modules/MMM-Profilepicture/pictures/
      
      posted in Utilities
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @barnosch

      It did work like a charm, thanks alot dude!
      Also thanks to @Mykle1 for chatting with me and updating me on the social status of @cowboysdude hehe.
      For a first time post, i must say you guys have impressed me of how welcoming a Forum can be. It’s rare from my experience.

      posted in System
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude
      I got a error after the update with following:

      /home/pi/MagicMirror/modules/MMM-NOAA/MMM-NOAA.js:399
      =======
      ^^^
      SyntaxError: Unexpected token ===
      
      

      I removed the ====== on line 399 with success to get the module working.

      Im not sure if this is just on my side, im still new to this. But i thought it could good to be shared.

      Edit: This could make a problem with updating the the module. I experience the clock getting stuck from time to time.

      posted in System
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @Johans
      Im running on a Raspberry pi B ver.1 and it have some problems loading information from time to time when it been pushed to far.
      I would make sure that it is no error in the console from NOAA or other modules:
      Either by Comwboysdude method, but you could also run: “npm start dev” when starting MagicMirror.
      Another way that i did find more speed efficient is to open the MagicMirror interface on a secondary computer by going to: “Your.PI.LocalIP:8080/”.
      And then right-click and choose “inspect” in Chrome. Here you can find the console.

      Make sure to have your WhitelistIP set properly.

      I could also recommend Jophys - Remote Control Module.
      With this you can restart you MagicMirror, enter the web interface and such remotely if you are not comfortable with ssh.

      posted in System
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude said in MMM-NOAA - Another Weather Module:

      We tried running it on the dev version of the mirror and it had lots of errors LOL
      BUT that is a dev version… I’m running 2.1.0 because it runs on windows without having to do git bash windows stuff … I try running newer versions of MM but I just get all kinds of errors with MM and it won’t run so back to 2.1.0…

      If I need anything I’ll let you know and I do appreciate your help!! :) Thank you!

      [PS I am working on an update …changing the format of the bottom 4 day forecast ;) Shhhhh don’t tell anyone hahahahahha].

      Haha i promise, i wont tell a soul lol! Looking forward for the update!
      I also found out today i had excellently messed up my custom.css when trying to backup things.
      So i think that that one could had unable me to adjust the wFont.

      posted in System
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @Mykle1 And all the modules etc.
      I started of migrating all of my modules and main css-changes to a custom CSS.
      And now this gah, i will grab a beer after this tea. That will do it!

      posted in System
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @cowboysdude No worries! I also added the missing part in the Swedish translation.
      Anything else i can help with?

      posted in System
      Nystro0mN
      Nystro0m
    • RE: MMM-NOAA - Another Weather Module

      @Mykle1 Well… You cant understand how everything works right away!
      I though i needed to copy all CSS from main to custom. So i made a local backup of the Main.css instead.

      I now know better! lol

      posted in System
      Nystro0mN
      Nystro0m
    • 1 / 1