Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    1. Home
    2. chris.uvm
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    chris.uvm

    @chris.uvm

    0
    Reputation
    61
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    chris.uvm Follow

    Latest posts made by chris.uvm

    • Problem with googleshoppinglist

      Hi.

      I got a problem with the googleshoppinglist module on my magicmirror. It just says “loading” but all the other modules work so it’s not a problem with my internet… I have items in my Prime list since that is the list that will show. My code looks like:

      {
        module: "MMM-GoogleShoppingList",
        position: "top_right",
        header: "My Shopping List",
        config: {
          creds: {
            email: "",
            password: "",
          },
          scanInterval: 1000*60,
          displayImage: false //if you set, you can get image of items. but very ugly. I don't recommend.
        }
      },
      

      My creds are in the MMM-GoogleShoppingList.js but I have tried putting them in config.js too but nothing works. Anyone know why?

      Thank you!

      posted in Troubleshooting
      C
      chris.uvm
    • RE: Problem with currentweather module

      Thank you, weird thing cuz it’s been working for about a year but it works now, Thank you!

      posted in Troubleshooting
      C
      chris.uvm
    • Problem with currentweather module

      Hi.

      My config.js stops after running the currentweather module and does not display the rest of the modules. If i erase it everything shows up so I figured that something must be wrong with the code but I cannot find it… Anyone else that can see the misstake or knows whats wrong? The appid is working because it works in the weatherforecast module.

      {
      			module: "currentweather",
      			position: "lower_right",
      			config: {
      				location: "Stockholm,Sweden",
      				locationID: "",  //ID from http://bulk.openweathermap.org/sample/; unzip the gz file and find your city
      				appid: "*********************"
      			}
      		},
      

      Does anyone know the problem?

      Thanks!

      posted in Troubleshooting
      C
      chris.uvm