Giter VIP home page Giter VIP logo

lightmaster / meteobridge-weather34-template Goto Github PK

View Code? Open in Web Editor NEW
18.0 10.0 10.0 10.82 MB

Github repository for the Meteobridge version of the weather34 template

License: Other

HTML 0.17% PHP 86.02% Hack 0.10% CSS 13.69% JavaScript 0.01%
weather34 meteobridge davis davisweather meteobridge-weather34 meteobridge-weather34-template davis-weather weather weather-station weather-station-template

meteobridge-weather34-template's People

Contributors

lightmaster avatar weather34 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

meteobridge-weather34-template's Issues

Data Point missing in Charts

William,
I noticed this morning (July 2 ) that the July 1 Max/Min data is not showing in my July temperature chart. Seems to be fine in all other charts. I checked the Jul.csv and the data is there.

I also checked your site and the data seems to be missing in most of your July charts.

In my case, the cron ran and the data file was written, but the monthlytemperature.php does not seem to be pulling it.

Thanks,

Chuck

HI/LO are reverted in the Barometer Block

I have a weird problem in the barometer block for 2019. From 16/10 - 20/10 HI / LO are reversed. From 21/10 - 23/10 LO is missing. If I create a 2019.csv file with only October data, the graph is fine. I have looked at the 2019.csv file and I think it looks ok.

I have attached 2 screenshots and the .csv file

Gert
https://lynghuzed.dk

2019.zip

2019-10-24 (3)

2019-10-24 (2)

rainfallalmanac.php hard coded date

On line 161 of the rainfallalmanac.php there is a hard coded date : -

'Since Jan 2018'

I think this should be set as a variable == the date stamp of the first record in the database

Wind Module

Hi
Is it possible to bring this back from Lightmaster:

I just pushed out a fix to the Wind Module that changes the left speed to be the current wind speed as of when your MB last sent data to your site, and the right speed is now actually reading the gust speed. Previously, gust speed had been the instantaneous speed, now it is the max speed within the last 10 minutes

gand

HTML code visible in MB Live Display tab

An issue was brought to my attention where the new echos in mbdbfiles/stationcron.php from commit a0168a7 with it showing a bunch of formatting commands in the HTTP Requests part of the MB's Live Display tab.
This code was designed to make it easier to show the user what is going wrong or if it's all working as it should when they visit this page in their browser, but is have unintended issues in the Live Display tab. Should have an update out this weekend to address this.

Screenshot_20190622-082430_Samsung Internet Beta

Monthly and Yearly Windspeedgust charts

Strange and excessively high results with the monthly and yearly charts. It appeared that things were being multiplied by a conversion factor rather than being divided.

I changed conversion section near the top section of code for the monthly and yearly charts to this

$conv = 1;

if ($windunit == 'mph') {
$conv= '0.621371';

} else if ($windunit == 'm/s') {
$conv= '0.277778';
} else if ($windunit == 'km/h'){
$conv= '1';
}

All seems to be well now. Not sure if this is a bug or differences between realtime data .txt file types.

May mounth graphs error

Hi,
i'm having problem in all May graph. I see several 10 may and a 30 apr.

Screenshot_20190512_161507_com android chrome

Thanks for the support!

Nicolò

Humidity graph

Hi,
is possible to add humidity graph?

Thanks a lot.

Nicolò

Temperatureyear.php Module - Max Value

I just noticed that the temperatureyear module (top) is reporting a different MAX Year value (87.8 F) than the Almanac (88.2 F) and Graph. In looking at the data files, it appears that the Almanac value is correct. The dates are the same.

Capture

wflighting.php Module

WeatherFlow lighting module available as an option in positions 1 to 4. When data is disconnected, the module 'blows-out'.

image

Suggest an offline message when this condition occurs.

Windy Map

Possibility to show m/s in the Wind Map.

Rgds
gand

new files/icons added for the new API from weather underground

new files/icons added for the new API from weather underground .you will not be able to use these just yet until WU starts issuing api keys once they are readily available there will be option to use either darksky or the new limited 5 day forecast from WU..but scripts are all done its just standard json nothing complex...

wu

Sunshine hour

Hi,
there is a way to know the sunshine hour for a day/month/year?
I think it's possible with the solar sensor and i really hope that with some script we can have this.
Thank you so much for your work.

Charts Text Blurring - Zoom Desktop

While looking at the previous closed issue on various browsers, I noticed a minor scaling problem on the charts. For example, if you open Chrome or Firefox Desktop and set the Zoom to +110 and look at the larger charts the text is somewhat out of focus. My display settings are (1920 X 1080).

On Ipad it seems to stay clear and, in focus, while zooming.

