Giter Club home page Giter Club logo

file-maker's People

Contributors

aovanessian avatar artuto avatar awesomemariofan avatar exe2048 avatar griffinthefolf avatar includereserved avatar internalloss avatar jake801 avatar kcrpl avatar larsenv avatar mkwiiripper avatar noahpistilli avatar osfanbuff63 avatar pistasjis avatar shutterbug2000 avatar spotlightishere avatar v0idst4r 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

file-maker's Issues

Use an alternative geocoding API for News Channel

On June 11, Google is changing their API to have new pricing and be integrated in Google Cloud API.
You get $200 in free credit per month, which can give us 40,000 geocoding calls (every thousand requests after that are $5 each). I checked out Datadog dashboard and we have used 66K locations in the past month. That means we'd have to pay over $100 for the rest of the 26K requests which I'm not paying for. That's disappointing.

Either I can make a dictionary of the most common locations so we don't have to geocode them (Chicago, Paris, Sydney, etc.) or use a different API. (For Google Maps API you will now have to set up billing and I'd have to get my dad to pay it since I don't have a credit card, and he wouldn't be happy if the bill is high.)

For the Associated Press, here's the locations not requiring a state or country. I think we can make all these locations be in a local dictionary so we don't have to geocode them, that would save a lot of requests.

I took a quick look at alternative APIs and looked at geopy's documentation, here's some quick looks at APIs:

  • OpenStreetMap Nominatim - @spotlightishere recommended this, but you can only make one request per second. I'm not interested in it for that reason since it'd slow down the script.
  • Yahoo BOSS - I don't think this is still up, but I don't like Yahoo in general so I don't want to use it
  • There's other APIs I didn't look out, but they don't seem to support multiple languages.
  • Bing API - The prices aren't public for this one, but they support multiple languages and looks pretty good. Hopefully this one can be used.

Add National News for Canada News Channel

If your Wii is set to Canada right now and you access the News Channel, you will see US national news. I want to fix that and put national news from a news agency like the Canadian Press in there so the Canada News Channel will have some Canadian news.

What is wheater.db?

I am trying to run a code for forecast channel and it requires weather.db. What is this file and how can I get it?

Discord requires phone number

Holy moly this website (git) is a chore to use. I hope someone sees this. I am getting weather00006 error for riiconnect 24, I cant report the bug on discord due to your draconian anti privacy and anti trust nintendo ninja thwarting net. I have tried installing several times. Uncertain what to do next. Only weather doesn't work.

Japanese Forecast Support

FORE06 occurs on Japanese Forecast Channel due to lack of finished support.

Japanese Forecast dumps (forecast.bin and short.bin) would be the best help to ensure we get it working. (we have those already)
Japanese Support

Sun icon for entire day in several cities

Short Description of Issue:
Several cities on the Globe show the sun icon during the 12am-6am and 6pm-12pm sections.

Long Issue:
The short description, plus this: I assume it's probably happening because the "Cold" condition uses the sun icon, but doesn't have day/night versions (as it says here). I first noticed this while checking several Southern cities during the snowstorm...
Screen Shot 2021-02-15 at 2 40 53 PM
...and I also found this in other northern locations several days afterward.
Screen Shot 2021-02-17 at 4 22 48 PM
Screen Shot 2021-02-22 at 10 44 48 AM

Steps to Reproduce :

  • Go to the Wii Menu, and start the Forecast Channel.
  • Check the globe, browse around for any cities where the weather is "Cold", or might be cold.
  • When clicking on the Today/Tomorrow icon, there might be a sun in the 1st or 4th quarters.

error

Short Description of Issue: generator doesnt generate files for the nintendo channel

Long Issue: when trying to generate the files for the nintendo channel it complains that there is no ninfile2 file

Steps to Reproduce :

  • download the files of the generator
  • install the requirements
  • do python -m Channels.Nintendo_Channel.ninfile2 with python 3.10

Article Screw-Up Bug

Basically, there's an error with the News Channel where an extra offset/size is present for something I can't exactly pinpoint, and it screws up all the articles for that file. Pictures and locations are fine, however.

Screenshot
Bug

People have bothered me on Discord about it.

Hopefully @V0idSt4r can help debug it.

How do we make the coordinates for forecastlists.py?

Short Description of Issue:
I have no clue how to make the coordinates for forecastlists.py.

Long Issue:
The instructions provided in the README.md for the Forecast Channel folder are vague for the coordinates step. I want to make a pull request to add a city, but:

  1. I don't know how to convert decimal coordinates into the tiny jumbles of characters in the dictionaries. For example, for Mumbai, how did a 19.0760 latitude and 72.8777 longitude turn into "0d7e33c9" ???
  2. Trying to use the provided Python function brought up errors, all pointing to line 2 with value = int(value,16). I tried doing coord_decode(19.0760), and it complained that it was not a string. Then I tried coord_decode("19.0760"), and it complained that it was invalid for something with base 16.

Steps to Reproduce (for the Python snippet):

def coord_decode(value):
    value = int(value,16)
    if value >= 0x8000: value -= 0x10000
    return value*0.0054931640625

