Skip to content
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

2nd Marker is always black #45

Open
mblack1986 opened this issue May 8, 2022 · 0 comments
Open

2nd Marker is always black #45

mblack1986 opened this issue May 8, 2022 · 0 comments

Comments

@mblack1986
Copy link

As per the title. I have set a second marker but no matter the hex colour number it always remains black. I have even swapped the lat/long of marker '1' with marker '2' but it is still the marker over location '1' that stays my chosen colour and the marker over location '2' stays black.

Is there anything wrong with my code or is this just a bug? I have searched high and low for info but can't seem to find anything.

{
module: 'MMM-GoogleMapsTraffic',
position: 'bottom_left',
config: {
key: '***********',
lat: ABCD,
lng: 1234,
height: '250px',
width: '355px',
mapTypeId: 'roadmap',
styledMapType: 'transparent',
zoom: 12.45,
disableDefaultUI: true,
backgroundColor: 'hsla(0, 0%, 0%, 0)',
markers:
[
{
lat: ABC,
lng: DEF,
fillcolor: '#14a250'
},
{
lat: 123,
lng: 456,
fillColor: '#ffffff'
},
],
},
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant