Hey guys, I am new around these parts and I was downloading addons yesterday, specifically DocUI 2.1 and I am using the Simple minimap with it, but for some reason my mini map doesnt load or show in-game. I get these errors on start up
\simepleMinimap_Autozoom\smipleMinimap_autozoom.lua:1 attempt to call method `NewModule' (a nil value)
\simpleMinimap_Coords\simpleminimap_coords.lua:1 attempt to call method `NewModule' (a nil value)
\simpleMinimap_Pings\simpleMinimap_Pings.lua:1 attempt to call method `NewModule' (a nil value)
Now I dont have a single thing about codeing or whatever but after some vigorious googleing at late hours of the night I found the wrong lines in the code through each folder. If anyone knows anything or could give me a hand fixing the line it would be much apprecaited!
simpleMinimap_Coords = simpleMinimap:NewModule("coords")
simpleMinimap_Autozoom = simpleMinimap:NewMdoule("autozoom")
simpleMinimap_Pings = simpleMinimap:NewModule("pings")
simpleMinimap_Skins = simpleMinimap:NewModule("skins")