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

chris.uvm

@chris.uvm

0
Reputation
61
Profile views
3
Posts
0
Followers
0
Following
Joined Jan 20, 2020, 9:51 PM
Last Online Mar 2, 2025, 7:15 AM

chris.uvm Unfollow 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
    Feb 14, 2020, 4:49 PM
  • 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
    Feb 14, 2020, 4:36 PM
  • 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
    Jan 21, 2020, 6:57 PM
Enjoying MagicMirror? Please consider a donation!
MagicMirror created by Michael Teeuw.
Forum managed by Sam, technical setup by Karsten.
This forum is using NodeBB as its core | Contributors
Contact | Privacy Policy