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 20
    • Posts 61
    • Groups 0

    Posts

    Recent Best Controversial
    • Mm-googlephotos
      • My google photos are trying to load with screen saying loading
        I’ve tried different positions but it’s still no t load
        What should I check first
        I’ve set it up fullscreen_below
        Size 600
        X 1
        Place my photos name in “New Mirror”

      Any help please as it’s change since I built my latest mirror.

      posted in Troubleshooting
      V
      videogame95
    • RE: google photos size

      @kram
      As the bottom of the config googlephoto.
      You can width - hight change size in both box may work.

      I am having getting my photos to load up on my mirror

      Could you please send me a photo of you Google photo config file
      So could copy what I need.

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

      I am simula issues try moving all bracks in line tab across and position
      I still get no photo just complement time date came up. I must go
      Keep trying l am sure we will get there in the end.

      posted in Troubleshooting
      V
      videogame95
    • RE: Location ID

      I have pasted in google photos code mirror still working I add in next album I’d (“New Mirror” ,)
      It’s not working any help . I tried it with out the brackets still not working.

      posted in Bug Hunt
      V
      videogame95
    • 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
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 6 / 7