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

    mollobeck

    @mollobeck

    2
    Reputation
    477
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mollobeck Unfollow Follow

    Best posts made by mollobeck

    • RE: vendor folders ?

      Thank you - running the npm command in the folder populated it !
      I do not know exactly why it didn’t work but here is the magic…
      Thanks again!

      posted in Troubleshooting
      M
      mollobeck
    • RE: Take back the control

      Thank you
      Let me explain my situation
      I bought a iiyama ProLite 32483HS display but its brightness is very low according to me… and the final result through the mirror
      Tried to put my mirror in front of my macbook with luminosity to the top : works like a charm
      I secretly hope that I did not buy this screen for nothing…
      EDIT : my mirror has a 6mm width

      posted in Troubleshooting
      M
      mollobeck

    Latest posts made by mollobeck

    • RE: Take back the control

      Thank you
      Let me explain my situation
      I bought a iiyama ProLite 32483HS display but its brightness is very low according to me… and the final result through the mirror
      Tried to put my mirror in front of my macbook with luminosity to the top : works like a charm
      I secretly hope that I did not buy this screen for nothing…
      EDIT : my mirror has a 6mm width

      posted in Troubleshooting
      M
      mollobeck
    • RE: Take back the control

      Thank you for your quick answer
      Can you please tell me if there is a hack to augment contrast and luminosity on raspian ?

      posted in Troubleshooting
      M
      mollobeck
    • Take back the control

      Hey there
      A new question for me
      My Magic Mirror is running however I would like to exit this kind of fullscreen mode and display the desktop + the file manager…
      Is there a keyboard shortcut or anything ?
      Thanks

      posted in Troubleshooting
      M
      mollobeck
    • RE: vendor folders ?

      @Mykle1

      Done :)
      I have a second question about the weather forecast module.
      It is not appearing on the mirror. Here is a sample of my config.js file :

      		{
      			module: "weatherforecast",
      			position: "lower_third",
      			header: "Weather Forecast",
      			config: {
      				location: "Paris",
      				locationID: "2988507",  //ID from http://www.openweathermap.org/help/city_list.txt
      				appid: "929XXXXXXXXXX81d",
      				roundTemp: true,
      			}
      		},
      

      Is there something done wrong ?
      EDIT : it seems that the daily forecast API is not free

      posted in Troubleshooting
      M
      mollobeck
    • RE: vendor folders ?

      Thank you - running the npm command in the folder populated it !
      I do not know exactly why it didn’t work but here is the magic…
      Thanks again!

      posted in Troubleshooting
      M
      mollobeck
    • RE: vendor folders ?

      The right one here :)

      MacBook-Pro-de-Florian:MagicMirror florian$ sudo npm install && sudo npm start
      Password:
      npm WARN lifecycle magicmirror@2.1.2~install: cannot run in wd %s %s (wd=%s) magicmirror@2.1.2 cd vendor && npm install /Users/florian/Desktop/SMART MIRROR/prod/MagicMirror
      npm WARN lifecycle magicmirror@2.1.2~postinstall: cannot run in wd %s %s (wd=%s) magicmirror@2.1.2 sh installers/postinstall/postinstall.sh /Users/florian/Desktop/SMART MIRROR/prod/MagicMirror
      npm WARN grunt-stylelint@0.9.0 requires a peer of stylelint@^8.0.0 but none was installed.
      npm WARN stylelint-config-recommended@1.0.0 requires a peer of stylelint@^8.0.0 but none was installed.
      npm WARN stylelint-config-standard@17.0.0 requires a peer of stylelint@^8.0.0 but none was installed.
      
      up to date in 4.943s
      
      > magicmirror@2.1.2 start /Users/florian/Desktop/SMART MIRROR/prod/MagicMirror
      > sh run-start.sh
      
      Starting MagicMirror: v2.1.2
      Loading config ...
      Loading module helpers ...
      No helper found for module: alert.
      Initializing new module helper ...
      Module helper loaded: updatenotification
      No helper found for module: clock.
      No helper found for module: currentweather.
      Initializing new module helper ...
      Module helper loaded: newsfeed
      All module helpers loaded.
      Starting server on port 8080 ... 
      Server started ...
      Connecting socket for: updatenotification
      Connecting socket for: newsfeed
      Starting module: newsfeed
      Sockets connected & modules started ...
      Launching application.
      
      posted in Troubleshooting
      M
      mollobeck
    • RE: vendor folders ?

      0_1505767808367_Capture d’écran 2017-09-18 à 22.49.27.png

      Here it is - and I confirm that those files do not exist in the folder

      posted in Troubleshooting
      M
      mollobeck
    • vendor folders ?

      Hi everyone,
      First jump into my magic mirror project… and first surprise
      On launch, the javascript console alerts me that some files are missing in vendor subfolders. However they just do not exist.
      Did I miss something during the installation or do I have some extra action to do to fix it ?
      Thanks
      Florian

      posted in Troubleshooting
      M
      mollobeck