Coder Social home page Coder Social logo

iobroker.vis-timeandweather's Introduction

Logo

ioBroker.vis-timeandweather

Number of Installations Number of Installations NPM version Downloads

NPM

timeandweather - Time and weather widgets for ioBroker.vis.

Used following packages:

Example

Changelog

WORK IN PROGRESS

  • (bluefox) Made widgets to be compatible with vis2

1.2.2 (2022-07-05)

  • (bluefox) Refactoring of build process done

1.2.1 (2022-07-05)

  • (HeadCrash78) Fixed the icon display in custom weather forecast
  • (bluefox) Refactoring of build process done

1.1.7 (2017-01-05)

  • (bluefox) add update interval for weather

1.1.6 (2016-07-13)

  • (bluefox) support of vis APP

1.1.4 (2016-06-28)

  • (jens-maus) improved german translation of weather terms

1.1.3 (2016-06-23)

  • (bluefox) enable widgets for https too

1.1.2 (2016-06-02)

  • (bluefox) add weather custom widget

1.1.1 (2016-05-31)

  • (bluefox) fix the slide in htc weather

1.1.0 (2016-04-16)

  • (bluefox) add city name to display

0.1.0 (2016-02-10)

  • (bluefox) fix typo with Dienstag=>Februar

0.0.1 (2015-10-04)

  • (bluefox) initial checkin

License

Copyright (c) 2013-2022 bluefox https://github.com/GermanBluefox MIT

iobroker.vis-timeandweather's People

Contributors

apollon77 avatar buzzy1337 avatar dependabot[bot] avatar germanbluefox avatar headcrash78 avatar homoran avatar jens-maus avatar lgtm-migrator avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar

iobroker.vis-timeandweather's Issues

custom Weather widged shows no icons in forecast

Hi,

the custom Weather widged shows no icons in the forecast section.
I use it with the openweathermap adapter, linked the icon state to the widged.
All other values work fine. When i show at the URL from openweather the icon will show in my browser.
time and weather: Ver. 1.1.7
openweather: Ver. 0.1.0

Hallo,
das custom Widged zeigt leider keine Icons in der Vorhersage. Ich benutze das Widged zusammen mit dem Adapter von openweathermap. Natürlich habe ich das Icon objekt aus dem openweather adpater mit dem Widged verlinkt. Wenn ich den Link zum Icon direkt aufrufe, sehe ich das Icon im Browser.
Version von time and weather: 1.1.7
Version von openweather: 0.1.0

Grüße

SimpleDate or SimpleTime is not showing sometimes in VIS2 (editor/real)

Describe the bug
Widget is sometimes not showing. Its random sometimes as well its shifted

To Reproduce

  1. Open homepage
  2. refresh or go to another page

Expected behavior
time is visible

Screenshots & Logfiles

All OK
image

nothing showed after refresh or jumping to another page (with same navigation widget)
image

this time only simple time is away
image

This problem can even appear in the VIS2 Editor

Versions:

  • Adapter version: 1.2.2
  • JS-Controller version: 5.0.16
  • Node version: v18.17.1
  • Operating system: Debian GNU/Linux 12

Does not work

doesn't work; only blank screen - even when city selected

Tornado

How do I bring the tornado display?
Bildschirmfoto 2022-08-18 um 10 42 50

Add an option to select if server or client time should be used

The Time and Weather Simple Clock (probably other clock and/or date widgets as well) uses and displays the time of the client that has opened the vis site.

An option should be added to select if server time should be used (like "User Server Time"):

image

Reason for this request:
If you are accessing your smart home from vacation (different time zone) it is confusing that it displays 13:00 but at home it is already 18:00 or 19:00 (or vice versa).

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/ioBroker/ioBroker.vis-timeandweather

  • [E162] onlyWWW should have common.mode "none" in io-package.json
  • [E154] common.dependencies must contain {"js-controller": ">=2.0.0"} or later - recommended: {"js-controller": ">=5.0.11"}
  • [E605] No actual year found in copyright. Please add "Copyright (c) 2013-2023 bluefox [email protected]" at the end of README.md
  • [E701] No actual year found in LICENSE. Please add "Copyright (c) 2015-2023 bluefox [email protected]" at the start of LICENSE

