Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modul doesnt load #1

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
dc4d0f3
readd precipitation percentage
MarcLandis Sep 4, 2020
1a6b966
add feels like temperature, option to include current day to forcast,…
MarcLandis Sep 5, 2020
300c710
fix snow precipitation icons
MarcLandis Dec 22, 2020
d12a29a
rename module and update dependencies
MarcLandis Dec 28, 2020
2a1d9e5
update readme
MarcLandis Dec 28, 2020
a514149
add screenshots
MarcLandis Dec 28, 2020
7c5a99a
fix readme
MarcLandis Dec 28, 2020
a674764
Adding new icons sets: "6fa" - Icon set 6 Filled Animated - "6o…
sisimomo Oct 26, 2021
6bcaf3e
Merge pull request #1 from sisimomo/animated_weather_icons
MarcLandis Apr 8, 2022
b5d2f49
add endpoint config option; the v3.0 api requires a subscription with…
Apr 6, 2023
66f3840
Update imperial rain/snow accumulation from mm to in
dathbe Feb 29, 2024
784db73
Update node_helper.js
dathbe Mar 1, 2024
d9fadaf
Update node_helper.js
dathbe Mar 1, 2024
5dc47bd
Update package.json
dathbe Mar 25, 2024
af9889f
Update package.json
dathbe Mar 25, 2024
eaeb9fc
Update MMM-OpenWeatherMapForecast.js
dathbe Mar 25, 2024
0f7844f
Update README.md
dathbe Mar 25, 2024
c76d6d2
Update package.json
dathbe Mar 25, 2024
8d87d5d
Update README.md
dathbe Mar 26, 2024
095ba85
Update README.md
dathbe Mar 26, 2024
abc3965
Merge pull request #7 from dathbe/conform
MarcLandis Apr 22, 2024
ffce75e
Merge branch 'MarcLandis:master' into master
dathbe Apr 22, 2024
4457512
Fix syntax
KristjanESPERANTO Apr 22, 2024
c84d088
Merge pull request #8 from KristjanESPERANTO/patch-1
MarcLandis Apr 23, 2024
1519a08
Merge pull request #6 from dathbe/master
MarcLandis Apr 23, 2024
f310dd8
Update MMM-OpenWeatherMapForecast.js
sdetweil Apr 29, 2024
acaa3c0
Update MMM-OpenWeatherMapForecast.js
dathbe May 16, 2024
9355db3
Merge pull request #9 from sdetweil/master
MarcLandis May 28, 2024
f23bee1
Merge pull request #10 from dathbe/defaults
MarcLandis May 28, 2024
685b1bf
Update README.md
MarcLandis May 28, 2024
cbe2e42
Fix error handling
MarcLandis Sep 11, 2024
dc31531
Create dependabot.yml
MarcLandis Sep 24, 2024
9cf12c6
Bump moment from 2.29.1 to 2.30.1
dependabot[bot] Sep 24, 2024
f6d21e5
Merge pull request #11 from MarcLandis/dependabot/npm_and_yarn/moment…
MarcLandis Sep 24, 2024
bab530c
Bump needle from 2.5.2 to 3.3.1
dependabot[bot] Sep 24, 2024
353483e
Merge pull request #12 from MarcLandis/dependabot/npm_and_yarn/needle…
MarcLandis Sep 24, 2024
59baff0
update package-lock.json
MarcLandis Sep 24, 2024
8eee2b2
Magic Mirror -> MagicMirror
KristjanESPERANTO Sep 24, 2024
6cbfad4
Update URL
KristjanESPERANTO Sep 24, 2024
ed99077
console -> Log
KristjanESPERANTO Sep 24, 2024
8ad3d69
Add missing LICENSE file
KristjanESPERANTO Sep 24, 2024
41f98e2
Remove needle, Remove outdated comments, Format
KristjanESPERANTO Sep 24, 2024
00fc0bf
update README and add LICENSE
MarcLandis Sep 25, 2024
a45526e
Merge branch 'master' into master
MarcLandis Sep 25, 2024
d787338
Merge pull request #13 from KristjanESPERANTO/master
MarcLandis Sep 25, 2024
b206a7c
Delete LICENSE
MarcLandis Sep 25, 2024
f222358
Update dependabot.yml
MarcLandis Oct 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed .DS_Store
Binary file not shown.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
25 changes: 25 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# The MIT License (MIT)

Copyright © 2018 Jeff Clarke
Copyright © 2020 Marc Landis

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the “Software”), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
258 changes: 0 additions & 258 deletions MMM-DarkSkyForecast.css

This file was deleted.

Loading