-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MM Please Create config file Error. #38
Comments
I am also having the same issue just now. Did you get an API key? I changed, styledmpatype: from transparent to standard, since it gave me an error on that line |
I did get an API. I have tried changing it to standard and night but nothing. i have noticed some of the quotations were single so i changed them all to double too . "(not sure if it was a good idea). But nothing seems to work |
this is how I have mine: I'm also getting the error, create config file error =[ |
I have zero knowledge of coding, All i am doing is copy pasting codes but i have checked on code checker and its coming up with this message: Line 18: line 18 is basically the last line you posted |
@MagicMoeed I got it working! Refer to this thread: #33 Now I just have to figure out the size numbers to make it smaller, its half of my screen |
I have tried that . Did not work for me . Meanwhile mind sharing your code? |
I will share it when I get home from work this evening. :-) |
Here what I have: This is in my config.js file. Added between my calendar and clock code. Hope this helps! |
I manage to fix mine with a bit of a help from you and a relative of mine. Here is what my code looks like |
Sweet, it looks good! |
this is how the basic config file should look like: { |
So i have been looking at this thread and following all the comments but nothing seems to help.
{
module: 'MMM-GoogleMapsTraffic',
position: 'top_left',
config: {
key: 'YOUR_KEY',
lat: 37.8262306,
lng: -122.2920096,
height: '300px',
width: '300px',
styledMapType: "transparent",
disableDefaultUI: true,
backgroundColor: 'hsla(0, 0%, 0%, 0)',
markers: [
{
lat: 37.8262316,
lng: -122.2920196,
fillColor: '#9966ff'
},
],
},
}
]
}
This is what i have in my config. I have fixed added the comma at the end of 300px' and also tried it by removing the bit where it refers to "Makers:["
I am complete new to this and been tackling with this for days.
Is there anyone who can help. I apologies in advance if i sound silly.
The text was updated successfully, but these errors were encountered: