It is currently April 19th, 2024, 2:49 pm

Weather.Com with more info on mouseover

Weather skins
TallShultzy
Posts: 62
Joined: March 30th, 2016, 5:02 pm

Weather.Com with more info on mouseover

Post by TallShultzy »

I've enhanced JMorley's Weather.Com with more info on mouseover.

There are four skins:
1 - Weather.com_Replacement -- Replaces the "tomorrow" info when mouse over the "tomorrow" day
2 - Weather.com_ToolTip -- Shows a "tool-tip" popout info when mouse over the "tomorrow" day
3 - Weather.com_Single_slidein_out -- Slides in the "tomorrow" info when mouse over the "tomorrow" day
4 - Weather.com_Multiple_slidein_out -- Slides out "todays" info while sliding in the "tomorrow" info when mouse over the "tomorrow" day.

Special thanks to JMorley and Yincognito for their patience help and encouragement.
WeatherComWithMouseover.png
Thanks to JSMorley for updating the @include files and providing the following information:

ONE IMPORTANT NOTE!

The new approach of using the API for the weather.com JSON requires a change to how you access a particular location.

All of the location "codes", like USVA0944 or bbd510e73cb5870f973cea9253bb1f9bfe239a129dfc2b89589cbb6d2d46b4bc or 22308 and such are NO LONGER SUPPORTED.

The new approach requires that you provide a Latitude and Longitude in the WeatherComJSONVariables.inc file. See that file for details on how you can get that for your location.

Please read WeatherCOMJSONVariables.inc carefully, it HAS changed.
You do not have the required permissions to view the files attached to this post.
TallShultzy
Posts: 62
Joined: March 30th, 2016, 5:02 pm

Re: Weather.Com with more info on mouseover

Post by TallShultzy »

New version with JSMorley's updated @include files.