miniarma Posted November 22, 2019 Report Share Posted November 22, 2019 Anyway of adding a search fuinction to this at all ? Quote Link to comment Share on other sites More sharing options...
djtiger76 Posted February 11, 2020 Report Share Posted February 11, 2020 Karamellwuerfe, I see your module will show the weather where the pilots last flight terminated. There is also the option set a ICAO manually... Is there a way for the module to show the weather of the hub the pilot is based? It will always show that information regardless of where the pilot is. Thanks Quote Link to comment Share on other sites More sharing options...
Karamellwuerfel Posted February 11, 2020 Author Report Share Posted February 11, 2020 Hi @djtiger76, you can use the option to show the weather on a special airport. Get the pilot's hub and insert it in the function. logged in pilot's hub: Auth::$pilot->hub If you guys give me features you like fo this module, I can write a version 2.0 in the next days and give it to you with that requests :-) features (?): display the weather on specific airport display weather on hub of pilot display weather inline, not only on specific url anything else? Thanks! :) 1 Quote Link to comment Share on other sites More sharing options...
Lausitzaircargo Posted April 2, 2020 Report Share Posted April 2, 2020 if the Module active for Download? ive tried to download 1.9 but the link its not working? Quote Link to comment Share on other sites More sharing options...
Karamellwuerfel Posted April 2, 2020 Author Report Share Posted April 2, 2020 (edited) Hi @Lausitzaircargo, just try the github repo. There is also a documentation in the readme https://github.com/Karamellwuerfel/InstantWeather Have a nice day Edited April 2, 2020 by Karamellwuerfel 1 Quote Link to comment Share on other sites More sharing options...
miniarma Posted April 9, 2020 Report Share Posted April 9, 2020 Any chance on adding a search function at all for the ICAO'S Quote Link to comment Share on other sites More sharing options...
Karamellwuerfel Posted April 13, 2020 Author Report Share Posted April 13, 2020 Hello @miniarma, programmically there is always a way to do something Yes. But it's not implemented in this module. Regards. Quote Link to comment Share on other sites More sharing options...
miniarma Posted April 13, 2020 Report Share Posted April 13, 2020 2 hours ago, Karamellwuerfel said: Hello @miniarma, programmically there is always a way to do something Yes. But it's not implemented in this module. Regards. No worries, I managed to get a search function working using some jquery and of course HTML 1 Quote Link to comment Share on other sites More sharing options...
RedKingOne Posted May 12, 2020 Report Share Posted May 12, 2020 On 1/10/2017 at 10:31 AM, Karamellwuerfel said: Hey guys! I've made a Weather module that shows you real time and instant weather informations of the current airport where the logged in pilot is. DEMO VIDEO: www.youtube.com/watch?v=Cx0HCaW-a5I #########INSTALLATION######### 1. Copy the "core/modules/InstantWeather"-folder into your "core/modules"-folder of your va 2. Copy the "core/templates/instantweather"-folder into your "core/templates"-folder of your va 3. To show the module in the navigation: <li><a href="<?php echo url('/instantweather'); ?>">InstantWeather</a></li> USE INFORMATION ON OTHER PAGES (v 1.9) --> More on github project README.md Use MainController::Run to display all different information of the table on other pages. Available functions: <?php MainController::Run('InstantWeather', 'metar'); ?> // example: EDDS 070920Z 26004KT 230V300 9999 FEW012 SCT025 BKN068 18/16 Q1015 NOSIG <?php MainController::Run('InstantWeather', 'pressure'); ?> // example: 982 mbar <?php MainController::Run('InstantWeather', 'wind_speed'); ?> // example: 4 kts <?php MainController::Run('InstantWeather', 'wind_degrees'); ?> // example: 260° <?php MainController::Run('InstantWeather', 'temperature'); ?> // example: 18.0 °C <?php MainController::Run('InstantWeather', 'dewpoint'); ?> // example: 16.0 °C <?php MainController::Run('InstantWeather', 'visibility'); ?> // example: 6.21 mile <?php MainController::Run('InstantWeather', 'skycondition'); ?> /* example: Sky condition level 1 FEW 1200 ft Sky condition level 2 SCT 2500 ft (Scattered) Sky condition level 3 BKN 6800 ft (Broken) */ DOWNLOAD (Tested on PHPVMS Version 2.1.936) Would this be adaptable to a WP site. I would like to be able to weather on my front end. Quote Link to comment Share on other sites More sharing options...
Karamellwuerfel Posted May 12, 2020 Author Report Share Posted May 12, 2020 5 minutes ago, Shadesb181 said: Would this be adaptable to a WP site. I would like to be able to weather on my front end. Hey! I guess you have to do it in a WP plugin instead. This is a phpVMS module and is (I think) not compatible with WordPress. Kind regards, Philipp 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.