Wordpress, echo inside echo
Error: syntax error, unexpected string content "", expecting "-" or identifier or variable or number
<?php
echo do_shortcode("[simple-weather location='$_SERVER['IP2LOCATION_CITY'], $_SERVER['IP2LOCATION_COUNTRY_SHORT']' days='6' night='no' units='metric' text_align='center' display='block' style='large-icons' api='1f2420650944ec72e4acd03a7ed18514']");
?>
I would be grateful for your help in debugging the code!