I have also found warnings that may be fixed if possible.

  • [W171] "common.title" is deprecated in io-package.json
  • [W105] "common.titleLang" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W109] "common.desc" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)
  • [W172] "common.localLink" in io-package.json is deprecated. Please define object "common.localLinks": { "_default": "..." }
  • [W145] Each "common.news" should be translated into all supported languages (en, de, ru, pt, nl, fr, it, es, pl, uk, zh-cn)

I noticed that in the io-package under “restartAdapters” only vis is available. If your widget also runs with vis2, you might want to add vis2 to the list too.

I found vis as “dependencies” in the io package. If your widget also runs with vis2, then remove that.

Thanks,
your automatic adapter checker.

Please check ioBroker.vis-timeandweather with js-controller 2.0

Hi,

the new js-controller 2.0 will come into latest repository in the next days and we want to make sure that all adapters are working well. We already did a 2 weeks Beta test and so some adapter were aleady checked and some needed slight adjustments.

You can find more information in ioBroker/ioBroker.js-controller#482 and in the ioBroker Forum. If you have more technical questions please write in the referenced issue or in the Developer thread please. General questions are best in the genral thread.

Please update your systems to js-controller 2.0 and check your adapter.

Please close this issue once you have checked your adapter or received successfull reports from users.

Thank you very much for your support. Please contact us in the other Threads or Forum on any question.

Compatibility check and testing for Node.js 14 and 16

Dear Adapter develop,

Node.js 14 is now available for a year and Node.js 16 was release just some days ago and will become LTS by October 2021. We plan to update the ioBroker Node.js recommendation (currently 12.x) to 14.x later this year.

Please check your adapter with Node.js 14 especially, and ideally also directly with Node.js 16

Please add both versions to the adapter testing which is executed on commits.

If your adapter requires a certain minimum version of Node.js please set the 'engine' setting in package.json accordingly! Please also do this if the adapter is not able to work in certain Node.js versions, so that ioBroker can prevent users from installing te adapter if not compatible!

On questions please talk to us at ioBroker/ioBroker.js-controller#1138

Please close the issue after you checked it.

Thank you very much for your support!

Think about to fix the issues found by adapter checker

I am an automatic service that looks for possible errors in ioBroker and creates an issue for it. The link below leads directly to the test:

https://adapter-check.iobroker.in/?q=https://raw.githubusercontent.com/ioBroker/ioBroker.vis-timeandweather

I noticed that in the io-package under “restartAdapters” only vis is available. If your widget also runs with vis2, you might want to add vis2 to the list too.

I found vis as “dependencies” in the io package. If your widget also runs with vis2, then remove that.

Thanks,
your automatic adapter checker.

Compatibility check to js-controller 4.0

Dear Adapter developer,

with js-controller 4.0 object definitions are now also checked that min/max in only provided for number/mixed objects and that the type of the default value matches to the object type.

If something is not correct this is logged as 'warning' or 'info' log.

Please also make sure to update to the lastest @iobroker/testing dependency 2.5.4 or to accept the PR from Apollon77 for legacy testing!

Please spent some time to verify your adapter by ideally starting with a fresh instance and do some actions and verify the log. If you see a warn or info log there from these checks please adjust the adapter and fix the relevant cases.

For questions please refer to ioBroker/ioBroker.js-controller#1749

Please close the issue after you checked it.

Thank you very much for your support to get the best experience for the growing numbers of ioBroker users!

Segment display size rendering

I am using the segment clock and have resized it to a rather large scale.
Bildschirmfoto 2019-12-10 um 09 44 10

When I switch the vis view (via command) to a different view and then back the clock is shown in a tiny size in the upper left corner. This can only be fixed by reloading the screen.

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.