coord_decode("19.0760")

  • Press Run, and have a confused reaction :(

Make RSA Signer smarter

I think we need to rewrite RSA Signer to use pycryptodome for AES encryption, and make the argument parts better. It feels kind of hacky in its current state.

@V0idSt4r do you want to work on this?

Russian news source

It’d be nice if there was a Russian news source.

Main problem would likely be finding something not too biased.

Sun/moon weather icons showing for incorrect times

Short Description of Issue:
The 6-hourly weather icons for the Forecast Channel show the sun and moon for the wrong times.

Long Issue:
The short description, plus these details: the sun in the 12am-6am section, a time period when the sun is mostly not up; and the moon is in 12pm-6pm section, a time period when the moon is definitely not up, or at least when the sun is up and the moon isn't as visible. It's a little unintuitive when you're glancing at the forecast. Hopefully it'll be a small fix.

Here's a pic of what I mean:
rc24-fc daynite

Steps to Reproduce :

  • Go to the Forecast Channel from the Wii Menu
  • Go to the Globe, and find a city with totally clear weather for a whole day.
  • Click on the Today/Tomorrow weather icon, and you'll see something like the above pic.

Small inaccuracies with which data is shown and Japanese icons

Short Description of Issue:
These are two things with the current Forecast Channel setup that make it inaccurate compared to footage from before the shutdown, those being that 1) data for past hours is shown and 2) the 6-hourly intervals for Japanese cities show two icons instead of one.

Long Issue:
Note that my input here will be of dubious authenticity because I'm basing this off videos and not actual experience, so you may take this with a grain of salt.
Here are the two issues:

  1. Data for past hours
    In the video I have linked below, numbers for the chance of rain "Today" are replaced by dashes for the current 6-hour quarter and the previous ones.

Screen Shot 2021-02-05 at 2 02 04 PM

^^ It's 11, so no percentage amounts of rain are shown for 0-6 and 6-12, but are shown for 12-18 and 18-24. It's also the same for the 6-hourly icons. I'm not sure why the low temperature has dashes though.
On the other hand, with RiiConnect24, all 4 intervals have weather data, even ones in the past.

  1. Japanese weather icons
    Based on a lot of research to feed my addiction for the Forecast Channel, I have an idea of what the weather icons are for. One major thing that I found is that for hourly weather, only one icon is used, not two.
    Instead of this:
    rc24-fc jpsymb
    It's just this:

Screen Shot 2021-02-05 at 2 03 02 PM

In fact, there is actually a system to which icons are used:
  1. if there's generally only one type of weather throughout the day, or for the hourly weather, only one icon is used, and it's called just "clear/cloudy/rainy/snowy/stormy"
  2. if one type is predominant but the day occasionally includes a secondary type, then two are used, with the primary one being the upper one, and it's called "-- with some --"
  3. if there are two types of weather, with one at the start of the day and the other at the end, then the combination with the arrow at the bottom is used, and it's called "-- into --"

Screen Shot 2021-02-05 at 2 03 46 PM

This is also evident on the Weathernews site: http://weathernews.jp/onebox/40.714270/-74.005970/. Since RC24 uses AccuWeather as a source and because I'm not Japanese, I'm not too worried about the icons being used correctly, but it might be important to consider.

Here is the video I used for reference:
https://youtu.be/KRnLPHXUc_A

Steps to Reproduce :

  • Go to the Forecast Channel from the Wii Menu, then go to the Globe
  • Click on any city, and there are icons for 6-hourly intervals that might be in the past
  • Click on any Japanese city, and you might find the combination icon in a 6-hourly interval

Progress Bar for News Channel

AwesomeMarioFan has made a fancy progress bar that displays when downloading forecast data for the Forecast Channel, and I want to add that to the News Channel.

Error 238404 in EVC

This problem started approx. month ago. Whenever I click to submit votes, it gives me this error. I searched it and it said that its HTML error "Not found". I tried to message everybody, but nobody responded. BTW, my Wii is set to Poland, if that helps.

Balance out News on US News Channel

Error Code 107006 has been happening way way way too much on US News Channel! It keeps coming back or just won’t fix! A way to balance out the News on the US News Channel would be greatly appreciated!

Everybody Votes Channel script needs cleanup

The Everybody Votes Channel script is a mess and it's pretty hacky (but it at least gets the job done). It needs a massive cleanup. I noticed that it's still reading from a config.py file instead of config.json today...

I assigned Void and AMF to this issue if they want to help.

Everybody Votes Channel "Worldwide Results" "Awaiting Results" error.

Short Description of Issue:
Worldwide "Awaiting Results" error.
Long Issue:
Basically i went onto Everybody Votes Channel and went to results and i wasn't able to click on Worldwide results. it just said Awaiting Results and the answers wouldn't even show up.
Steps to Reproduce :

  • Go to the "Everybody Votes Channel"
  • Go to "Results"
  • Look at "Worldwide Results"

Australian News Channel

Currently, Reuters EU is used for Australian news. This is a problem as Reuters rarely report on Australian news.

Steps to Reproduce :

  • Take a look at Australia on the News Channel and take a look at how little news articles there is.

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.