Free Lessons
Courses
Seminars
TechHelp
Fast Tips
Templates
Topic Index
Forum
ABCD
 
Home   Courses   TechHelp   Forums   Help   Contact   Merch   Join   Order   Logon  
 
Back to Access Forum    Comments List
Upload Images   @Reply   Bookmark    Link   Email   Next Unseen 
Display Temperature
James Hopkins 
     
3 years ago
Hey Guys, I am trying to figure out how to display Temperature and Weather in my Dashboard. What's the best way to get this done?
Kevin Robertson  @Reply  
           
3 years ago
Access Web Sync Seminar (see lesson 4)
Kevin Yip  @Reply  
     
3 years ago
Windows 10 can display weather info on the taskbar (go to Start -> System -> Personalization -> Taskbar -> Show news and interests on the taskbar).  See picture below.  So I would consider going with that first.  If you do this for a company, you may not want to spend resources to build, maintain, debug, etc. something that is already built-in in your PC.
Kevin Yip  @Reply  
     
3 years ago

James Hopkins OP  @Reply  
     
3 years ago
Thank Kevin, I was try to figure out if there was away to "Get Weather Data" for a Location for Client's Chemical Applications and save it in the Table.
Kevin Yip  @Reply  
     
3 years ago
Do you have lots of locations for which this needs to be done?  If you have only a few, you may consider just looking them up manually on the web and put the info into the table.

Weather changes all the time.  Do you need frequent real-time retrievals of up-to-the-minute weather info?  Of few locations?  Many locations?

Obviously, it would only be worth it to write code for this if it were for many locations and many and frequent retrievals of data.  If I had to do this manually 10 times a day, I would rather do it manually.  If I had to do it, well..., 100 times a day, then maybe I would look for ways to automate it.

If I were paid to create automation for this, I would consider "web-scrapping."  This is (way) outside the scope of Access and database, but let me briefly describes it.

For instance, this is the webpage showing current weather info of Seattle, WA:
https://weather.com/weather/today/l/98105

Every webpage is composed of HTML codes.  The codes are just plain text.  With VBA, Access is able to obtain those codes.

The codes of the above webpage contain something like this:

     <span class="CurrentConditions.....">49'</span>
     <div class="CurrentConditions.....">Mostly Cloudy</div>

And this is where VBA could extract key text data from the codes: 49' and Mostly Cloudy.  Once obtained, you can store these values into tables.

The more "standard", more widely used method is to use the API (application programming interface) furnished by the website.  This may make coding simpler to do, but it may cost you for the use of the API, which is almost always proprietary.  And if the website's owner goes out of business, the API becomes unusable.  Also, whoever you hire may not be familiar with said API; he will have to learn it, and that will cost you more.
Alex Hedley  @Reply  
           
3 years ago
James Hopkins OP  @Reply  
     
3 years ago
Thanks Guys....

This thread is now CLOSED. If you wish to comment, start a NEW discussion in Access Forum.
 

Next Unseen

 
New Feature: Comment Live View
 
 

The following is a paid advertisement
Computer Learning Zone is not responsible for any content shown or offers made by these ads.
 

Learn
 
Access - index
Excel - index
Word - index
Windows - index
PowerPoint - index
Photoshop - index
Visual Basic - index
ASP - index
Seminars
More...
Customers
 
Login
My Account
My Courses
Lost Password
Memberships
Student Databases
Change Email
Info
 
Latest News
New Releases
User Forums
Topic Glossary
Tips & Tricks
Search The Site
Code Vault
Collapse Menus
Help
 
Customer Support
Web Site Tour
FAQs
TechHelp
Consulting Services
About
 
Background
Testimonials
Jobs
Affiliate Program
Richard Rost
Free Lessons
Mailing List
PCResale.NET
Order
 
Video Tutorials
Handbooks
Memberships
Learning Connection
Idiot's Guide to Excel
Volume Discounts
Payment Info
Shipping
Terms of Sale
Contact
 
Contact Info
Support Policy
Mailing Address
Phone Number
Fax Number
Course Survey
Email Richard
[email protected]
Blog RSS Feed    YouTube Channel

LinkedIn
Copyright 2026 by Computer Learning Zone, Amicron, and Richard Rost. All Rights Reserved. Current Time: 5/6/2026 9:39:57 AM. PLT: 0s