AlexCohrs Posted April 12, 2014 Report Share Posted April 12, 2014 Hi guys, recently I noticed that in my flight briefings the airport metars are not shown anymore (for no airports, I tried a lot). It previously worked, even for our African destinations, and I did not change anything. In my opinion the relevant part of the template also looks okay: <tr style="background-color: #333; color: #FFF;"> <td>Departure METAR</td> <td>Arrival METAR</td> </tr> <tr> <td width="50%" ><div id="<?php echo $schedule->depicao; ?>" class="metar">Getting Airport METAR</div> <br /> <a href="[url="http://flightaware.com/resources/airport/<?php"]http://flightaware.c...s/airport/<?php[/url] echo $schedule->depicao?>/weather" target="_blank"> View Weather Details</a> </td> <td width="50%" ><div id="<?php echo $schedule->arricao; ?>" class="metar">Getting Airport METAR</div><br /> <a href="[url="http://flightaware.com/resources/airport/<?php"]http://flightaware.c...s/airport/<?php[/url] echo $schedule->arricao?>/weather" target="_blank"> View Weather Details</a></td> </tr> Any idea where to look next? Alex Quote Link to comment Share on other sites More sharing options...
Strider Posted April 13, 2014 Report Share Posted April 13, 2014 You can use the vatsim metar code, can be found on the forum. 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.