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

    Posts

    Recent Best Controversial
    • RE: magic mirror 2 config.js file

      @videogame95 said in [magic mirror 2 config.js file](/post/8157

      All you have to do is copy the config.is.samples to your documents folder so you clear copy.
      Just rename the file config.js and it will work . If you muck it up you have a copy in you documents
      Again just remember to make a copy again.

      posted in Troubleshooting
      V
      videogame95
    • RE: magic mirror 2 config.js file

      All have to is copy the config.is.samples to your so you clear copy.
      Just rename the file config.js and it will. Work if you muck it up you have a copy in you document to start over
      Again just remember to make a copy again.

      posted in Troubleshooting
      V
      videogame95
    • RE: Config file not working when i add MMM-GooglePhotos

      @paddyhughes said in Config file not working when i add MMM-GooglePhotos:

      @sdetweil Thanks

      Went true it and fixed the issues [MY CODE ************* ]
      needed to be removed

      Working Config for MMM-Googlephotos

      {
        module: "MMM-GooglePhotos",
        position: "top_right",
        config: {
          albumId: "MY CODE ******************************", // your album id from result of `auth_and_test.js`
          refreshInterval: 1000*60,
          scanInterval: 1000*60*10, // too many scans might cause API quota limit also.
          //note(2018-07-29). It is some weird. API documents said temporal image url would live for 1 hour, but it might be broken shorter. So, per 10 min scanning could prevent dead url.
      
          sort: "time", //'time', 'reverse', 'random'
          showWidth: "800px", // how large the photo will be shown as. (e.g;'100%' for fullscreen)
          showHeight: "600px",
          originalWidthPx: 800, // original size of loaded image. (related with image quality)
          originalHeightPx: 600, // Bigger size gives you better quality, but can give you network burden.
          mode: "cover", // "cover" or "contain" (https://www.w3schools.com/cssref/css3_pr_background-size.asp)
        }
      },
      
      ```I think you. Would need to changing screen size it mite make a difference if
      posted in Troubleshooting
      V
      videogame95
    • RE: Config file not working when i add MMM-GooglePhotos

      @paddyhughes

      posted in Troubleshooting
      V
      videogame95
    • RE: Location ID

      @Mykle1 said in Location ID:

      @soccer19 said in Location ID:

      in the config.js or the weather.js>?

      In the config.js for your weatherforecast entry. If you have a header set with a location you would have to change that as well

      {
      		module: "weatherforecast",
      		position: "top_right",	// This can be any of the regions.
      		config: {
      			location: "New York, US", // Change this to your location
      			locationID: "Your location ID", // Your Location ID from http://openweathermap.org/help/city_list.txt
      			appid: "Your API Key" //openweathermap.org API key.
      		}
      	},
      

      It is not recommended that you change anything in the module.js files

      posted in Bug Hunt
      V
      videogame95
    • RE: Config file not working when i add MMM-GooglePhotos

      @paddyhughes

      only leave in " "

      its all been update now .

      posted in Troubleshooting
      V
      videogame95
    • Hi its jimbo95 Magic Mrror

      Hi I have trouble getting my magic Mirror to auto start any help please the last time i tried to install nmp start up
      from the web site it didn’t work for me.

      thanks for any help

      jimbo95

      posted in General Discussion
      V
      videogame95
    • 1 / 1