Code Monkey home page Code Monkey logo

morphingclockq's People

Stargazers

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

Watchers

 avatar  avatar

Forkers

guohong56

morphingclockq's Issues

'suny_ani', 'clod_ani', etc - was not declared in this scope

Hi. First off. Thank you for keeping the MorphingClock updated! It is much appreciated.

I am trying to compile the program and get the following error attached below. I'm wondering if I am missing some library or includes that should declare these items?

I see the missing items seem to be in "TinyIcons.h"

Note that I need to use PxMatrix version 1.8.2 for my panel. Arduino offers 1.8.1 so I downloaded it from the github repository.

I can work my way through some code, but I am not an expert! So please feel free to ask me any questions for more information.


Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled (new can abort), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), 2, v2 Lower Memory, Disabled, None, Only Sketch, 115200"

C:\Users***\OneDrive - *****\Documents\Arduino\Projects\MorphingClockQ\MorphingClockQ.ino: In function 'void draw_animations(int)':

MorphingClockQ:1158:9: error: 'suny_ani' was not declared in this scope
af = suny_ani[stp%5];
^

MorphingClockQ:1161:9: error: 'clod_ani' was not declared in this scope
af = clod_ani[stp%10];
^

MorphingClockQ:1164:9: error: 'ovct_ani' was not declared in this scope
af = ovct_ani[stp%5];
^

MorphingClockQ:1167:9: error: 'rain_ani' was not declared in this scope
af = rain_ani[stp%5];
^

MorphingClockQ:1170:9: error: 'thun_ani' was not declared in this scope
af = thun_ani[stp%5];
^

MorphingClockQ:1173:9: error: 'snow_ani' was not declared in this scope
af = snow_ani[stp%5];
^

MorphingClockQ:1176:9: error: 'mist_ani' was not declared in this scope
af = mist_ani[stp%4];
^

MorphingClockQ:1179:9: error: 'mony_ani' was not declared in this scope
af = mony_ani[stp%17];
^

MorphingClockQ:1182:9: error: 'mistn_ani' was not declared in this scope
af = mistn_ani[stp%4];
^

MorphingClockQ:1185:9: error: 'clodn_ani' was not declared in this scope
af = clodn_ani[stp%10];
^

MorphingClockQ:1188:9: error: 'ovctn_ani' was not declared in this scope
af = ovctn_ani[stp%1];
^

exit status 1

'suny_ani' was not declared in this scope

Questions about the data above the clock

I am not getting any of the info above the clock (like Weather reports) on my screen yet.

How long does it take for that info to show up on the screen?

Is there a log file that would record if the API is incorrect or the data did not download from openweather?

PS: I opened a new ticket as this is a different issue. I find it better to keep tickets focused on one issue.

No weather info

Arduino serial monitor said "no weather data available"
everything else works VERY well
Using node mcu 1.0 ESP 12E
as specified
tried 2 different ones

Timezone=8
Military=N
Metric=Y
Date-Format=D/M/Y
apiKey=e615c8b6924c81ea216a9869d97f600a
Location=Perth,AU
DST=false
Weather Animation=N
Color Palette=1
Brightness=70
Trying WiFi Connect:Belong
.....success!
IP Address is: 10.0.0.200
Weather: Unable to retrieve data
Weather: Unable to retrieve data
TimeZone for NTP.Begin:8
Got NTP time: 00:00:00 00/00/1970
Got NTP time: 18:00:09 13/02/2024
Display cleared
No weather data availab

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.