Git Product home page Git Product logo

amatyr's People

Contributors

torhve avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

amatyr's Issues

Installation Help

Hello - I have been looking at alternatives to weewx and the setup that you have here looks lovely! I am currently running my Davis console into a MySQL DB via weewx running on Linux Mint and would like to couple this with Amatyr. I have some issues, however, I just do not understand your installation instructions - sorry I am a bit of a Linux newb...be gentle :)

Can you provide me with more detailed help about how to install all of the required FrontEnd components step by step and where to source??

Where do I stick the files that I download? Can this be run through Apache which is what I am currently running (apache2).

I don't have an issue/questions with cutting weewx over to postgreSQL.

Many Thanks :)

Hello from MicroPython

A bit offtopic. And not trying to start a religious war. But, finding in https://hveem.no/a-modern-IRC-experience things like /script install colorize_nicks.py gives a hope that community hasn't lost a great pythonista in you yet ;-). And we know why people use Lua - because it's small and unbloated, etc. Well, would like to share a revelation that there's now a small unbloated Python3 implementation which might put even Lua into shame (well, we definitely target higher features/size ratio): https://github.com/micropython/micropython . There's web microframework for it at https://github.com/pfalcon/picoweb . Maybe for your next cute hack you could consider them ;-). Thanks!

`dayrain` missing from archive table?

I have your code plus weewx 3.7.1 installed and everything appears to be working except I appear to not have a dayrain column so error.log is throwing this:

2017/05/26 09:57:11 [error] 26806#0: *219 [lua] api.lua:46: view(): Failed SQL query:        SELECT
            datetime,
			date_trunc('second', age(NOW(), date_trunc('second', datetime))) AS age,
            dayrain        FROM archive        WHERE
        dayrain =
        (
            SELECT
                MIN(dayrain)
            FROM archive            WHERE         (
            datetime BETWEEN CURRENT_DATE            AND
            CURRENT_DATE + INTERVAL '1 DAY'
        )
                    LIMIT 1
        )
        AND         (
            datetime BETWEEN CURRENT_DATE            AND
            CURRENT_DATE + INTERVAL '1 DAY'
        )
                LIMIT 1
        , client: 192.168.211.236, server: localhost, request: "GET /api/record/dayrain/min?start=today HTTP/1.1", host: "weather:8080", referrer: "http://weather:8080/"

Any ideas how to go about fixing this query to work?

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.