Not a big deal, but I thought I would mention it.

Chuck

Almanac Charts on Mobil

Prior to this latest update (5/21/19), a "touch" on a Almanac Chart would bring up a popup box with Date, Hi and Low data points. The popup still works on the desktop (via mouse), but does not work on Mobil (Iphone/Ipad).

Thanks,

Chuck

Derivative request

Creating a version of this repo that uses Ambient's API to fetch data and display. What information do you need from me or who would I need to contact to request permission?

Time Issue

G'day all.

I've encountered a bug with the time display, where if I choose the 12 hour option within the setup interface, AM time prefix becomes PM.
Also when in the 12 hour option, the sunrise and set times are correct (sunrise is AM and sunset is PM) - Current time is 1:55am where Weather34 is displaying 1:55pm with a sunrise at 7:35am - which is in 4hrs and 14mins time.

However, if I choose the 24 hour time, the sunrise becomes PM and sunset becomes AM.

Is there a way around this at all?

Current build:
WEATHER34 Aurora Version 9.34

Moonphase

Is the moonphase calculation off a little? I am seeing a Full Moon today (May 20) and I think it should be a Waning Gibbous.

Thanks,

Chuck

Demande nano-sd

Hello, Following the concern of the Cumulus version that today "hui I still have concerns about the amount of rain.
I have the idea of ​​buying a nano-sd can help me tell me who should I really buy to be able to benefit from the same version as you ...
a link of the purchased material would be welcome.
Thank you in advance...
Best regards,
Emmanuel

Automatically account for Daylight Savings Time in time zones that support it.

Is your feature request related to a problem? Please describe.
Time offset does not automatically adjust for Daylight Savings Time

Describe the solution you'd like
Time offset settings automatically adjusts for Daylight Savings Time

Describe alternatives you've considered
Alternative - having to remember to adjust time offset for Daylight Savings Time

Additional context

I've always hated these one size fits all issues templates, lol

shared.php - possible debug code left behind

At line 156, possible debug code left behind which may effect F display

}

$weather["temp_units"]='C';
if ($weather["temp_units"] == 'C'){
$heatIndex = fToCDirect($heatIndex);
}

Zeros showing up in the mbchart data (add sanity check)

Since, the last major update I have been seeing 0.00 values showing up in my chart files (june.csv and 2019.csv. Specifically, Minimum Temperature, Minimum Dewpoint and Minimum Barometer. The values are reported correctly in the respective Almanacs and in Meteobridge. I have been correcting them, but a sample is shown below.

Thanks,

Chuck
Capture

video is not displayed

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

UV Solar Module - Typo

Just a quick note for the next update of the index file - "Almanac" is misspelled on the UV - Solar Module.

Station clock error

If station clock is set to 24 hour clock, after midnight the clock reads 24:MM:SS rather than 00:MM:SS.

To correct, change line 83 of updater.php from: -

var c=e.getHours();

To: -

var c=e.getHours();

Slow Database Update

Not sure if this is a bug or change in design, but I notice that my database updates every 5 minutes instead of every 10 secs that I used to see. One of the things that I see is that wind gust updates every 5 minutes as a result.

Any guidance?

--Thanks / Chris

Greenshot 2019-06-11 16 54 28
Greenshot 2019-06-11 16 55 29

homeindoor.php

Misalignment when viewed with Edge or Firefox browsers on a Windows PC. Chrome is OK.

image

Rain Fall Almanac

Screen Shot 2019-05-23 at 23 16 42

Slight adjustment to CSS required. At 100% zoom, the converted figures appear to merge into the blue blocks. More pronounced with Firefox and Chrome. Less pronounced with Safari (but gets worse when zoom factor is increased.

Screen Shot 2019-05-23 at 23 22 00

Rainfall Almanac - Report rain total by rain year rather than calendar year

In certain geographies it is custom to use a 'rain year' in records rather than a calendar year. For example I understand that the Californian rain year is from October to the following September. Is it then possible to amend the rainfall almanac to report the 'rain year' total rather than current calendar ear?

I am not familiar enough with Meteobridge to understand how easy it is to generate data for a 'non-calendar' 12 months. For the Californian example above, in WeeWX, I would simply set the 'rain_year_start = 10' and then use the tag '$rainyear.rain.sum' (instead of $year.rain.sum) to extract the data from the database.

no update for forcast wu, ds, .......

Hi,
I use this Weather Template since 2 Years
today I made the first update this Year, 18.6.19
the problem I see, no update for airquality, earthquake, nearby metar, forcast wu, ds, current conditions.
I see that the Folder of Jonsdata are empty

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.